decidim-admin 0.29.2 → 0.29.3
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.
- checksums.yaml +4 -4
- data/app/commands/decidim/admin/unhide_resource.rb +1 -0
- data/app/controllers/decidim/admin/moderations_controller.rb +8 -3
- data/app/controllers/decidim/admin/organization_controller.rb +1 -1
- data/app/permissions/decidim/admin/permissions.rb +8 -0
- data/app/views/decidim/admin/moderations/index.html.erb +5 -1
- data/config/locales/ar.yml +14 -5
- data/config/locales/bg.yml +2 -2
- data/config/locales/bs-BA.yml +3 -2
- data/config/locales/ca-IT.yml +1161 -0
- data/config/locales/ca.yml +15 -5
- data/config/locales/cs.yml +11 -1
- data/config/locales/de.yml +16 -6
- data/config/locales/el.yml +4 -2
- data/config/locales/en.yml +10 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +12 -2
- data/config/locales/es-PY.yml +12 -2
- data/config/locales/es.yml +10 -0
- data/config/locales/eu.yml +32 -22
- data/config/locales/fi-plain.yml +12 -4
- data/config/locales/fi.yml +12 -4
- data/config/locales/fr-CA.yml +13 -3
- data/config/locales/fr.yml +13 -3
- data/config/locales/ga-IE.yml +1 -6
- data/config/locales/gl.yml +4 -1
- data/config/locales/he-IL.yml +6 -0
- data/config/locales/hu.yml +5 -5
- data/config/locales/id-ID.yml +5 -5
- data/config/locales/is-IS.yml +1 -6
- data/config/locales/it.yml +181 -3
- data/config/locales/ja.yml +12 -2
- data/config/locales/kaa.yml +5 -0
- data/config/locales/ko.yml +10 -2
- data/config/locales/lb.yml +6 -3
- data/config/locales/lt.yml +2 -0
- data/config/locales/lv.yml +3 -2
- data/config/locales/nl.yml +6 -3
- data/config/locales/no.yml +5 -2
- data/config/locales/pl.yml +3 -3
- data/config/locales/pt-BR.yml +2 -2
- data/config/locales/pt.yml +7 -4
- data/config/locales/ro-RO.yml +8 -3
- data/config/locales/ru.yml +5 -7
- data/config/locales/sk.yml +4 -5
- data/config/locales/sl.yml +7 -0
- data/config/locales/sq-AL.yml +13 -3
- data/config/locales/sr-CS.yml +3 -2
- data/config/locales/sv.yml +12 -4
- data/config/locales/th-TH.yml +4 -0
- data/config/locales/tr-TR.yml +5 -6
- data/config/locales/uk.yml +2 -7
- data/config/locales/zh-CN.yml +3 -4
- data/config/locales/zh-TW.yml +2 -0
- data/lib/decidim/admin/test/manage_hide_content_examples.rb +4 -3
- data/lib/decidim/admin/test/manage_moderations_examples.rb +1 -1
- data/lib/decidim/admin/version.rb +1 -1
- metadata +9 -8
data/config/locales/no.yml
CHANGED
@@ -572,6 +572,7 @@
|
|
572
572
|
created_at: Opprettet på
|
573
573
|
document_number: Dokumentnummer
|
574
574
|
name: Navn
|
575
|
+
nickname: Kallenavn
|
575
576
|
phone: Telefon
|
576
577
|
state: Stat
|
577
578
|
users_count: Deltakere teller
|
@@ -746,6 +747,8 @@
|
|
746
747
|
title: Ny deltaker område privat deltaker.
|
747
748
|
participatory_space_private_users_csv_imports:
|
748
749
|
new:
|
750
|
+
csv_upload:
|
751
|
+
title: Last opp din CSV fil
|
749
752
|
destroy:
|
750
753
|
button: Slett alle private deltakere
|
751
754
|
empty: Du har ingen private deltakere.
|
@@ -877,9 +880,9 @@
|
|
877
880
|
user_groups:
|
878
881
|
index:
|
879
882
|
state:
|
880
|
-
pending:
|
883
|
+
pending: Pågår
|
881
884
|
rejected: Avvist
|
882
|
-
verified:
|
885
|
+
verified: Bekreftet
|
883
886
|
verify_via_csv: Verifiser via CSV
|
884
887
|
user_groups_csv_verifications:
|
885
888
|
new:
|
data/config/locales/pl.yml
CHANGED
@@ -895,7 +895,7 @@ pl:
|
|
895
895
|
success: Załadowanie pliku CSV powiodło się, wysyłamy e-mail z zaproszeniem do uczestników. To może chwilę potrwać.
|
896
896
|
new:
|
897
897
|
csv_upload:
|
898
|
-
title:
|
898
|
+
title: Prześlij swój plik CSV
|
899
899
|
destroy:
|
900
900
|
button: Usuń wszystkich prywatnych uczestników
|
901
901
|
confirm: Czy na pewno chcesz usunąć wszystkich uczestników prywatnych? Tej akcji nie można cofnąć, nie będziesz w stanie odzyskać danych.
|
@@ -1060,8 +1060,8 @@ pl:
|
|
1060
1060
|
index:
|
1061
1061
|
state:
|
1062
1062
|
pending: Oczekujące
|
1063
|
-
rejected:
|
1064
|
-
verified:
|
1063
|
+
rejected: Odrzucono
|
1064
|
+
verified: Zweryfikowano
|
1065
1065
|
verify_via_csv: Zweryfikuj za pomocą CSV
|
1066
1066
|
user_groups_csv_verifications:
|
1067
1067
|
new:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -663,7 +663,7 @@ pt-BR:
|
|
663
663
|
created_at: Criado em
|
664
664
|
document_number: Número do documento
|
665
665
|
name: Nome
|
666
|
-
nickname:
|
666
|
+
nickname: Apelido
|
667
667
|
phone: Telefone
|
668
668
|
state: Situação
|
669
669
|
users_count: Total de usuários
|
@@ -1052,7 +1052,7 @@ pt-BR:
|
|
1052
1052
|
acme@example.org
|
1053
1053
|
bubba.gump@example.org
|
1054
1054
|
title: Envie seu arquivo CSV
|
1055
|
-
upload:
|
1055
|
+
upload: Upload
|
1056
1056
|
users:
|
1057
1057
|
create:
|
1058
1058
|
error: Ocorreu um erro ao convidar esse usuário.
|
data/config/locales/pt.yml
CHANGED
@@ -526,6 +526,7 @@ pt:
|
|
526
526
|
created_at: Criado em
|
527
527
|
document_number: Número do documento
|
528
528
|
name: Nome
|
529
|
+
nickname: Alcunha
|
529
530
|
phone: Telefone
|
530
531
|
state: Estado
|
531
532
|
users_count: Contagem de participantes
|
@@ -699,6 +700,8 @@ pt:
|
|
699
700
|
title: Novo participante privado do Espaço Participativo.
|
700
701
|
participatory_space_private_users_csv_imports:
|
701
702
|
new:
|
703
|
+
csv_upload:
|
704
|
+
title: Envie o seu ficheiro CSV
|
702
705
|
upload: Carregar
|
703
706
|
resource_permissions:
|
704
707
|
edit:
|
@@ -814,15 +817,15 @@ pt:
|
|
814
817
|
user_groups:
|
815
818
|
index:
|
816
819
|
state:
|
817
|
-
pending:
|
818
|
-
rejected:
|
819
|
-
verified:
|
820
|
+
pending: Pendentes
|
821
|
+
rejected: Rejeitados
|
822
|
+
verified: Verificados
|
820
823
|
verify_via_csv: Verificar via CSV
|
821
824
|
user_groups_csv_verifications:
|
822
825
|
new:
|
823
826
|
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.
|
824
827
|
title: Envie o seu ficheiro CSV
|
825
|
-
upload:
|
828
|
+
upload: Carregar
|
826
829
|
users:
|
827
830
|
create:
|
828
831
|
error: Ocorreu um problema ao convidar este(a) administrador(a).
|
data/config/locales/ro-RO.yml
CHANGED
@@ -23,7 +23,7 @@ ro:
|
|
23
23
|
category:
|
24
24
|
description: Descriere
|
25
25
|
name: Nume
|
26
|
-
parent_id: Categoria
|
26
|
+
parent_id: Categoria părinte
|
27
27
|
weight: Poziție
|
28
28
|
component:
|
29
29
|
name: Nume
|
@@ -486,7 +486,7 @@ ro:
|
|
486
486
|
and: și
|
487
487
|
data_errors:
|
488
488
|
duplicate_headers:
|
489
|
-
detail:
|
489
|
+
detail: Vă rugăm verificați că fișierul conține coloanele sau antetele o singură dată.
|
490
490
|
message:
|
491
491
|
one: Duplică coloana %{columns}.
|
492
492
|
few: Duplică coloanele %{columns}.
|
@@ -642,7 +642,7 @@ ro:
|
|
642
642
|
name: Nume
|
643
643
|
nickname: Pseudonim
|
644
644
|
phone: Telefon
|
645
|
-
state:
|
645
|
+
state: Stare
|
646
646
|
users_count: Numărul de participanți
|
647
647
|
moderated_users:
|
648
648
|
index:
|
@@ -672,6 +672,7 @@ ro:
|
|
672
672
|
does_not_belong: Nu aparține
|
673
673
|
hidden_during_block: Ascuns în timpul blocării utilizatorului
|
674
674
|
offensive: Ofensiv
|
675
|
+
parent_hidden: Conținutul părinte a fost ascuns
|
675
676
|
spam: Spam
|
676
677
|
reports:
|
677
678
|
index:
|
@@ -834,6 +835,8 @@ ro:
|
|
834
835
|
invalid: A apărut o eroare la citirea fișierului CSV. Vă rugăm să vă asigurați că ați urmat instrucțiunile.
|
835
836
|
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.
|
836
837
|
new:
|
838
|
+
csv_upload:
|
839
|
+
title: Încarcă fișierul tău CSV
|
837
840
|
destroy:
|
838
841
|
button: Șterge toți participanții privați
|
839
842
|
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.
|
@@ -1037,6 +1040,7 @@ ro:
|
|
1037
1040
|
hidden: Ascuns
|
1038
1041
|
hide: Ascunde
|
1039
1042
|
not_hidden: Neascuns
|
1043
|
+
parent_hidden: Nu puteți afișa această resursă deoarece părintele său este încă ascuns.
|
1040
1044
|
title: Acțiuni
|
1041
1045
|
unhide: Anulează ascunderea
|
1042
1046
|
unreport: Anulează raportarea
|
@@ -1047,6 +1051,7 @@ ro:
|
|
1047
1051
|
success: Resursa a fost ascunsă cu succes.
|
1048
1052
|
unhide:
|
1049
1053
|
invalid: A apărut o problemă la anularea ascunderii resursei.
|
1054
|
+
parent_invalid: A apărut o problemă la afișarea resursei. Părintele nu este vizibil.
|
1050
1055
|
success: Anularea ascunderii resursei a fost realizată cu succes.
|
1051
1056
|
unreport:
|
1052
1057
|
invalid: A apărut o problemă la anularea raportării resursei.
|
data/config/locales/ru.yml
CHANGED
@@ -379,6 +379,7 @@ ru:
|
|
379
379
|
created_at: 'Создано:'
|
380
380
|
document_number: Номер документа
|
381
381
|
name: Имя
|
382
|
+
nickname: Псевдоним
|
382
383
|
phone: Телефон
|
383
384
|
state: Cостояние
|
384
385
|
users_count: Количество участников
|
@@ -478,6 +479,10 @@ ru:
|
|
478
479
|
new:
|
479
480
|
create: Добавить
|
480
481
|
title: Добавить частного участника пространства соучастия.
|
482
|
+
participatory_space_private_users_csv_imports:
|
483
|
+
new:
|
484
|
+
csv_upload:
|
485
|
+
title: Загрузите ваш CSV файл
|
481
486
|
resource_permissions:
|
482
487
|
edit:
|
483
488
|
title: Редактировать права доступа
|
@@ -541,16 +546,9 @@ ru:
|
|
541
546
|
invalid: При отказе от этой группы участников произошла ошибка.
|
542
547
|
verify:
|
543
548
|
invalid: При подтверждении этой группы участников произошла ошибка.
|
544
|
-
user_groups:
|
545
|
-
index:
|
546
|
-
state:
|
547
|
-
pending: В ожидании
|
548
|
-
rejected: Отклонено
|
549
|
-
verified: Проверено
|
550
549
|
user_groups_csv_verifications:
|
551
550
|
new:
|
552
551
|
title: Загрузите ваш CSV файл
|
553
|
-
upload: Загрузить
|
554
552
|
users:
|
555
553
|
create:
|
556
554
|
error: При приглашении этого участника произошла ошибка.
|
data/config/locales/sk.yml
CHANGED
@@ -399,7 +399,8 @@ sk:
|
|
399
399
|
actions: Akcie
|
400
400
|
created_at: Vytvorené
|
401
401
|
document_number: Číslo dokumentu
|
402
|
-
name:
|
402
|
+
name: Názov
|
403
|
+
nickname: Prezývka
|
403
404
|
phone: Telefón
|
404
405
|
state: Štát
|
405
406
|
users_count: Počet účastníkov
|
@@ -530,6 +531,8 @@ sk:
|
|
530
531
|
title: Nový súkromný účastník participatívneho priestoru.
|
531
532
|
participatory_space_private_users_csv_imports:
|
532
533
|
new:
|
534
|
+
csv_upload:
|
535
|
+
title: Nahrať súbor CSV
|
533
536
|
upload: Nahrať
|
534
537
|
resource_permissions:
|
535
538
|
edit:
|
@@ -628,10 +631,6 @@ sk:
|
|
628
631
|
invalid: Nastal problém pri overovaní tejto skupiny.
|
629
632
|
user_groups:
|
630
633
|
index:
|
631
|
-
state:
|
632
|
-
pending: Čakajúce
|
633
|
-
rejected: Odmietnuté
|
634
|
-
verified: Overené
|
635
634
|
verify_via_csv: Overte pomocou CSV
|
636
635
|
user_groups_csv_verifications:
|
637
636
|
new:
|
data/config/locales/sl.yml
CHANGED
@@ -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
|
newsletters:
|
136
139
|
index:
|
137
140
|
no_scopes: Ni področij
|
@@ -152,3 +155,7 @@ sl:
|
|
152
155
|
new:
|
153
156
|
create: Ustvari tip področja
|
154
157
|
title: Novo področje
|
158
|
+
user_groups:
|
159
|
+
index:
|
160
|
+
state:
|
161
|
+
rejected: Zavrnjen
|
data/config/locales/sq-AL.yml
CHANGED
@@ -399,6 +399,13 @@ sq:
|
|
399
399
|
last_used_at: Hera e fundit që u përdor
|
400
400
|
times_used: Sa herë është përdorur
|
401
401
|
token: Token
|
402
|
+
user_group:
|
403
|
+
fields:
|
404
|
+
actions: Veprimet
|
405
|
+
created_at: Krijuar më
|
406
|
+
name: Emri
|
407
|
+
nickname: Nofka
|
408
|
+
state: Gjendja
|
402
409
|
moderated_users:
|
403
410
|
index:
|
404
411
|
reason: Arsyeja
|
@@ -523,9 +530,12 @@ sq:
|
|
523
530
|
statistics: Aktiviteti
|
524
531
|
user_groups: Grupet
|
525
532
|
users: Administratorët
|
526
|
-
|
527
|
-
|
528
|
-
|
533
|
+
user_groups:
|
534
|
+
index:
|
535
|
+
state:
|
536
|
+
pending: Në pritje
|
537
|
+
rejected: Refuzuar
|
538
|
+
verified: Verifikuar
|
529
539
|
users:
|
530
540
|
form:
|
531
541
|
email: Email
|
data/config/locales/sr-CS.yml
CHANGED
@@ -397,11 +397,12 @@ sr:
|
|
397
397
|
user_group:
|
398
398
|
fields:
|
399
399
|
actions: Akcije
|
400
|
-
created_at:
|
400
|
+
created_at: Stvoreno
|
401
401
|
document_number: Broj dokumenta
|
402
402
|
name: Ime
|
403
|
+
nickname: Nadimak
|
403
404
|
phone: Telefon
|
404
|
-
state:
|
405
|
+
state: Državno
|
405
406
|
users_count: Broj učesnika
|
406
407
|
moderations:
|
407
408
|
report:
|
data/config/locales/sv.yml
CHANGED
@@ -106,6 +106,8 @@ sv:
|
|
106
106
|
participatory_space_private_user:
|
107
107
|
email: E-post
|
108
108
|
name: Namn
|
109
|
+
participatory_space_private_user_csv_import:
|
110
|
+
file: Fil
|
109
111
|
scope:
|
110
112
|
code: Kod
|
111
113
|
name: Namn
|
@@ -579,7 +581,7 @@ sv:
|
|
579
581
|
content: Rapporterat innehåll
|
580
582
|
external_domain_allowlist: Tillåtna externa domäner
|
581
583
|
help_sections: Hjälpavsnitt
|
582
|
-
homepage:
|
584
|
+
homepage: Startsida
|
583
585
|
impersonations: Uppträd som
|
584
586
|
manage: Hantera
|
585
587
|
moderation: Moderering
|
@@ -720,6 +722,11 @@ sv:
|
|
720
722
|
report_language: Språk för anmälan
|
721
723
|
report_reason: Anledning
|
722
724
|
title: Motivering
|
725
|
+
new_import:
|
726
|
+
accepted_mime_types:
|
727
|
+
csv: CSV
|
728
|
+
json: JSON
|
729
|
+
xlsx: XLSX
|
723
730
|
newsletter_templates:
|
724
731
|
index:
|
725
732
|
preview_template: Förhandsvisa
|
@@ -892,7 +899,7 @@ sv:
|
|
892
899
|
success: CSV-filen har laddats upp och vi skickar en inbjudan med e-post till deltagarna. Det kan ta en stund.
|
893
900
|
new:
|
894
901
|
csv_upload:
|
895
|
-
title:
|
902
|
+
title: Skicka CSV-fil
|
896
903
|
destroy:
|
897
904
|
button: Radera alla privata deltagare
|
898
905
|
confirm: Är du säker på att du vill radera alla privata deltagare? Den här åtgärden kan inte ångras.
|
@@ -1055,8 +1062,8 @@ sv:
|
|
1055
1062
|
index:
|
1056
1063
|
state:
|
1057
1064
|
pending: Väntande
|
1058
|
-
rejected:
|
1059
|
-
verified:
|
1065
|
+
rejected: Avvisade
|
1066
|
+
verified: Verifierade
|
1060
1067
|
verify_via_csv: Verifiera via CSV
|
1061
1068
|
user_groups_csv_verifications:
|
1062
1069
|
new:
|
@@ -1119,6 +1126,7 @@ sv:
|
|
1119
1126
|
success: Innehållet har dolts.
|
1120
1127
|
unhide:
|
1121
1128
|
invalid: Det gick inte att sluta dölja innehållet.
|
1129
|
+
parent_invalid: Det gick inte att visa resursen. Föräldern är inte synlig.
|
1122
1130
|
success: Innehållet är inte längre dolt.
|
1123
1131
|
unreport:
|
1124
1132
|
invalid: Det gick inte att ta bort rapporten om innehållet.
|
data/config/locales/th-TH.yml
CHANGED
data/config/locales/tr-TR.yml
CHANGED
@@ -452,7 +452,8 @@ tr:
|
|
452
452
|
actions: Eylemler
|
453
453
|
created_at: Düzenlendi
|
454
454
|
document_number: Belge Numarası
|
455
|
-
name:
|
455
|
+
name: Adı
|
456
|
+
nickname: Takma ad
|
456
457
|
phone: Telefon
|
457
458
|
state: Belirtmek, bildirmek
|
458
459
|
users_count: Kullanıcılar
|
@@ -618,6 +619,8 @@ tr:
|
|
618
619
|
title: Yeni Katılımcı Uzay özel kullanıcısı.
|
619
620
|
participatory_space_private_users_csv_imports:
|
620
621
|
new:
|
622
|
+
csv_upload:
|
623
|
+
title: CSV dosyanızı yükleyin
|
621
624
|
upload: Yükle
|
622
625
|
resource_permissions:
|
623
626
|
edit:
|
@@ -735,16 +738,12 @@ tr:
|
|
735
738
|
invalid: Bu kullanıcı grubunu doğrularken bir hata oluştu.
|
736
739
|
user_groups:
|
737
740
|
index:
|
738
|
-
state:
|
739
|
-
pending: kadar
|
740
|
-
rejected: Reddedilen
|
741
|
-
verified: Doğrulanmış
|
742
741
|
verify_via_csv: CSV ile doğrulayın
|
743
742
|
user_groups_csv_verifications:
|
744
743
|
new:
|
745
744
|
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.
|
746
745
|
title: CSV dosyanızı yükleyin
|
747
|
-
upload:
|
746
|
+
upload: Yükle
|
748
747
|
users:
|
749
748
|
create:
|
750
749
|
error: Bu kullanıcıyı davet ederken bir hata oluştu.
|
data/config/locales/uk.yml
CHANGED
@@ -348,7 +348,8 @@ uk:
|
|
348
348
|
actions: Дії
|
349
349
|
created_at: 'Створено:'
|
350
350
|
document_number: Номер документа
|
351
|
-
name:
|
351
|
+
name: Назва
|
352
|
+
nickname: Псевдонім
|
352
353
|
phone: Телефон
|
353
354
|
state: Стан
|
354
355
|
users_count: Кількість учасників
|
@@ -502,12 +503,6 @@ uk:
|
|
502
503
|
invalid: При відхиленні цього гурту учасників сталася помилка.
|
503
504
|
verify:
|
504
505
|
invalid: При підтвердженні цього гурту учасників сталася помилка.
|
505
|
-
user_groups:
|
506
|
-
index:
|
507
|
-
state:
|
508
|
-
pending: Очікує на розгляд
|
509
|
-
rejected: Відхилено
|
510
|
-
verified: Перевірено
|
511
506
|
users:
|
512
507
|
create:
|
513
508
|
error: Під час запрошення цього учасника сталася помилка.
|
data/config/locales/zh-CN.yml
CHANGED
@@ -421,6 +421,7 @@ zh-CN:
|
|
421
421
|
created_at: 创建于
|
422
422
|
document_number: 文档编号
|
423
423
|
name: 名称
|
424
|
+
nickname: 昵称
|
424
425
|
phone: 电话
|
425
426
|
state: 状态
|
426
427
|
users_count: 参与者数量
|
@@ -552,6 +553,8 @@ zh-CN:
|
|
552
553
|
title: 新的参与性空间活动私人参与者。
|
553
554
|
participatory_space_private_users_csv_imports:
|
554
555
|
new:
|
556
|
+
csv_upload:
|
557
|
+
title: 上传您的 CSV 文件
|
555
558
|
upload: 上传
|
556
559
|
resource_permissions:
|
557
560
|
edit:
|
@@ -661,10 +664,6 @@ zh-CN:
|
|
661
664
|
invalid: 验证此组时出现问题。
|
662
665
|
user_groups:
|
663
666
|
index:
|
664
|
-
state:
|
665
|
-
pending: 待定
|
666
|
-
rejected: 已拒绝
|
667
|
-
verified: 已验证
|
668
667
|
verify_via_csv: 通过CSV验证
|
669
668
|
user_groups_csv_verifications:
|
670
669
|
new:
|
data/config/locales/zh-TW.yml
CHANGED
@@ -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
|
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.29.
|
4
|
+
version: 0.29.3
|
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-
|
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.29.
|
35
|
+
version: 0.29.3
|
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.29.
|
42
|
+
version: 0.29.3
|
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.29.
|
97
|
+
version: 0.29.3
|
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.29.
|
104
|
+
version: 0.29.3
|
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.29.
|
111
|
+
version: 0.29.3
|
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.29.
|
118
|
+
version: 0.29.3
|
119
119
|
description: Organization administration to manage a single organization.
|
120
120
|
email:
|
121
121
|
- josepjaume@gmail.com
|
@@ -564,6 +564,7 @@ files:
|
|
564
564
|
- config/locales/bg.yml
|
565
565
|
- config/locales/bn-BD.yml
|
566
566
|
- config/locales/bs-BA.yml
|
567
|
+
- config/locales/ca-IT.yml
|
567
568
|
- config/locales/ca.yml
|
568
569
|
- config/locales/cs-CZ.yml
|
569
570
|
- config/locales/cs.yml
|