decidim-verifications 0.23.1 → 0.24.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/app/commands/decidim/verifications/authorize_user.rb +30 -1
- data/app/commands/decidim/verifications/csv_census/admin/create_census_data.rb +2 -0
- data/app/commands/decidim/verifications/id_documents/admin/confirm_user_offline_authorization.rb +2 -2
- data/app/controllers/decidim/verifications/id_documents/admin/pending_authorizations_controller.rb +1 -1
- data/app/events/decidim/verifications/managed_user_error_event.rb +39 -0
- data/app/forms/decidim/verifications/sms/mobile_phone_form.rb +1 -1
- data/app/models/decidim/verifications/conflict.rb +8 -0
- data/app/models/decidim/verifications/csv_census/data.rb +1 -0
- data/app/queries/decidim/verifications/authorizations.rb +3 -2
- data/app/queries/decidim/verifications/authorizations_before_date.rb +5 -7
- data/app/services/decidim/authorization_handler.rb +1 -1
- data/app/views/decidim/verifications/authorizations/index.html.erb +3 -3
- data/app/views/dummy_authorization/_form.html.erb +2 -2
- data/config/locales/ar.yml +0 -9
- data/config/locales/ca.yml +13 -5
- data/config/locales/cs.yml +35 -25
- data/config/locales/de.yml +15 -7
- data/config/locales/el.yml +0 -9
- data/config/locales/en.yml +14 -6
- data/config/locales/es-MX.yml +14 -6
- data/config/locales/es-PY.yml +14 -6
- data/config/locales/es.yml +14 -6
- data/config/locales/eu.yml +0 -9
- data/config/locales/fi-plain.yml +13 -5
- data/config/locales/fi.yml +13 -5
- data/config/locales/fr-CA.yml +13 -5
- data/config/locales/fr.yml +13 -5
- data/config/locales/gl.yml +44 -15
- data/config/locales/hu.yml +0 -8
- data/config/locales/id-ID.yml +0 -9
- data/config/locales/is-IS.yml +0 -3
- data/config/locales/it.yml +0 -9
- data/config/locales/ja.yml +0 -9
- data/config/locales/lv.yml +0 -9
- data/config/locales/nl.yml +10 -6
- data/config/locales/no.yml +0 -9
- data/config/locales/pl.yml +17 -7
- data/config/locales/pt-BR.yml +0 -9
- data/config/locales/pt.yml +0 -9
- data/config/locales/ro-RO.yml +0 -9
- data/config/locales/ru.yml +0 -3
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +0 -9
- data/config/locales/sv.yml +0 -9
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/tr-TR.yml +68 -42
- data/config/locales/uk.yml +0 -3
- data/config/locales/zh-CN.yml +0 -9
- data/db/migrate/20201028161118_create_decidim_verifications_conflicts.rb +15 -0
- data/lib/decidim/verifications/default_action_authorizer.rb +5 -5
- data/lib/decidim/verifications/test/factories.rb +7 -0
- data/lib/decidim/verifications/version.rb +1 -1
- metadata +20 -15
data/config/locales/pt.yml
CHANGED
@@ -34,16 +34,8 @@ pt:
|
|
34
34
|
confirm: As autorizações do tipo "Revogar antes de data" não podem ser anuladas. Tem a certeza de que pretende continuar?
|
35
35
|
confirm_all: A opção de revogar todas as autorizações não pode ser anulada. Tem a certeza de que pretende continuar?
|
36
36
|
destroy_nok: Ocorreu um problema ao revogar as autorizações.
|
37
|
-
destroy_ok: Todas as autorizações correspondentes foram revogadas corretamente!
|
38
37
|
info: Existe um total de %{count} participantes verificados.
|
39
38
|
no_data: Não existem participantes verificados
|
40
|
-
title: Revogação da verificação
|
41
|
-
authorization_workflows: Verificações
|
42
|
-
admin_log:
|
43
|
-
organization:
|
44
|
-
update_id_documents_config: "%{user_name} atualizou a configuração de verificação de Documentos de Identidade"
|
45
|
-
user:
|
46
|
-
grant_id_documents_offline_verification: "%{user_name} verificou %{resource_name} usando verificação de Documentos de Identidade off-line"
|
47
39
|
authorization_handlers:
|
48
40
|
admin:
|
49
41
|
csv_census:
|
@@ -131,7 +123,6 @@ pt:
|
|
131
123
|
title: Dados do censo atual
|
132
124
|
instructions:
|
133
125
|
body: Para fazer isto, deverá entrar na administração do sistema e adicionar as autorizações csv_census à organização
|
134
|
-
title: Precisa ativar o censo csv para esta organização
|
135
126
|
new:
|
136
127
|
file: "ficheiro .csv com dados de e-mails"
|
137
128
|
info: 'Deverá ser um ficheiro em formato CSV com apenas uma coluna com o endereço de e-mail:'
|
data/config/locales/ro-RO.yml
CHANGED
@@ -34,16 +34,8 @@ ro:
|
|
34
34
|
confirm: Anularea autorizărilor înainte de dată nu poate fi anulată. Sigur doriți să continuați?
|
35
35
|
confirm_all: Revocați toate autorizațiile nu pot fi anulate. Sigur doriți să continuați?
|
36
36
|
destroy_nok: A apărut o problemă în timpul revocării autorizațiilor.
|
37
|
-
destroy_ok: Toate autorizațiile potrivite au fost revocate cu succes!
|
38
37
|
info: Există un total de %{count} participanți verificați.
|
39
38
|
no_data: Niciun participant verificat
|
40
|
-
title: Anularea verificărilor
|
41
|
-
authorization_workflows: Verificări
|
42
|
-
admin_log:
|
43
|
-
organization:
|
44
|
-
update_id_documents_config: "%{user_name} a actualizat configurația de verificare a documentelor de identitate"
|
45
|
-
user:
|
46
|
-
grant_id_documents_offline_verification: "%{user_name} a verificat %{resource_name} folosind verificarea documentelor de identitate offline"
|
47
39
|
authorization_handlers:
|
48
40
|
admin:
|
49
41
|
csv_census:
|
@@ -131,7 +123,6 @@ ro:
|
|
131
123
|
title: Date recensământ curente
|
132
124
|
instructions:
|
133
125
|
body: Pentru a face acest lucru, trebuie să introduceţi administrarea sistemului şi să adăugaţi autorizaţiile csv_recensământ în organizaţie
|
134
|
-
title: Trebuie să activați recensământul csv pentru această organizație
|
135
126
|
new:
|
136
127
|
file: "fișier .csv cu date de e-mail"
|
137
128
|
info: 'Trebuie să fie un fișier în format CSV cu o singură coloană cu adresa de e-mail:'
|
data/config/locales/ru.yml
CHANGED
@@ -0,0 +1 @@
|
|
1
|
+
si:
|
data/config/locales/sk.yml
CHANGED
@@ -34,16 +34,8 @@ sk:
|
|
34
34
|
confirm: Zrušenie všetkých autorizácií pred dátumom je nenávratné. Ste si istí, že chcete pokračovať?
|
35
35
|
confirm_all: Zrušenie všetkých autorizácií je nenávratné. Ste si istí, že chcete pokračovať?
|
36
36
|
destroy_nok: Pri rušení autorizácií nastal problém.
|
37
|
-
destroy_ok: Všetky zvolené autorizácie boli úspešne zrušené!
|
38
37
|
info: Je tu celkovo %{count} overených účastníkov.
|
39
38
|
no_data: Žiadni overení účastníci
|
40
|
-
title: Zrušenie verifikácie
|
41
|
-
authorization_workflows: Overenie
|
42
|
-
admin_log:
|
43
|
-
organization:
|
44
|
-
update_id_documents_config: "%{user_name} aktualizovala konfiguráciu overenie dokumentov identít"
|
45
|
-
user:
|
46
|
-
grant_id_documents_offline_verification: "% {USER_NAME} overené% {resource_name} pomocou overenia dokumentov offline"
|
47
39
|
authorization_handlers:
|
48
40
|
admin:
|
49
41
|
csv_census:
|
@@ -129,7 +121,6 @@ sk:
|
|
129
121
|
title: Aktuálne údaje o sčítaní
|
130
122
|
instructions:
|
131
123
|
body: Ak chcete urobiť, musíte vstúpiť do správy systému a pridať oprávnenia csv_census organizáciu
|
132
|
-
title: Pre túto organizáciu musíte aktivovať csv sčítanie
|
133
124
|
new:
|
134
125
|
file: ".CSV súbor s dátami e-mailov"
|
135
126
|
info: 'Must byť súborom vo formáte CSV s iba jedným stĺpcom s e-mailovou adresou:'
|
data/config/locales/sv.yml
CHANGED
@@ -34,16 +34,8 @@ sv:
|
|
34
34
|
confirm: Återkallande av auktorisering före datum kan inte ångras. Vill du fortsätta?
|
35
35
|
confirm_all: Det går inte att ångra återkallande av alla auktoriseringar. Vill du fortsätta?
|
36
36
|
destroy_nok: Det gick inte att återkalla auktoriseringar.
|
37
|
-
destroy_ok: Alla auktoriseringar som överensstämmer har återkallats!
|
38
37
|
info: Det finns totalt %{count} verifierade deltagare.
|
39
38
|
no_data: Inga verifierade deltagare
|
40
|
-
title: Återkallande av verifiering
|
41
|
-
authorization_workflows: Verifieringar
|
42
|
-
admin_log:
|
43
|
-
organization:
|
44
|
-
update_id_documents_config: "%{user_name} uppdaterade konfiguration för verifikation av identitetshandlingar"
|
45
|
-
user:
|
46
|
-
grant_id_documents_offline_verification: "%{user_name} verifierade %{resource_name} hjälp av offlineverifiering av identitetshandlingar"
|
47
39
|
authorization_handlers:
|
48
40
|
admin:
|
49
41
|
csv_census:
|
@@ -131,7 +123,6 @@ sv:
|
|
131
123
|
title: Aktuella medlemsuppgifter
|
132
124
|
instructions:
|
133
125
|
body: För att göra detta måste du öppna systemadministrationen och lägga till godkännande via csv_census till organisationen
|
134
|
-
title: Du måste aktivera medlemsuppgifter via CSV för organisationen
|
135
126
|
new:
|
136
127
|
file: ".csv-fil med e-postadresser"
|
137
128
|
info: 'Måste vara en fil i CSV-format med bara en kolumn med e-postadressen:'
|
@@ -0,0 +1 @@
|
|
1
|
+
sw:
|
data/config/locales/tr-TR.yml
CHANGED
@@ -5,17 +5,17 @@ tr:
|
|
5
5
|
available_methods: Mevcut yöntemler
|
6
6
|
offline: Çevrimdışı
|
7
7
|
offline_explanation: Çevrimdışı doğrulama için talimatlar
|
8
|
-
online:
|
8
|
+
online: Çevrimiçi
|
9
9
|
id_document_information:
|
10
10
|
document_number: Belge numarası (harf ile)
|
11
11
|
document_type: Belgenin türü
|
12
12
|
id_document_upload:
|
13
13
|
document_number: Belge numarası (harf ile)
|
14
|
-
document_type: Belgenizin
|
15
|
-
user:
|
14
|
+
document_type: Belgenizin türü
|
15
|
+
user: Katılımcı
|
16
16
|
verification_attachment: Belgenizin taranmış kopyası
|
17
17
|
offline_confirmation:
|
18
|
-
email:
|
18
|
+
email: Katılımcı e-postası
|
19
19
|
postal_letter_address:
|
20
20
|
full_address: Açık adres
|
21
21
|
postal_letter_confirmation:
|
@@ -26,12 +26,16 @@ tr:
|
|
26
26
|
decidim:
|
27
27
|
admin:
|
28
28
|
menu:
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
29
|
+
authorization_revocation:
|
30
|
+
before_date_info: İşlem zaten başladıysa ve önceki işlemin izinlerini iptal etmek istiyorsanız kullanışlıdır.
|
31
|
+
button: Tümünü İptal Et
|
32
|
+
button_before: Tarihten önce iptal et
|
33
|
+
destroy:
|
34
|
+
confirm: Tarihten önce iptal yetkileri geri alınamaz. Devam etmek istediğine emin misin?
|
35
|
+
confirm_all: Tüm yetkilendirmeler geri alınamaz. Devam etmek istediğine emin misin?
|
36
|
+
destroy_nok: Yetkilendirmeler iptal edilirken bir sorun oluştu.
|
37
|
+
info: Toplam %{count} doğrulanmış katılımcı var.
|
38
|
+
no_data: Doğrulanmış katılımcı yok
|
35
39
|
authorization_handlers:
|
36
40
|
admin:
|
37
41
|
csv_census:
|
@@ -42,7 +46,7 @@ tr:
|
|
42
46
|
help:
|
43
47
|
- Kullanıcılar kimlik bilgilerini doldurur ve dokümanlarının bir kopyasını yüklerler.
|
44
48
|
- Yüklenen görüntüdeki mevcut bilgileri doldurursunuz.
|
45
|
-
-
|
49
|
+
- Bilgiler, kullanıcının doldurduğu bilgilerle eşleşmelidir.
|
46
50
|
- Bilgileri açıkça göremiyorsanız veya doğrulamıyorsanız, isteği reddedebilirsiniz ve kullanıcı bunu düzeltebilir.
|
47
51
|
postal_letter:
|
48
52
|
help:
|
@@ -63,12 +67,22 @@ tr:
|
|
63
67
|
postal_letter:
|
64
68
|
explanation: Size adresinizi doğrulayabilmemiz için girmeniz gereken bir kod içeren bir posta mektubu göndereceğiz.
|
65
69
|
name: Posta mektubu ile kod
|
70
|
+
events:
|
71
|
+
verifications:
|
72
|
+
verify_with_managed_user:
|
73
|
+
notification_title: Katılımcı <a href="%{resource_path}">%{resource_title} </a>, yönetilen katılımcının <a href="%{managed_user_path}">%{managed_user_name} </a> verileriyle kendini doğrulamaya çalıştı
|
66
74
|
verifications:
|
67
75
|
authorizations:
|
76
|
+
authorization_metadata:
|
77
|
+
info: 'Bu, mevcut doğrulamanın verileridir:'
|
78
|
+
no_data_stored: Veri depolanmadı.
|
68
79
|
create:
|
69
|
-
error: Yetkilendirme oluşturulurken bir
|
80
|
+
error: Yetkilendirme oluşturulurken bir sorun oluştu.
|
70
81
|
success: Başarılı bir şekilde yetkilendirildiniz.
|
71
82
|
unconfirmed: Kendinizi yetkilendirmek için e-postanızı onaylamanız gerekiyor.
|
83
|
+
destroy:
|
84
|
+
error: Yetkilendirme silinirken bir sorun oluştu.
|
85
|
+
success: Yetkilendirmeyi başarıyla sildiniz.
|
72
86
|
first_login:
|
73
87
|
actions:
|
74
88
|
another_dummy_authorization_handler: Başka bir yetkilendirme işleyicisi örneğiyle doğrulayın
|
@@ -77,14 +91,24 @@ tr:
|
|
77
91
|
dummy_authorization_workflow: Örnek yetkilendirme iş akışına karşı doğrulayın
|
78
92
|
id_documents: Kimlik belgenizi yükleyerek doğrulanma
|
79
93
|
postal_letter: Posta koduyla doğrulama kodu alarak doğrulanma
|
80
|
-
|
94
|
+
sms: Bir SMS doğrulama kodu alarak doğrulanın
|
95
|
+
title: Kimliğini doğrula
|
81
96
|
verify_with_these_options: 'Bunlar kimliğinizi doğrulamak için kullanılabilecek seçenekler:'
|
97
|
+
index:
|
98
|
+
expired_verification: Doğrulamanın süresi doldu
|
99
|
+
pending_verification: Doğrulama beklemede
|
100
|
+
show_renew_info: Doğrulamayı yenilemek için tıklayın
|
101
|
+
unauthorized_verification: Yeni doğrulama
|
82
102
|
new:
|
83
103
|
authorize: göndermek
|
84
|
-
authorize_with: '%{authorizer}ile doğrulayın'
|
104
|
+
authorize_with: '%{authorizer} ile doğrulayın'
|
85
105
|
renew_modal:
|
86
|
-
cancel: İptal
|
87
|
-
|
106
|
+
cancel: İptal Et
|
107
|
+
close: kapat
|
108
|
+
continue: Devam et
|
109
|
+
info_renew: Verileri güncellemek istiyorsanız, yenilemeye devam edin
|
110
|
+
title: Doğrulamayı yenile
|
111
|
+
skip_verification: Bunu şimdilik %{link} atlayabilirsiniz
|
88
112
|
start_exploring: keşfetmeye başla
|
89
113
|
csv_census:
|
90
114
|
admin:
|
@@ -93,21 +117,22 @@ tr:
|
|
93
117
|
error: Sayım alınırken bir hata oluştu.
|
94
118
|
success: '%{count} öğe başarıyla içe aktarıldı (%{errors} hata)'
|
95
119
|
destroy_all:
|
96
|
-
success: Tüm
|
120
|
+
success: Tüm sayım verileri silindi
|
97
121
|
destroy:
|
98
|
-
confirm: Silinen tüm
|
99
|
-
title: Tüm
|
122
|
+
confirm: Silinen tüm sayımlar geri alınamaz. Devam etmek istediğine emin misin?
|
123
|
+
title: Tüm sayım verilerini sil
|
100
124
|
index:
|
101
125
|
data: Toplam %{count} kayıt var. Son yükleme tarihi %{due_date}
|
102
126
|
empty: Sayım verileri yok. Bir CSV dosyası kullanarak almak için aşağıdaki formu kullanın.
|
103
|
-
title:
|
127
|
+
title: Geçerli kayıt verisi
|
104
128
|
instructions:
|
105
129
|
body: Bunu yapmak için sistem yönetimine girmeli ve csv_census yetkilerini kuruluşa eklemelisiniz.
|
106
|
-
title: Bu kuruluş için
|
130
|
+
title: Bu kuruluş için CSV sayımını etkinleştirmeniz gerekiyor
|
107
131
|
new:
|
108
132
|
file: "e-posta verileri içeren .csv dosyası"
|
109
|
-
|
110
|
-
|
133
|
+
info: 'E-posta adresi içeren yalnızca bir sütuna sahip CSV biçiminde bir dosya olmalıdır:'
|
134
|
+
submit: Dosya yükle
|
135
|
+
title: Yeni bir sayım yükleyin
|
111
136
|
authorizations:
|
112
137
|
new:
|
113
138
|
error: Hesabınızı doğrulayamadık veya kuruluşun sayımına girmediniz.
|
@@ -117,45 +142,46 @@ tr:
|
|
117
142
|
postal_codes:
|
118
143
|
one: Katılım, posta kodu %{postal_codes}olan kullanıcılarla sınırlıdır.
|
119
144
|
other: 'Katılım, aşağıdaki posta kodlarından herhangi biriyle kullanıcılarla sınırlıdır: %{postal_codes}.'
|
145
|
+
scope: Katılım, %{scope_name} kapsamına sahip katılımcılarla sınırlıdır.
|
120
146
|
id_documents:
|
121
147
|
admin:
|
122
148
|
config:
|
123
149
|
edit:
|
124
150
|
title: Kimlik belgeleri yapılandırması
|
125
|
-
update:
|
151
|
+
update: Güncelle
|
126
152
|
update:
|
127
153
|
error: Yapılandırma güncellenirken bir hata oluştu.
|
128
154
|
success: Yapılandırma başarıyla güncellendi
|
129
155
|
confirmations:
|
130
156
|
create:
|
131
157
|
error: Doğrulama uyuşmuyor. Tekrar deneyebilir veya doğrulamayı reddedebilir, böylece kullanıcı bunu değiştirebilir
|
132
|
-
success:
|
158
|
+
success: Katılımcı başarıyla doğrulandı
|
133
159
|
new:
|
134
160
|
introduce_user_data: Resimdeki verileri tanıtın
|
135
|
-
reject:
|
136
|
-
verify:
|
161
|
+
reject: Reddet
|
162
|
+
verify: Doğrulama
|
137
163
|
offline_confirmations:
|
138
164
|
create:
|
139
|
-
error: Doğrulama
|
140
|
-
success:
|
165
|
+
error: Doğrulama eşleşmiyor. Lütfen tekrar deneyin veya katılımcıya düzeltmesini söyleyin
|
166
|
+
success: Katılımcı başarıyla doğrulandı
|
141
167
|
new:
|
142
|
-
cancel: İptal
|
143
|
-
introduce_user_data:
|
144
|
-
verify:
|
168
|
+
cancel: İptal Et
|
169
|
+
introduce_user_data: Katılımcı e-postasını ve doküman verilerini tanıtın
|
170
|
+
verify: Doğrula
|
145
171
|
pending_authorizations:
|
146
172
|
index:
|
147
|
-
config:
|
173
|
+
config: Yapılandır
|
148
174
|
offline_verification: Çevrimdışı doğrulama
|
149
175
|
title: Bekleyen çevrimiçi doğrulamalar
|
150
176
|
verification_number: 'Doğrulama #%{n}'
|
151
177
|
rejections:
|
152
178
|
create:
|
153
|
-
success: Doğrulama reddedildi.
|
179
|
+
success: Doğrulama reddedildi. Katılımcıdan belgelerini değiştirmesi istenir
|
154
180
|
authorizations:
|
155
181
|
choose:
|
156
182
|
choose_a_type: 'Lütfen nasıl doğrulanmak istediğinizi seçin:'
|
157
183
|
offline: Çevrimdışı
|
158
|
-
online:
|
184
|
+
online: Çevrimiçi
|
159
185
|
title: Kimlik belgenizi kullanarak kendinizi doğrulayın
|
160
186
|
create:
|
161
187
|
error: Belgenizi yüklerken bir sorun oluştu
|
@@ -186,7 +212,7 @@ tr:
|
|
186
212
|
mark_as_sent: Gönderildiği gibi işaretle
|
187
213
|
not_yet_sent: Henüz gönderilmedi
|
188
214
|
title: Devam eden doğrulamalar
|
189
|
-
username:
|
215
|
+
username: Rumuz
|
190
216
|
verification_code: Doğrulama kodu
|
191
217
|
postages:
|
192
218
|
create:
|
@@ -197,8 +223,8 @@ tr:
|
|
197
223
|
error: İsteğiniz ile ilgili bir sorun vardı
|
198
224
|
success: Teşekkürler! Adresinize bir doğrulama kodu göndereceğiz
|
199
225
|
edit:
|
200
|
-
send:
|
201
|
-
title:
|
226
|
+
send: Onayla
|
227
|
+
title: Lütfen size gönderilen onay kodunu giriniz
|
202
228
|
waiting_for_letter: Yakında doğrulama kodunuzla adresinize bir mektup gönderiyoruz
|
203
229
|
new:
|
204
230
|
send: Bana bir mektup gönder
|
@@ -217,14 +243,14 @@ tr:
|
|
217
243
|
confirm_destroy: Doğrulama kodunu sıfırlamak istediğinizden emin misiniz?
|
218
244
|
destroy: Doğrulama kodunu sıfırla
|
219
245
|
resend: Doğrulama kodunu alamadınız mı?
|
220
|
-
send:
|
221
|
-
title:
|
246
|
+
send: Onayla
|
247
|
+
title: Lütfen size gönderilen onay kodunu giriniz
|
222
248
|
new:
|
223
249
|
send: Bana bir SMS gönder
|
224
250
|
title: Doğrulama kodunuzu isteyin
|
225
251
|
update:
|
226
252
|
error: Doğrulama kodunuz bizimkilerle uyuşmuyor. Lütfen size gönderdiğimiz SMS'i tekrar kontrol edin.
|
227
|
-
success: Tebrikler. Başarıyla
|
253
|
+
success: Tebrikler. Başarıyla doğrulandınız.
|
228
254
|
errors:
|
229
255
|
messages:
|
230
|
-
uppercase_only_letters_numbers:
|
256
|
+
uppercase_only_letters_numbers: tümü büyük harf olmalı ve yalnızca harf ve / veya rakam içermelidir
|
data/config/locales/uk.yml
CHANGED
data/config/locales/zh-CN.yml
CHANGED
@@ -34,16 +34,8 @@ zh-CN:
|
|
34
34
|
confirm: 在日期前撤销授权无法撤销。您确定要继续吗?
|
35
35
|
confirm_all: 撤销所有授权无法撤销。您确定要继续吗?
|
36
36
|
destroy_nok: 撤销授权时出现问题。
|
37
|
-
destroy_ok: 所有匹配的授权已成功取消!
|
38
37
|
info: 共有 %{count} 个已验证的参与者。
|
39
38
|
no_data: 没有经过验证的参与者
|
40
|
-
title: 验证已取消
|
41
|
-
authorization_workflows: 验证
|
42
|
-
admin_log:
|
43
|
-
organization:
|
44
|
-
update_id_documents_config: "%{user_name} 更新了身份文档验证配置"
|
45
|
-
user:
|
46
|
-
grant_id_documents_offline_verification: "%{user_name} 使用离线身份证件验证了 %{resource_name}"
|
47
39
|
authorization_handlers:
|
48
40
|
admin:
|
49
41
|
csv_census:
|
@@ -131,7 +123,6 @@ zh-CN:
|
|
131
123
|
title: 目前的普查数据
|
132
124
|
instructions:
|
133
125
|
body: 要做到这一点,您必须输入系统管理并将csv_census授权添加到组织
|
134
|
-
title: 您需要激活此组织的 csv 调查
|
135
126
|
new:
|
136
127
|
file: "带有电子邮件数据的.csv 文件"
|
137
128
|
info: '必须是 CSV 格式的文件,其中只有一个列有电子邮件地址:'
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
class CreateDecidimVerificationsConflicts < ActiveRecord::Migration[5.2]
|
4
|
+
def change
|
5
|
+
create_table :decidim_verifications_conflicts do |t|
|
6
|
+
t.references :current_user, index: { name: "authorization_current_user" }, foreign_key: { to_table: :decidim_users }
|
7
|
+
t.references :managed_user, index: { name: "authorization_managed_user" }, foreign_key: { to_table: :decidim_users }
|
8
|
+
t.integer :times, default: 0
|
9
|
+
t.string :unique_id
|
10
|
+
t.boolean :solved, default: false
|
11
|
+
|
12
|
+
t.timestamps
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -42,15 +42,15 @@ module Decidim
|
|
42
42
|
#
|
43
43
|
def authorize
|
44
44
|
if !authorization
|
45
|
-
[:missing, action: :authorize]
|
45
|
+
[:missing, { action: :authorize }]
|
46
46
|
elsif authorization_expired?
|
47
|
-
[:expired, action: :authorize]
|
47
|
+
[:expired, { action: :authorize }]
|
48
48
|
elsif !authorization.granted?
|
49
|
-
[:pending, action: :resume]
|
49
|
+
[:pending, { action: :resume }]
|
50
50
|
elsif unmatched_fields.any?
|
51
|
-
[:unauthorized, fields: unmatched_fields]
|
51
|
+
[:unauthorized, { fields: unmatched_fields }]
|
52
52
|
elsif missing_fields.any?
|
53
|
-
[:incomplete, fields: missing_fields, action: :reauthorize, cancel: true]
|
53
|
+
[:incomplete, { fields: missing_fields, action: :reauthorize, cancel: true }]
|
54
54
|
else
|
55
55
|
[:ok, {}]
|
56
56
|
end
|
@@ -8,4 +8,11 @@ FactoryBot.define do
|
|
8
8
|
email { generate(:email) }
|
9
9
|
organization
|
10
10
|
end
|
11
|
+
|
12
|
+
factory :conflict, class: "Decidim::Verifications::Conflict" do
|
13
|
+
current_user { create(:user) }
|
14
|
+
managed_user { create(:user, managed: true) }
|
15
|
+
unique_id { "12345678X" }
|
16
|
+
times { 1 }
|
17
|
+
end
|
11
18
|
end
|