decidim-initiatives 0.26.3 → 0.26.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4bce8faf4eba9c622c90826f483ee8842cc452d49ec07a3582dad2eddcad9136
4
- data.tar.gz: 88981e420d6087bc67dce4185d6d2823642f12e7889ad6e54e16b71759b9ff84
3
+ metadata.gz: f9cac055fdb1fec7ab259daab198707d23f5694ea73116dd6e18b1640fd553e3
4
+ data.tar.gz: 855771294cbe048b96361dea39278f9db143c4511b76e7b7b33a51fcacb89119
5
5
  SHA512:
6
- metadata.gz: 3dcddc89855a712c11e825fea66f336c346707fbe2303449a4a09a4a92bc618da793e0c6fbf15bbad955c48bbcd8dac8f8fb3acc492103d9a3b523f46ac06722
7
- data.tar.gz: 6002d777034937a7191c082bdda2dcf7e1ff8170e3c4db4e933d2d716e95316beb8fbfb32fd4d82c00f96b9899208167e71771887f86cd59cbf0e35070c196ee
6
+ metadata.gz: 8f0812cb456feb5b068fe6ed67483451d7741ee6c8e19aedc777a49abf38eb605b54872c06fc31cd40eb59eb9142a3c393742ad2c8fd0772f02ea6f292837ed9
7
+ data.tar.gz: de9e7de6c741901dcea99e4ef47190b6a8a77b728ba3390fa90eda2c9113ac7d8d334595abbd5b6486b18ec02d365f660585199376401b818c6ac1bafa5c6acb
@@ -86,6 +86,7 @@ module Decidim
86
86
  def user_authorized_scope
87
87
  return scope if handler_name.blank?
88
88
  return unless authorized?
89
+ return if authorization.metadata.blank?
89
90
 
90
91
  @user_authorized_scope ||= authorized_scope_candidates.find do |scope|
91
92
  scope&.id == authorization.metadata.symbolize_keys[:scope_id]
@@ -2,6 +2,7 @@ ca:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Àrea
5
6
  decidim_user_group_id: Autoria
6
7
  description: Descripció
7
8
  offline_votes: Signatures presencials
@@ -18,6 +19,8 @@ ca:
18
19
  title: Títol
19
20
  initiatives_committee_member:
20
21
  user: Membre del comitè
22
+ initiatives_settings:
23
+ initiatives_order: Ordre
21
24
  initiatives_type:
22
25
  area_enabled: Permet a les autores triar l'àrea de la seva iniciativa
23
26
  attachments_enabled: Habilitat arxius adjunts
@@ -32,6 +35,7 @@ ca:
32
35
  online_signature_enabled: S'ha activat la signatura digital
33
36
  only_global_scope_enabled: Permetre només la creació d'iniciatives d'àmbit global
34
37
  promoting_committee_enabled: Habilita el comitè promotor
38
+ signature_type: Tipus de signatura
35
39
  title: Títol
36
40
  undo_online_signatures_enabled: Permetre a les participants desfer les seves signatures digitals
37
41
  validate_sms_code_on_votes: Afegeix el pas de validació mitjançant SMS al procés de signatura
@@ -2,6 +2,7 @@ cs:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Oblast
5
6
  decidim_user_group_id: Autor
6
7
  description: Popis
7
8
  offline_votes: Osobní fyzické podpisy
@@ -18,6 +19,8 @@ cs:
18
19
  title: Titul
19
20
  initiatives_committee_member:
20
21
  user: Člen výboru
22
+ initiatives_settings:
23
+ initiatives_order: Pořadí
21
24
  initiatives_type:
22
25
  area_enabled: Povolit autorům vybrat tematickou oblast pro jejich iniciativu
23
26
  attachments_enabled: Povolit přílohy
@@ -32,6 +35,7 @@ cs:
32
35
  online_signature_enabled: Online podpis povolen
33
36
  only_global_scope_enabled: Umožnit pouze vytvoření iniciativ globálního rozsahu
34
37
  promoting_committee_enabled: Povolit podporu výboru
38
+ signature_type: Typ podpisu
35
39
  title: Titul
36
40
  undo_online_signatures_enabled: Povolit účastníkům vrátit zpět své online podpisy
37
41
  validate_sms_code_on_votes: Přidejte krok ověření SMS kódu do procesu podpisu
@@ -18,6 +18,8 @@ de:
18
18
  title: Titel
19
19
  initiatives_committee_member:
20
20
  user: Ausschussmitglied
21
+ initiatives_settings:
22
+ initiatives_order: Reihenfolge
21
23
  initiatives_type:
22
24
  area_enabled: Die Auswahl des Bereichs von Initiativen für Autoren freigeben
23
25
  attachments_enabled: Anhänge freigeben
@@ -3,6 +3,7 @@ en:
3
3
  activemodel:
4
4
  attributes:
5
5
  initiative:
6
+ area_id: Area
6
7
  decidim_user_group_id: Author
7
8
  description: Description
8
9
  offline_votes: In-person signatures
@@ -19,6 +20,8 @@ en:
19
20
  title: Title
20
21
  initiatives_committee_member:
21
22
  user: Committee member
23
+ initiatives_settings:
24
+ initiatives_order: Order
22
25
  initiatives_type:
23
26
  area_enabled: Enable authors to choose the area for their initiative
24
27
  attachments_enabled: Enable attachments
@@ -33,6 +36,7 @@ en:
33
36
  online_signature_enabled: Online signature enabled
34
37
  only_global_scope_enabled: Only allow global scope initiatives creation
35
38
  promoting_committee_enabled: Enable promoting committee
39
+ signature_type: Signature type
36
40
  title: Title
37
41
  undo_online_signatures_enabled: Enable participants to undo their online signatures
38
42
  validate_sms_code_on_votes: Add SMS code validation step to signature process
@@ -2,6 +2,7 @@ es-MX:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Área
5
6
  decidim_user_group_id: Autor
6
7
  description: Descripción
7
8
  offline_votes: Apoyo cara a cara
@@ -18,6 +19,8 @@ es-MX:
18
19
  title: Título
19
20
  initiatives_committee_member:
20
21
  user: Miembro del Comité
22
+ initiatives_settings:
23
+ initiatives_order: Orden
21
24
  initiatives_type:
22
25
  area_enabled: Permitir a las autoras elegir el área para su iniciativa
23
26
  attachments_enabled: Habilitar archivos adjuntos
@@ -32,6 +35,7 @@ es-MX:
32
35
  online_signature_enabled: Firma en línea habilitada
33
36
  only_global_scope_enabled: Permitir sólo la creación de iniciativas de ámbito global
34
37
  promoting_committee_enabled: Habilitar el comité promotor
38
+ signature_type: Tipo de firma
35
39
  title: Título
36
40
  undo_online_signatures_enabled: Permitir a los usuarios deshacer sus firmas en línea
37
41
  validate_sms_code_on_votes: Añadir paso de validación de código SMS al proceso de firma
@@ -2,6 +2,7 @@ es-PY:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Área
5
6
  decidim_user_group_id: Autor
6
7
  description: Descripción
7
8
  offline_votes: Apoyo cara a cara
@@ -18,6 +19,8 @@ es-PY:
18
19
  title: Título
19
20
  initiatives_committee_member:
20
21
  user: Miembro del Comité
22
+ initiatives_settings:
23
+ initiatives_order: Orden
21
24
  initiatives_type:
22
25
  area_enabled: Permitir a las autoras elegir el área para su iniciativa
23
26
  attachments_enabled: Habilitar archivos adjuntos
@@ -32,6 +35,7 @@ es-PY:
32
35
  online_signature_enabled: Firma en línea habilitada
33
36
  only_global_scope_enabled: Permitir sólo la creación de iniciativas de ámbito global
34
37
  promoting_committee_enabled: Habilitar el comité promotor
38
+ signature_type: Tipo de firma
35
39
  title: Título
36
40
  undo_online_signatures_enabled: Permitir a los usuarios deshacer sus firmas en línea
37
41
  validate_sms_code_on_votes: Añadir paso de validación de código SMS al proceso de firma
@@ -2,6 +2,7 @@ es:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Área
5
6
  decidim_user_group_id: Autoria
6
7
  description: Descripción
7
8
  offline_votes: Firmas presenciales
@@ -18,6 +19,8 @@ es:
18
19
  title: Título
19
20
  initiatives_committee_member:
20
21
  user: Miembro del Comité
22
+ initiatives_settings:
23
+ initiatives_order: Orden
21
24
  initiatives_type:
22
25
  area_enabled: Permitir a las autoras elegir el área para su iniciativa
23
26
  attachments_enabled: Habilitar archivos adjuntos
@@ -32,6 +35,7 @@ es:
32
35
  online_signature_enabled: Firma digital habilitada
33
36
  only_global_scope_enabled: Permitir sólo la creación de iniciativas de ámbito global
34
37
  promoting_committee_enabled: Habilitar el comité promotor
38
+ signature_type: Tipo de firma
35
39
  title: Título
36
40
  undo_online_signatures_enabled: Permitir a las participantes deshacer sus firmas digitales
37
41
  validate_sms_code_on_votes: Añadir paso de validación mediante SMS al proceso de firma
@@ -2,6 +2,7 @@ eu:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Arloa
5
6
  decidim_user_group_id: Egilea
6
7
  description: deskribapena
7
8
  offline_votes: Aurrez aurreko sinadurak
@@ -32,6 +33,7 @@ eu:
32
33
  online_signature_enabled: Sinadura elektronikoa gaituta dago
33
34
  only_global_scope_enabled: Eremu globaleko ekimenak soilik sortzeko aukera ematea
34
35
  promoting_committee_enabled: Batzorde sustatzailea gaitzea
36
+ signature_type: Sinadura mota
35
37
  title: Izenburua
36
38
  undo_online_signatures_enabled: Gaitu erabiltzaileek beren sinadurak desegin ditzaten
37
39
  validate_sms_code_on_votes: Gehitu SMS kodea baliozkotzeko urratsa sinadura prozesura
@@ -2,6 +2,7 @@ fi-pl:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Alue
5
6
  decidim_user_group_id: Laatija
6
7
  description: Kuvaus
7
8
  offline_votes: Palvelun ulkopuolella kerätyt kannatukset
@@ -18,6 +19,8 @@ fi-pl:
18
19
  title: Otsikko
19
20
  initiatives_committee_member:
20
21
  user: Komitean jäsen
22
+ initiatives_settings:
23
+ initiatives_order: Järjestys
21
24
  initiatives_type:
22
25
  area_enabled: Salli alueen valinta aloitteille
23
26
  attachments_enabled: Salli liitteet
@@ -32,6 +35,7 @@ fi-pl:
32
35
  online_signature_enabled: Online-allekirjoitus on käytössä
33
36
  only_global_scope_enabled: Salli aloitteiden luonti ainoastaan pääteemalle
34
37
  promoting_committee_enabled: Ota käyttöön kannatuskomitea
38
+ signature_type: Allekirjoitustapa
35
39
  title: Otsikko
36
40
  undo_online_signatures_enabled: Salli käyttäjien peruuttaa verkossa tehdyt allekirjoitukset
37
41
  validate_sms_code_on_votes: Lisää tekstiviestikoodin validointivaihe allekirjoitusprosessiin
@@ -2,6 +2,7 @@ fi:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Alue
5
6
  decidim_user_group_id: Laatija
6
7
  description: Kuvaus
7
8
  offline_votes: Palvelun ulkopuolella kerätyt kannatukset
@@ -32,6 +33,7 @@ fi:
32
33
  online_signature_enabled: Online-allekirjoitus on käytössä
33
34
  only_global_scope_enabled: Salli aloitteiden luonti ainoastaan pääteemalle
34
35
  promoting_committee_enabled: Ota käyttöön kannatuskomitea
36
+ signature_type: Allekirjoitustapa
35
37
  title: Otsikko
36
38
  undo_online_signatures_enabled: Verkossa tehtyjen allekirjoitusten peruuttaminen käytössä
37
39
  validate_sms_code_on_votes: Lisää tekstiviestikoodin validointivaihe allekirjoitusprosessiin
@@ -2,6 +2,7 @@ fr-CA:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Périmètre d'assemblée
5
6
  decidim_user_group_id: Auteur
6
7
  description: Description
7
8
  offline_votes: Votes en présentiel
@@ -18,6 +19,8 @@ fr-CA:
18
19
  title: Titre
19
20
  initiatives_committee_member:
20
21
  user: Membre du Comité de promotion
22
+ initiatives_settings:
23
+ initiatives_order: Ordre
21
24
  initiatives_type:
22
25
  area_enabled: Permettre aux auteurs de choisir la zone pour leur initiative
23
26
  attachments_enabled: Autoriser les pièces jointes
@@ -32,6 +35,7 @@ fr-CA:
32
35
  online_signature_enabled: Signature en ligne activée
33
36
  only_global_scope_enabled: Autoriser uniquement la création d'initiatives de portée globale
34
37
  promoting_committee_enabled: Activer les comités de promotion sur ce type d'initiative (témoin. s dont l'invitation par l'auteur est obligatoire pour la validation de l'initiative si cette fonctionnalité est activée)
38
+ signature_type: Type de signature
35
39
  title: Titre
36
40
  undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
37
41
  validate_sms_code_on_votes: Ajouter une étape de validation du code SMS au processus de signature
@@ -2,6 +2,7 @@ fr:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: Périmètre d'assemblée
5
6
  decidim_user_group_id: Auteur
6
7
  description: Description
7
8
  offline_votes: Votes en présentiel
@@ -18,6 +19,8 @@ fr:
18
19
  title: Titre
19
20
  initiatives_committee_member:
20
21
  user: Membre du Comité de promotion
22
+ initiatives_settings:
23
+ initiatives_order: Ordre
21
24
  initiatives_type:
22
25
  area_enabled: Permettre aux auteurs de choisir le périmètre d'assemblée pour leur pétition
23
26
  attachments_enabled: Autoriser les pièces jointes
@@ -32,6 +35,7 @@ fr:
32
35
  online_signature_enabled: Signature en ligne activée
33
36
  only_global_scope_enabled: Autoriser uniquement la création de pétitions de portée globale
34
37
  promoting_committee_enabled: Activer les comités de promotion sur ce type de pétition (témoin.s dont l'invitation par l'auteur est obligatoire pour la validation de la pétition si cette fonctionnalité est activée)
38
+ signature_type: Type de signature
35
39
  title: Titre
36
40
  undo_online_signatures_enabled: Autoriser les utilisateurs à annuler leurs signatures en ligne
37
41
  validate_sms_code_on_votes: Ajouter une étape de validation du code SMS au processus de signature
@@ -0,0 +1 @@
1
+ gn:
@@ -2,6 +2,7 @@ ja:
2
2
  activemodel:
3
3
  attributes:
4
4
  initiative:
5
+ area_id: エリア
5
6
  decidim_user_group_id: 作成者
6
7
  description: 説明
7
8
  offline_votes: In-personal 署名
@@ -18,6 +19,8 @@ ja:
18
19
  title: タイトル
19
20
  initiatives_committee_member:
20
21
  user: 委員会メンバー
22
+ initiatives_settings:
23
+ initiatives_order: 順番
21
24
  initiatives_type:
22
25
  area_enabled: 作成者がイニシアチブの領域を選択できるようにする
23
26
  attachments_enabled: 添付ファイルを有効化
@@ -32,6 +35,7 @@ ja:
32
35
  online_signature_enabled: オンライン署名は有効です
33
36
  only_global_scope_enabled: グローバルスコープのイニシアチブの作成のみを許可する
34
37
  promoting_committee_enabled: 推進委員会を有効にする
38
+ signature_type: 署名の種別
35
39
  title: タイトル
36
40
  undo_online_signatures_enabled: 参加者がオンライン署名を取り消すことを有効にする
37
41
  validate_sms_code_on_votes: 署名プロセスにSMSコード検証ステップを追加
@@ -0,0 +1 @@
1
+ lo:
@@ -29,6 +29,7 @@ sv:
29
29
  minimum_committee_members: Minsta antal kommittémedlemmar
30
30
  online_signature_enabled: Digitala signaturer är aktiverade
31
31
  promoting_committee_enabled: Tillåt kampanjutskott
32
+ signature_type: Signaturtyp
32
33
  title: Titel
33
34
  undo_online_signatures_enabled: Tillåt deltagare att ångra sina online-underskrifter
34
35
  validate_sms_code_on_votes: Lägg till SMS-validering till signeringsprocessen
@@ -88,7 +88,8 @@ module Decidim
88
88
  decidim_admin_initiatives.initiatives_path,
89
89
  icon_name: "chat",
90
90
  position: 2.4,
91
- active: :inclusive,
91
+ active: is_active_link?(decidim_admin_initiatives.initiatives_path) ||
92
+ is_active_link?(decidim_admin_initiatives.initiatives_types_path),
92
93
  if: allowed_to?(:enter, :space_area, space_name: :initiatives)
93
94
  end
94
95
  end
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-initiatives version.
5
5
  module Initiatives
6
6
  def self.version
7
- "0.26.3"
7
+ "0.26.4"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-initiatives
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.3
4
+ version: 0.26.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Salvador Perez Garcia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-09-29 00:00:00.000000000 Z
11
+ date: 2022-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: decidim-admin
@@ -16,56 +16,56 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.26.3
19
+ version: 0.26.4
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.26.3
26
+ version: 0.26.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: decidim-comments
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: 0.26.3
33
+ version: 0.26.4
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: 0.26.3
40
+ version: 0.26.4
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: decidim-core
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - '='
46
46
  - !ruby/object:Gem::Version
47
- version: 0.26.3
47
+ version: 0.26.4
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - '='
53
53
  - !ruby/object:Gem::Version
54
- version: 0.26.3
54
+ version: 0.26.4
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: decidim-verifications
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 0.26.3
61
+ version: 0.26.4
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 0.26.3
68
+ version: 0.26.4
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: origami
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -142,28 +142,28 @@ dependencies:
142
142
  requirements:
143
143
  - - '='
144
144
  - !ruby/object:Gem::Version
145
- version: 0.26.3
145
+ version: 0.26.4
146
146
  type: :development
147
147
  prerelease: false
148
148
  version_requirements: !ruby/object:Gem::Requirement
149
149
  requirements:
150
150
  - - '='
151
151
  - !ruby/object:Gem::Version
152
- version: 0.26.3
152
+ version: 0.26.4
153
153
  - !ruby/object:Gem::Dependency
154
154
  name: decidim-meetings
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - '='
158
158
  - !ruby/object:Gem::Version
159
- version: 0.26.3
159
+ version: 0.26.4
160
160
  type: :development
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
164
  - - '='
165
165
  - !ruby/object:Gem::Version
166
- version: 0.26.3
166
+ version: 0.26.4
167
167
  description: Citizen initiatives plugin for decidim.
168
168
  email:
169
169
  - jsperezg@gmail.com
@@ -421,6 +421,7 @@ files:
421
421
  - config/locales/fr.yml
422
422
  - config/locales/ga-IE.yml
423
423
  - config/locales/gl.yml
424
+ - config/locales/gn-PY.yml
424
425
  - config/locales/hr-HR.yml
425
426
  - config/locales/hr.yml
426
427
  - config/locales/hu.yml
@@ -433,6 +434,7 @@ files:
433
434
  - config/locales/ko.yml
434
435
  - config/locales/lb-LU.yml
435
436
  - config/locales/lb.yml
437
+ - config/locales/lo-LA.yml
436
438
  - config/locales/lt-LT.yml
437
439
  - config/locales/lt.yml
438
440
  - config/locales/lv.yml