decidim-admin 0.30.0.rc2 → 0.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/admin/unhide_resource.rb +1 -0
  3. data/app/controllers/decidim/admin/moderations_controller.rb +8 -3
  4. data/app/controllers/decidim/admin/organization_controller.rb +1 -1
  5. data/app/events/decidim/parent_hidden_event.rb +6 -0
  6. data/app/events/decidim/resource_hidden_event.rb +4 -0
  7. data/app/helpers/decidim/admin/settings_helper.rb +1 -0
  8. data/app/permissions/decidim/admin/permissions.rb +8 -0
  9. data/app/views/decidim/admin/moderations/_moderation-tr.html.erb +5 -1
  10. data/config/locales/ar.yml +7 -5
  11. data/config/locales/bg.yml +2 -2
  12. data/config/locales/bs-BA.yml +3 -2
  13. data/config/locales/ca-IT.yml +1404 -0
  14. data/config/locales/ca.yml +7 -5
  15. data/config/locales/cs.yml +3 -1
  16. data/config/locales/de.yml +8 -6
  17. data/config/locales/el.yml +4 -2
  18. data/config/locales/en.yml +2 -0
  19. data/config/locales/eo.yml +1 -0
  20. data/config/locales/es-MX.yml +4 -2
  21. data/config/locales/es-PY.yml +4 -2
  22. data/config/locales/es.yml +2 -0
  23. data/config/locales/eu.yml +34 -32
  24. data/config/locales/fi-plain.yml +4 -4
  25. data/config/locales/fi.yml +4 -4
  26. data/config/locales/fr-CA.yml +36 -3
  27. data/config/locales/fr.yml +36 -3
  28. data/config/locales/ga-IE.yml +1 -6
  29. data/config/locales/gl.yml +4 -1
  30. data/config/locales/he-IL.yml +6 -0
  31. data/config/locales/hu.yml +5 -5
  32. data/config/locales/id-ID.yml +5 -5
  33. data/config/locales/is-IS.yml +1 -6
  34. data/config/locales/it.yml +243 -3
  35. data/config/locales/ja.yml +4 -2
  36. data/config/locales/kaa.yml +5 -0
  37. data/config/locales/ko.yml +10 -2
  38. data/config/locales/lb.yml +6 -3
  39. data/config/locales/lt.yml +2 -0
  40. data/config/locales/lv.yml +3 -2
  41. data/config/locales/nl.yml +6 -3
  42. data/config/locales/no.yml +5 -2
  43. data/config/locales/pl.yml +3 -3
  44. data/config/locales/pt-BR.yml +2 -2
  45. data/config/locales/pt.yml +7 -4
  46. data/config/locales/ro-RO.yml +7 -1
  47. data/config/locales/ru.yml +5 -7
  48. data/config/locales/sk.yml +4 -5
  49. data/config/locales/sl.yml +7 -0
  50. data/config/locales/sq-AL.yml +13 -3
  51. data/config/locales/sr-CS.yml +3 -2
  52. data/config/locales/sv.yml +5 -4
  53. data/config/locales/th-TH.yml +4 -0
  54. data/config/locales/tr-TR.yml +5 -6
  55. data/config/locales/uk.yml +2 -7
  56. data/config/locales/zh-CN.yml +3 -4
  57. data/config/locales/zh-TW.yml +2 -0
  58. data/lib/decidim/admin/test/manage_hide_content_examples.rb +4 -3
  59. data/lib/decidim/admin/test/manage_moderations_examples.rb +1 -1
  60. data/lib/decidim/admin/version.rb +1 -1
  61. metadata +10 -8
@@ -377,6 +377,7 @@ lv:
377
377
  created_at: Izveidots plkst.
378
378
  document_number: Dokumenta numurs
379
379
  name: Nosaukums
380
+ nickname: Segvārds
380
381
  phone: Tālrunis
381
382
  state: Stāvoklis
382
383
  users_count: Dalībnieku skaits
@@ -500,6 +501,8 @@ lv:
500
501
  title: Jauns līdzdalības telpas privāts dalībnieks
501
502
  participatory_space_private_users_csv_imports:
502
503
  new:
504
+ csv_upload:
505
+ title: Augšupielādējiet savu CSV failu
503
506
  upload: Augšupielādēt
504
507
  resource_permissions:
505
508
  edit:
@@ -599,9 +602,7 @@ lv:
599
602
  user_groups:
600
603
  index:
601
604
  state:
602
- pending: Nepabeigts
603
605
  rejected: Noraidīts
604
- verified: Pārbaudīts
605
606
  verify_via_csv: Pārbaudīt, izmantojot CSV
606
607
  user_groups_csv_verifications:
607
608
  new:
@@ -535,10 +535,11 @@ nl:
535
535
  name: Deelnemer
536
536
  user_group:
537
537
  fields:
538
- actions: acties
538
+ actions: Acties
539
539
  created_at: Aangemaakt op
540
540
  document_number: Documentnummer
541
541
  name: Naam
542
+ nickname: Gebruikersnaam
542
543
  phone: Telefoon
543
544
  state: Staat
544
545
  users_count: Aantal deelnemers
@@ -709,6 +710,8 @@ nl:
709
710
  title: Nieuwe privé deelnemer burgerinspraak.
710
711
  participatory_space_private_users_csv_imports:
711
712
  new:
713
+ csv_upload:
714
+ title: Upload uw CSV-bestand
712
715
  destroy:
713
716
  button: Verwijder alle privé deelnemers
714
717
  empty: Je hebt geen privé deelnemers.
@@ -828,14 +831,14 @@ nl:
828
831
  index:
829
832
  state:
830
833
  pending: In afwachting
831
- rejected: Geweigerd
834
+ rejected: Afgewezen
832
835
  verified: Geverifieerd
833
836
  verify_via_csv: Controleer via CSV
834
837
  user_groups_csv_verifications:
835
838
  new:
836
839
  explanation: Upload uw CSV-bestand. De officiële e-mails van de groepen in uw organisatie moeten in de eerste kolom van het bestand staan, zonder kopteksten. Alleen groepen die hun e-mail hebben bevestigd en een e-mail hebben die in het CSV-bestand wordt weergegeven, worden gevalideerd.
837
840
  title: Upload uw CSV-bestand
838
- upload: Uploaden
841
+ upload: Upload
839
842
  users:
840
843
  create:
841
844
  error: Er is een probleem opgetreden bij het uitnodigen van deze beheerder.
@@ -543,6 +543,7 @@
543
543
  created_at: Opprettet på
544
544
  document_number: Dokumentnummer
545
545
  name: Navn
546
+ nickname: Kallenavn
546
547
  phone: Telefon
547
548
  state: Stat
548
549
  users_count: Deltakere teller
@@ -713,6 +714,8 @@
713
714
  title: Ny deltaker område privat deltaker.
714
715
  participatory_space_private_users_csv_imports:
715
716
  new:
717
+ csv_upload:
718
+ title: Last opp din CSV fil
716
719
  destroy:
717
720
  button: Slett alle private deltakere
718
721
  empty: Du har ingen private deltakere.
@@ -832,9 +835,9 @@
832
835
  user_groups:
833
836
  index:
834
837
  state:
835
- pending: Venter
838
+ pending: Pågår
836
839
  rejected: Avvist
837
- verified: Verifisert
840
+ verified: Bekreftet
838
841
  verify_via_csv: Verifiser via CSV
839
842
  user_groups_csv_verifications:
840
843
  new:
@@ -858,7 +858,7 @@ pl:
858
858
  success: Załadowanie pliku CSV powiodło się, wysyłamy e-mail z zaproszeniem do uczestników. To może chwilę potrwać.
859
859
  new:
860
860
  csv_upload:
861
- title: Załaduj swój plik CSV
861
+ title: Prześlij swój plik CSV
862
862
  destroy:
863
863
  button: Usuń wszystkich prywatnych uczestników
864
864
  confirm: Czy na pewno chcesz usunąć wszystkich uczestników prywatnych? Tej akcji nie można cofnąć, nie będziesz w stanie odzyskać danych.
@@ -1012,8 +1012,8 @@ pl:
1012
1012
  index:
1013
1013
  state:
1014
1014
  pending: Oczekujące
1015
- rejected: Odrzucone
1016
- verified: Zweryfikowane
1015
+ rejected: Odrzucono
1016
+ verified: Zweryfikowano
1017
1017
  verify_via_csv: Zweryfikuj za pomocą CSV
1018
1018
  user_groups_csv_verifications:
1019
1019
  new:
@@ -640,7 +640,7 @@ pt-BR:
640
640
  created_at: Criado em
641
641
  document_number: Número do documento
642
642
  name: Nome
643
- nickname: Nome de usuário
643
+ nickname: Apelido
644
644
  phone: Telefone
645
645
  state: Situação
646
646
  users_count: Total de usuários
@@ -1040,7 +1040,7 @@ pt-BR:
1040
1040
  acme@example.org
1041
1041
  bubba.gump@example.org
1042
1042
  title: Envie seu arquivo CSV
1043
- upload: Envio
1043
+ upload: Upload
1044
1044
  users:
1045
1045
  create:
1046
1046
  error: Ocorreu um erro ao convidar esse usuário.
@@ -508,6 +508,7 @@ pt:
508
508
  created_at: Criado em
509
509
  document_number: Número do documento
510
510
  name: Nome
511
+ nickname: Alcunha
511
512
  phone: Telefone
512
513
  state: Estado
513
514
  users_count: Contagem de participantes
@@ -691,6 +692,8 @@ pt:
691
692
  title: Novo participante privado do Espaço Participativo.
692
693
  participatory_space_private_users_csv_imports:
693
694
  new:
695
+ csv_upload:
696
+ title: Envie o seu ficheiro CSV
694
697
  upload: Carregar
695
698
  resource_permissions:
696
699
  edit:
@@ -794,15 +797,15 @@ pt:
794
797
  user_groups:
795
798
  index:
796
799
  state:
797
- pending: Pendente
798
- rejected: Rejeitado
799
- verified: Verificado
800
+ pending: Pendentes
801
+ rejected: Rejeitados
802
+ verified: Verificados
800
803
  verify_via_csv: Verificar via CSV
801
804
  user_groups_csv_verifications:
802
805
  new:
803
806
  explanation: Envie o seu ficheiro CSV. Deve ter os e-mails oficiais dos grupos na sua organização na primeira coluna do ficheiro, sem cabeçalhos. Somente grupos que confirmaram os seus e-mails e que tenham um e-mail a aparecer no arquivo CSV serão validados.
804
807
  title: Envie o seu ficheiro CSV
805
- upload: Envio
808
+ upload: Carregar
806
809
  users:
807
810
  create:
808
811
  error: Ocorreu um problema ao convidar este(a) administrador(a).
@@ -284,6 +284,8 @@ ro:
284
284
  no_results: Nu a fost găsit niciun rezultat
285
285
  search_prompt: Tastați cel puțin trei caractere pentru a căuta.
286
286
  block_user:
287
+ bulk_new:
288
+ justification: Justificare
287
289
  new:
288
290
  action: Blochează contul și trimite justificarea
289
291
  already_reported_html: Continuând cu această acțiune veți ascunde de asemenea conținutul participanților.
@@ -615,7 +617,7 @@ ro:
615
617
  name: Nume
616
618
  nickname: Pseudonim
617
619
  phone: Telefon
618
- state: Stadiu
620
+ state: Stare
619
621
  users_count: Numărul de participanți
620
622
  moderated_users:
621
623
  index:
@@ -802,6 +804,8 @@ ro:
802
804
  invalid: A apărut o eroare la citirea fișierului CSV. Vă rugăm să vă asigurați că ați urmat instrucțiunile.
803
805
  success: Fișier-ul CSV a fost încărcat cu succes, trimitem câte un e-mail participanților cu invitația. Acest lucru ar putea dura puțin timp.
804
806
  new:
807
+ csv_upload:
808
+ title: Încarcă fișierul tău CSV
805
809
  destroy:
806
810
  button: Șterge toți participanții privați
807
811
  confirm: Sunteți sigur că doriți să ștergeți toți participanții privați? Această acțiune nu poate fi anulată, și nu îi veți putea recupera.
@@ -1023,6 +1027,7 @@ ro:
1023
1027
  hidden: Ascuns
1024
1028
  hide: Ascunde
1025
1029
  not_hidden: Neascuns
1030
+ parent_hidden: Nu puteți afișa această resursă deoarece părintele său este încă ascuns.
1026
1031
  title: Acțiuni
1027
1032
  unhide: Anulează ascunderea
1028
1033
  unreport: Anulează raportarea
@@ -1033,6 +1038,7 @@ ro:
1033
1038
  success: Resursa a fost ascunsă cu succes.
1034
1039
  unhide:
1035
1040
  invalid: A apărut o problemă la anularea ascunderii resursei.
1041
+ parent_invalid: A apărut o problemă la afișarea resursei. Părintele nu este vizibil.
1036
1042
  success: Anularea ascunderii resursei a fost realizată cu succes.
1037
1043
  unreport:
1038
1044
  invalid: A apărut o problemă la anularea raportării resursei.
@@ -356,6 +356,7 @@ ru:
356
356
  created_at: 'Создано:'
357
357
  document_number: Номер документа
358
358
  name: Имя
359
+ nickname: Псевдоним
359
360
  phone: Телефон
360
361
  state: Cостояние
361
362
  users_count: Количество участников
@@ -455,6 +456,10 @@ ru:
455
456
  new:
456
457
  create: Добавить
457
458
  title: Добавить частного участника пространства соучастия.
459
+ participatory_space_private_users_csv_imports:
460
+ new:
461
+ csv_upload:
462
+ title: Загрузите ваш CSV файл
458
463
  resource_permissions:
459
464
  edit:
460
465
  title: Редактировать права доступа
@@ -518,16 +523,9 @@ ru:
518
523
  invalid: При отказе от этой группы участников произошла ошибка.
519
524
  verify:
520
525
  invalid: При подтверждении этой группы участников произошла ошибка.
521
- user_groups:
522
- index:
523
- state:
524
- pending: В ожидании
525
- rejected: Отклонено
526
- verified: Проверено
527
526
  user_groups_csv_verifications:
528
527
  new:
529
528
  title: Загрузите ваш CSV файл
530
- upload: Загрузить
531
529
  users:
532
530
  create:
533
531
  error: При приглашении этого участника произошла ошибка.
@@ -376,7 +376,8 @@ sk:
376
376
  actions: Akcie
377
377
  created_at: Vytvorené
378
378
  document_number: Číslo dokumentu
379
- name: Meno
379
+ name: Názov
380
+ nickname: Prezývka
380
381
  phone: Telefón
381
382
  state: Štát
382
383
  users_count: Počet účastníkov
@@ -503,6 +504,8 @@ sk:
503
504
  title: Nový súkromný účastník participatívneho priestoru.
504
505
  participatory_space_private_users_csv_imports:
505
506
  new:
507
+ csv_upload:
508
+ title: Nahrať súbor CSV
506
509
  upload: Nahrať
507
510
  resource_permissions:
508
511
  edit:
@@ -601,10 +604,6 @@ sk:
601
604
  invalid: Nastal problém pri overovaní tejto skupiny.
602
605
  user_groups:
603
606
  index:
604
- state:
605
- pending: Čakajúce
606
- rejected: Odmietnuté
607
- verified: Overené
608
607
  verify_via_csv: Overte pomocou CSV
609
608
  user_groups_csv_verifications:
610
609
  new:
@@ -132,6 +132,9 @@ sl:
132
132
  scope:
133
133
  fields:
134
134
  scope_type: Tip področja
135
+ user_group:
136
+ fields:
137
+ name: Ime
135
138
  organization_appearance:
136
139
  form:
137
140
  colors:
@@ -147,3 +150,7 @@ sl:
147
150
  new:
148
151
  create: Ustvari tip področja
149
152
  title: Novo področje
153
+ user_groups:
154
+ index:
155
+ state:
156
+ rejected: Zavrnjen
@@ -378,6 +378,13 @@ sq:
378
378
  fields:
379
379
  expires_at: Skadon më
380
380
  times_used: Sa herë është përdorur
381
+ user_group:
382
+ fields:
383
+ actions: Veprimet
384
+ created_at: Krijuar më
385
+ name: Emri
386
+ nickname: Nofka
387
+ state: Gjendja
381
388
  moderated_users:
382
389
  index:
383
390
  reason: Arsyeja
@@ -501,9 +508,12 @@ sq:
501
508
  statistics: Aktiviteti
502
509
  user_groups: Grupet
503
510
  users: Administratorët
504
- user_groups_csv_verifications:
505
- new:
506
- upload: Ngarko
511
+ user_groups:
512
+ index:
513
+ state:
514
+ pending: Në pritje
515
+ rejected: Refuzuar
516
+ verified: Verifikuar
507
517
  users:
508
518
  form:
509
519
  email: Email
@@ -374,11 +374,12 @@ sr:
374
374
  user_group:
375
375
  fields:
376
376
  actions: Akcije
377
- created_at: Kreirano na
377
+ created_at: Stvoreno
378
378
  document_number: Broj dokumenta
379
379
  name: Ime
380
+ nickname: Nadimak
380
381
  phone: Telefon
381
- state: Država
382
+ state: Državno
382
383
  users_count: Broj učesnika
383
384
  moderations:
384
385
  report:
@@ -588,7 +588,7 @@ sv:
588
588
  content: Rapporterat innehåll
589
589
  external_domain_allowlist: Tillåtna externa domäner
590
590
  help_sections: Hjälpavsnitt
591
- homepage: Hemsida
591
+ homepage: Startsida
592
592
  impersonations: Uppträd som
593
593
  manage: Hantera
594
594
  moderation: Moderering
@@ -970,7 +970,7 @@ sv:
970
970
  success: CSV-filen har laddats upp och vi skickar en inbjudan med e-post till deltagarna. Det kan ta en stund.
971
971
  new:
972
972
  csv_upload:
973
- title: Ladda upp din CSV-fil
973
+ title: Skicka CSV-fil
974
974
  destroy:
975
975
  button: Radera alla privata deltagare
976
976
  confirm: Är du säker på att du vill radera alla privata deltagare? Den här åtgärden kan inte ångras.
@@ -1287,8 +1287,8 @@ sv:
1287
1287
  index:
1288
1288
  state:
1289
1289
  pending: Väntande
1290
- rejected: Avvisad
1291
- verified: Verifierat
1290
+ rejected: Avvisade
1291
+ verified: Verifierade
1292
1292
  verify_via_csv: Verifiera via CSV
1293
1293
  user_groups_csv_verifications:
1294
1294
  new:
@@ -1367,6 +1367,7 @@ sv:
1367
1367
  success: Innehållet har dolts.
1368
1368
  unhide:
1369
1369
  invalid: Det gick inte att sluta dölja innehållet.
1370
+ parent_invalid: Det gick inte att visa resursen. Föräldern är inte synlig.
1370
1371
  success: Innehållet är inte längre dolt.
1371
1372
  unreport:
1372
1373
  invalid: Det gick inte att ta bort rapporten om innehållet.
@@ -97,3 +97,7 @@ th:
97
97
  success: ทำลายพื้นที่สำเร็จ
98
98
  edit:
99
99
  title: แก้ไขพื้นที่
100
+ models:
101
+ user_group:
102
+ fields:
103
+ name: ชื่อ
@@ -425,7 +425,8 @@ tr:
425
425
  actions: Eylemler
426
426
  created_at: Düzenlendi
427
427
  document_number: Belge Numarası
428
- name: isim
428
+ name: Adı
429
+ nickname: Takma ad
429
430
  phone: Telefon
430
431
  state: Belirtmek, bildirmek
431
432
  users_count: Kullanıcılar
@@ -587,6 +588,8 @@ tr:
587
588
  title: Yeni Katılımcı Uzay özel kullanıcısı.
588
589
  participatory_space_private_users_csv_imports:
589
590
  new:
591
+ csv_upload:
592
+ title: CSV dosyanızı yükleyin
590
593
  upload: Yükle
591
594
  resource_permissions:
592
595
  edit:
@@ -692,16 +695,12 @@ tr:
692
695
  invalid: Bu kullanıcı grubunu doğrularken bir hata oluştu.
693
696
  user_groups:
694
697
  index:
695
- state:
696
- pending: kadar
697
- rejected: Reddedilen
698
- verified: Doğrulanmış
699
698
  verify_via_csv: CSV ile doğrulayın
700
699
  user_groups_csv_verifications:
701
700
  new:
702
701
  explanation: CSV dosyanızı yükleyin. Dosyanın ilk sütunundaki kullanıcı gruplarının resmi e-postalarının, başlıksız olarak olması gerekir. Sadece e-postalarını onaylayan ve CSV dosyasında görünen bir e-postaya sahip olan kullanıcı grupları doğrulanacaktır.
703
702
  title: CSV dosyanızı yükleyin
704
- upload: Yükleme
703
+ upload: Yükle
705
704
  users:
706
705
  create:
707
706
  error: Bu kullanıcıyı davet ederken bir hata oluştu.
@@ -325,7 +325,8 @@ uk:
325
325
  actions: Дії
326
326
  created_at: 'Створено:'
327
327
  document_number: Номер документа
328
- name: Ім'я
328
+ name: Назва
329
+ nickname: Псевдонім
329
330
  phone: Телефон
330
331
  state: Стан
331
332
  users_count: Кількість учасників
@@ -479,12 +480,6 @@ uk:
479
480
  invalid: При відхиленні цього гурту учасників сталася помилка.
480
481
  verify:
481
482
  invalid: При підтвердженні цього гурту учасників сталася помилка.
482
- user_groups:
483
- index:
484
- state:
485
- pending: Очікує на розгляд
486
- rejected: Відхилено
487
- verified: Перевірено
488
483
  users:
489
484
  create:
490
485
  error: Під час запрошення цього учасника сталася помилка.
@@ -396,6 +396,7 @@ zh-CN:
396
396
  created_at: 创建于
397
397
  document_number: 文档编号
398
398
  name: 名称
399
+ nickname: 昵称
399
400
  phone: 电话
400
401
  state: 状态
401
402
  users_count: 参与者数量
@@ -522,6 +523,8 @@ zh-CN:
522
523
  title: 新的参与性空间活动私人参与者。
523
524
  participatory_space_private_users_csv_imports:
524
525
  new:
526
+ csv_upload:
527
+ title: 上传您的 CSV 文件
525
528
  upload: 上传
526
529
  resource_permissions:
527
530
  edit:
@@ -623,10 +626,6 @@ zh-CN:
623
626
  invalid: 验证此组时出现问题。
624
627
  user_groups:
625
628
  index:
626
- state:
627
- pending: 待定
628
- rejected: 已拒绝
629
- verified: 已验证
630
629
  verify_via_csv: 通过CSV验证
631
630
  user_groups_csv_verifications:
632
631
  new:
@@ -785,6 +785,8 @@ zh-TW:
785
785
  invalid: 讀取 CSV 檔案時發生問題。請確保您已按照指示進行操作。
786
786
  success: CSV檔案上傳成功,我們正在發送邀請電子郵件給參與者。這可能需要一些時間。
787
787
  new:
788
+ csv_upload:
789
+ title: 請上傳您的 CSV 檔案。
788
790
  destroy:
789
791
  button: 刪除所有私人參與者
790
792
  confirm: 您確定要刪除所有私人參與者嗎?此操作無法撤銷,您將無法恢復它們。
@@ -21,14 +21,14 @@ shared_examples "hideable resource during block" do
21
21
  within ".profile__actions-secondary", match: :first do
22
22
  click_on(I18n.t("decidim.shared.flag_modal.report"))
23
23
  end
24
- within ".flag-modal" do
24
+ within ".flag-user-modal" do
25
25
  find(:css, "input[name='report[block]']").set(true)
26
26
  end
27
27
  content.reload
28
28
  end
29
29
 
30
30
  it "chooses to hide content" do
31
- within ".flag-modal" do
31
+ within ".flag-user-modal" do
32
32
  find(:css, "input[name='report[hide]']").set(true)
33
33
  end
34
34
  click_on I18n.t("decidim.shared.flag_user_modal.block")
@@ -43,7 +43,8 @@ shared_examples "hideable resource during block" do
43
43
  end
44
44
 
45
45
  it "chooses to hide content" do
46
- within ".flag-modal" do
46
+ within ".flag-user-modal" do
47
+ expect(page).to have_content("Report inappropriate participant")
47
48
  find(:css, "input[name='report[hide]']").set(true)
48
49
  end
49
50
  click_on I18n.t("decidim.shared.flag_user_modal.block")
@@ -194,7 +194,7 @@ shared_examples "manage moderations" do
194
194
  it "user can review them" do
195
195
  hidden_moderations.each do |moderation|
196
196
  within "tr[data-id=\"#{moderation.id}\"]" do
197
- expect(page).to have_css("a[href='#{moderation.reportable.reported_content_url}']")
197
+ expect(page).to have_css("a[href='#{moderation.reload.reportable.reported_content_url}']")
198
198
  end
199
199
  end
200
200
  end
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-admin version.
5
5
  module Admin
6
6
  def self.version
7
- "0.30.0.rc2"
7
+ "0.30.0"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0.rc2
4
+ version: 0.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2025-03-03 00:00:00.000000000 Z
13
+ date: 2025-04-29 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: active_link_to
@@ -32,14 +32,14 @@ dependencies:
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.30.0.rc2
35
+ version: 0.30.0
36
36
  type: :runtime
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - '='
41
41
  - !ruby/object:Gem::Version
42
- version: 0.30.0.rc2
42
+ version: 0.30.0
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: devise
45
45
  requirement: !ruby/object:Gem::Requirement
@@ -94,28 +94,28 @@ dependencies:
94
94
  requirements:
95
95
  - - '='
96
96
  - !ruby/object:Gem::Version
97
- version: 0.30.0.rc2
97
+ version: 0.30.0
98
98
  type: :development
99
99
  prerelease: false
100
100
  version_requirements: !ruby/object:Gem::Requirement
101
101
  requirements:
102
102
  - - '='
103
103
  - !ruby/object:Gem::Version
104
- version: 0.30.0.rc2
104
+ version: 0.30.0
105
105
  - !ruby/object:Gem::Dependency
106
106
  name: decidim-participatory_processes
107
107
  requirement: !ruby/object:Gem::Requirement
108
108
  requirements:
109
109
  - - '='
110
110
  - !ruby/object:Gem::Version
111
- version: 0.30.0.rc2
111
+ version: 0.30.0
112
112
  type: :development
113
113
  prerelease: false
114
114
  version_requirements: !ruby/object:Gem::Requirement
115
115
  requirements:
116
116
  - - '='
117
117
  - !ruby/object:Gem::Version
118
- version: 0.30.0.rc2
118
+ version: 0.30.0
119
119
  description: Organization administration to manage a single organization.
120
120
  email:
121
121
  - josepjaume@gmail.com
@@ -300,6 +300,7 @@ files:
300
300
  - app/controllers/decidim/admin/users_controller.rb
301
301
  - app/events/decidim/attachment_created_event.rb
302
302
  - app/events/decidim/component_published_event.rb
303
+ - app/events/decidim/parent_hidden_event.rb
303
304
  - app/events/decidim/resource_hidden_event.rb
304
305
  - app/forms/concerns/decidim/has_taxonomy_form_attributes.rb
305
306
  - app/forms/decidim/admin/area_form.rb
@@ -640,6 +641,7 @@ files:
640
641
  - config/locales/bg.yml
641
642
  - config/locales/bn-BD.yml
642
643
  - config/locales/bs-BA.yml
644
+ - config/locales/ca-IT.yml
643
645
  - config/locales/ca.yml
644
646
  - config/locales/cs-CZ.yml
645
647
  - config/locales/cs.yml