decidim-admin 0.16.1 → 0.17.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.
Potentially problematic release.
This version of decidim-admin might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/config/decidim_admin_manifest.js +1 -1
- data/app/assets/javascripts/decidim/admin/bundle.js +17 -17
- data/app/assets/javascripts/decidim/admin/bundle.js.map +1 -1
- data/app/assets/javascripts/decidim/admin/resources_permissions.js.es6 +13 -0
- data/app/assets/javascripts/decidim/admin/subform_multi_toggler.component.js.es6 +43 -0
- data/app/assets/stylesheets/decidim/admin/bundle.scss +2 -1
- data/app/commands/decidim/admin/unhide_resource.rb +49 -0
- data/app/commands/decidim/admin/unreport_resource.rb +1 -1
- data/app/commands/decidim/admin/update_component_permissions.rb +14 -4
- data/app/commands/decidim/admin/update_organization_appearance.rb +13 -0
- data/app/commands/decidim/admin/update_resource_permissions.rb +67 -0
- data/app/controllers/decidim/admin/component_permissions_controller.rb +4 -37
- data/app/controllers/decidim/admin/components/base_controller.rb +4 -1
- data/app/controllers/decidim/admin/moderations_controller.rb +16 -0
- data/app/controllers/decidim/admin/resource_permissions_controller.rb +104 -0
- data/app/events/decidim/attachment_created_event.rb +1 -1
- data/app/forms/decidim/admin/organization_appearance_form.rb +6 -0
- data/app/forms/decidim/admin/permission_form.rb +24 -10
- data/app/helpers/decidim/admin/resource_permissions_helper.rb +14 -0
- data/app/permissions/decidim/admin/permissions.rb +8 -10
- data/app/views/decidim/admin/moderations/index.html.erb +8 -1
- data/app/views/decidim/admin/organization_appearance/_form.html.erb +40 -0
- data/app/views/decidim/admin/resource_permissions/_options_form.html.erb +19 -0
- data/app/views/decidim/admin/resource_permissions/edit.html.erb +58 -0
- data/config/locales/ar-SA.yml +113 -7
- data/config/locales/ca.yml +70 -58
- data/config/locales/cs-CZ.yml +18 -6
- data/config/locales/cs.yml +721 -0
- data/config/locales/de.yml +20 -8
- data/config/locales/en.yml +98 -85
- data/config/locales/es-MX.yml +20 -8
- data/config/locales/es-PY.yml +20 -8
- data/config/locales/es.yml +76 -64
- data/config/locales/eu.yml +20 -8
- data/config/locales/fi-pl.yml +18 -6
- data/config/locales/fi-plain.yml +721 -0
- data/config/locales/fi.yml +76 -64
- data/config/locales/fr.yml +20 -8
- data/config/locales/gl.yml +20 -8
- data/config/locales/hu.yml +20 -8
- data/config/locales/id-ID.yml +20 -8
- data/config/locales/it.yml +20 -8
- data/config/locales/nl.yml +20 -8
- data/config/locales/pl.yml +20 -8
- data/config/locales/pt-BR.yml +20 -8
- data/config/locales/pt.yml +20 -8
- data/config/locales/ru.yml +3 -6
- data/config/locales/sv.yml +20 -8
- data/config/locales/tr-TR.yml +20 -8
- data/config/locales/uk.yml +3 -6
- data/lib/decidim/admin/test/manage_component_permissions_examples.rb +148 -38
- data/lib/decidim/admin/version.rb +1 -1
- metadata +17 -11
- data/app/assets/javascripts/decidim/admin/component_permissions.js.es6 +0 -13
- data/app/views/decidim/admin/component_permissions/_options_form.html.erb +0 -14
- data/app/views/decidim/admin/component_permissions/edit.html.erb +0 -53
data/config/locales/uk.yml
CHANGED
@@ -203,10 +203,6 @@ uk:
|
|
203
203
|
error: При спробі оновити цю категорію сталася помилка.
|
204
204
|
success: Категорію успішно оновлено.
|
205
205
|
component_permissions:
|
206
|
-
edit:
|
207
|
-
everyone: Будь-хто
|
208
|
-
submit: Зберегти права доступу
|
209
|
-
title: Редагувати права доступу
|
210
206
|
update:
|
211
207
|
success: Права доступу успішно оновлено.
|
212
208
|
components:
|
@@ -508,6 +504,9 @@ uk:
|
|
508
504
|
new:
|
509
505
|
create: Додати
|
510
506
|
title: Додати приватного учасника простору співучасті.
|
507
|
+
resource_permissions:
|
508
|
+
edit:
|
509
|
+
title: Редагувати права доступу
|
511
510
|
scope_types:
|
512
511
|
create:
|
513
512
|
error: При спробі створити новий різновид обсягу сталася помилка.
|
@@ -564,8 +563,6 @@ uk:
|
|
564
563
|
areas: Дільниці
|
565
564
|
authorization_workflows: Методи підтвердження особи
|
566
565
|
dashboard: Приладна дошка
|
567
|
-
impersonatable_users: Учасники, в ролі яких можна виступати
|
568
|
-
impersonations: Виступи в ролі учасника
|
569
566
|
scope_types: Різновиди обсягу
|
570
567
|
scopes: Обсяги
|
571
568
|
static_pages: Сторінки
|
@@ -30,8 +30,8 @@ shared_examples "Managing component permissions" do
|
|
30
30
|
it "saves permission settings in the component" do
|
31
31
|
within "form.new_component_permissions" do
|
32
32
|
within ".foo-permission" do
|
33
|
-
|
34
|
-
fill_in "
|
33
|
+
check "Example authorization (Direct)"
|
34
|
+
fill_in "Postal code", with: "08002"
|
35
35
|
end
|
36
36
|
find("*[type=submit]").click
|
37
37
|
end
|
@@ -40,8 +40,11 @@ shared_examples "Managing component permissions" do
|
|
40
40
|
|
41
41
|
expect(component.reload.permissions["foo"]).to(
|
42
42
|
include(
|
43
|
-
"
|
44
|
-
|
43
|
+
"authorization_handlers" => {
|
44
|
+
"dummy_authorization_handler" => {
|
45
|
+
"options" => { "postal_code" => "08002" }
|
46
|
+
}
|
47
|
+
}
|
45
48
|
)
|
46
49
|
)
|
47
50
|
end
|
@@ -52,8 +55,11 @@ shared_examples "Managing component permissions" do
|
|
52
55
|
component.update!(
|
53
56
|
permissions: {
|
54
57
|
"foo" => {
|
55
|
-
"
|
56
|
-
|
58
|
+
"authorization_handlers" => {
|
59
|
+
"dummy_authorization_handler" => {
|
60
|
+
"options" => { "postal_code" => "08002" }
|
61
|
+
}
|
62
|
+
}
|
57
63
|
}
|
58
64
|
}
|
59
65
|
)
|
@@ -66,7 +72,8 @@ shared_examples "Managing component permissions" do
|
|
66
72
|
it "removes the action from the permissions hash" do
|
67
73
|
within "form.new_component_permissions" do
|
68
74
|
within ".foo-permission" do
|
69
|
-
|
75
|
+
uncheck "Example authorization (Direct)"
|
76
|
+
uncheck "Another example authorization (Direct)"
|
70
77
|
end
|
71
78
|
|
72
79
|
find("*[type=submit]").click
|
@@ -83,8 +90,11 @@ shared_examples "Managing component permissions" do
|
|
83
90
|
component.update!(
|
84
91
|
permissions: {
|
85
92
|
"foo" => {
|
86
|
-
"
|
87
|
-
|
93
|
+
"authorization_handlers" => {
|
94
|
+
"dummy_authorization_handler" => {
|
95
|
+
"options" => { "postal_code" => "08002" }
|
96
|
+
}
|
97
|
+
}
|
88
98
|
}
|
89
99
|
}
|
90
100
|
)
|
@@ -97,8 +107,32 @@ shared_examples "Managing component permissions" do
|
|
97
107
|
it "changes the configured action in the permissions hash" do
|
98
108
|
within "form.new_component_permissions" do
|
99
109
|
within ".foo-permission" do
|
100
|
-
|
101
|
-
|
110
|
+
uncheck "Example authorization (Direct)"
|
111
|
+
check "Another example authorization (Direct)"
|
112
|
+
fill_in "Passport number", with: "AXXXXXXXX"
|
113
|
+
end
|
114
|
+
|
115
|
+
find("*[type=submit]").click
|
116
|
+
end
|
117
|
+
|
118
|
+
expect(page).to have_content("successfully")
|
119
|
+
|
120
|
+
expect(component.reload.permissions["foo"]).to(
|
121
|
+
include(
|
122
|
+
"authorization_handlers" => {
|
123
|
+
"another_dummy_authorization_handler" => {
|
124
|
+
"options" => { "passport_number" => "AXXXXXXXX" }
|
125
|
+
}
|
126
|
+
}
|
127
|
+
)
|
128
|
+
)
|
129
|
+
end
|
130
|
+
|
131
|
+
it "adds an authorization to the configured action in the component permissions hash" do
|
132
|
+
within "form.new_component_permissions" do
|
133
|
+
within ".foo-permission" do
|
134
|
+
check "Another example authorization (Direct)"
|
135
|
+
fill_in "Passport number", with: "AXXXXXXXX"
|
102
136
|
end
|
103
137
|
|
104
138
|
find("*[type=submit]").click
|
@@ -108,8 +142,14 @@ shared_examples "Managing component permissions" do
|
|
108
142
|
|
109
143
|
expect(component.reload.permissions["foo"]).to(
|
110
144
|
include(
|
111
|
-
"
|
112
|
-
|
145
|
+
"authorization_handlers" => {
|
146
|
+
"dummy_authorization_handler" => {
|
147
|
+
"options" => { "postal_code" => "08002" }
|
148
|
+
},
|
149
|
+
"another_dummy_authorization_handler" => {
|
150
|
+
"options" => { "passport_number" => "AXXXXXXXX" }
|
151
|
+
}
|
152
|
+
}
|
113
153
|
)
|
114
154
|
)
|
115
155
|
end
|
@@ -154,8 +194,8 @@ shared_examples "Managing component permissions" do
|
|
154
194
|
it "saves permission settings for the resource" do
|
155
195
|
within "form.new_component_permissions" do
|
156
196
|
within ".foo-permission" do
|
157
|
-
|
158
|
-
fill_in "
|
197
|
+
check "Example authorization (Direct)"
|
198
|
+
fill_in "Postal code", with: "08002"
|
159
199
|
end
|
160
200
|
find("*[type=submit]").click
|
161
201
|
end
|
@@ -164,8 +204,11 @@ shared_examples "Managing component permissions" do
|
|
164
204
|
|
165
205
|
expect(resource.reload.permissions["foo"]).to(
|
166
206
|
include(
|
167
|
-
"
|
168
|
-
|
207
|
+
"authorization_handlers" => {
|
208
|
+
"dummy_authorization_handler" => {
|
209
|
+
"options" => { "postal_code" => "08002" }
|
210
|
+
}
|
211
|
+
}
|
169
212
|
)
|
170
213
|
)
|
171
214
|
expect(component.reload.permissions).to be_nil
|
@@ -177,8 +220,11 @@ shared_examples "Managing component permissions" do
|
|
177
220
|
resource.create_resource_permission(
|
178
221
|
permissions: {
|
179
222
|
"foo" => {
|
180
|
-
"
|
181
|
-
|
223
|
+
"authorization_handlers" => {
|
224
|
+
"dummy_authorization_handler" => {
|
225
|
+
"options" => { "postal_code" => "08002" }
|
226
|
+
}
|
227
|
+
}
|
182
228
|
}
|
183
229
|
}
|
184
230
|
)
|
@@ -189,7 +235,8 @@ shared_examples "Managing component permissions" do
|
|
189
235
|
it "removes the action from the permissions hash" do
|
190
236
|
within "form.new_component_permissions" do
|
191
237
|
within ".foo-permission" do
|
192
|
-
|
238
|
+
uncheck "Example authorization (Direct)"
|
239
|
+
uncheck "Another example authorization (Direct)"
|
193
240
|
end
|
194
241
|
|
195
242
|
find("*[type=submit]").click
|
@@ -206,8 +253,11 @@ shared_examples "Managing component permissions" do
|
|
206
253
|
resource.create_resource_permission(
|
207
254
|
permissions: {
|
208
255
|
"foo" => {
|
209
|
-
"
|
210
|
-
|
256
|
+
"authorization_handlers" => {
|
257
|
+
"dummy_authorization_handler" => {
|
258
|
+
"options" => { "postal_code" => "08002" }
|
259
|
+
}
|
260
|
+
}
|
211
261
|
}
|
212
262
|
}
|
213
263
|
)
|
@@ -218,8 +268,32 @@ shared_examples "Managing component permissions" do
|
|
218
268
|
it "changes the configured action in the resource permissions hash" do
|
219
269
|
within "form.new_component_permissions" do
|
220
270
|
within ".foo-permission" do
|
221
|
-
|
222
|
-
|
271
|
+
uncheck "Example authorization (Direct)"
|
272
|
+
check "Another example authorization (Direct)"
|
273
|
+
fill_in "Passport number", with: "AXXXXXXXX"
|
274
|
+
end
|
275
|
+
|
276
|
+
find("*[type=submit]").click
|
277
|
+
end
|
278
|
+
|
279
|
+
expect(page).to have_content("DUMMY ADMIN ENGINE")
|
280
|
+
|
281
|
+
expect(resource.reload.permissions["foo"]).to(
|
282
|
+
include(
|
283
|
+
"authorization_handlers" => {
|
284
|
+
"another_dummy_authorization_handler" => {
|
285
|
+
"options" => { "passport_number" => "AXXXXXXXX" }
|
286
|
+
}
|
287
|
+
}
|
288
|
+
)
|
289
|
+
)
|
290
|
+
end
|
291
|
+
|
292
|
+
it "adds an authorization to the configured action in the resource permissions hash" do
|
293
|
+
within "form.new_component_permissions" do
|
294
|
+
within ".foo-permission" do
|
295
|
+
check "Another example authorization (Direct)"
|
296
|
+
fill_in "Passport number", with: "AXXXXXXXX"
|
223
297
|
end
|
224
298
|
|
225
299
|
find("*[type=submit]").click
|
@@ -229,8 +303,14 @@ shared_examples "Managing component permissions" do
|
|
229
303
|
|
230
304
|
expect(resource.reload.permissions["foo"]).to(
|
231
305
|
include(
|
232
|
-
"
|
233
|
-
|
306
|
+
"authorization_handlers" => {
|
307
|
+
"dummy_authorization_handler" => {
|
308
|
+
"options" => { "postal_code" => "08002" }
|
309
|
+
},
|
310
|
+
"another_dummy_authorization_handler" => {
|
311
|
+
"options" => { "passport_number" => "AXXXXXXXX" }
|
312
|
+
}
|
313
|
+
}
|
234
314
|
)
|
235
315
|
)
|
236
316
|
end
|
@@ -241,8 +321,11 @@ shared_examples "Managing component permissions" do
|
|
241
321
|
component.update!(
|
242
322
|
permissions: {
|
243
323
|
"foo" => {
|
244
|
-
"
|
245
|
-
|
324
|
+
"authorization_handlers" => {
|
325
|
+
"dummy_authorization_handler" => {
|
326
|
+
"options" => { "postal_code" => "08002" }
|
327
|
+
}
|
328
|
+
}
|
246
329
|
}
|
247
330
|
}
|
248
331
|
)
|
@@ -253,8 +336,9 @@ shared_examples "Managing component permissions" do
|
|
253
336
|
it "changes the configured action in the resource permissions hash" do
|
254
337
|
within "form.new_component_permissions" do
|
255
338
|
within ".foo-permission" do
|
256
|
-
|
257
|
-
|
339
|
+
uncheck "Example authorization (Direct)"
|
340
|
+
check "Another example authorization (Direct)"
|
341
|
+
fill_in "Passport number", with: "AXXXXXXXX"
|
258
342
|
end
|
259
343
|
|
260
344
|
find("*[type=submit]").click
|
@@ -264,15 +348,37 @@ shared_examples "Managing component permissions" do
|
|
264
348
|
|
265
349
|
expect(resource.reload.permissions["foo"]).to(
|
266
350
|
include(
|
267
|
-
"
|
268
|
-
|
351
|
+
"authorization_handlers" => {
|
352
|
+
"another_dummy_authorization_handler" => {
|
353
|
+
"options" => { "passport_number" => "AXXXXXXXX" }
|
354
|
+
}
|
355
|
+
}
|
269
356
|
)
|
270
357
|
)
|
358
|
+
end
|
359
|
+
|
360
|
+
it "adds an authorization to the configured action in the resource permissions hash" do
|
361
|
+
within "form.new_component_permissions" do
|
362
|
+
within ".foo-permission" do
|
363
|
+
check "Another example authorization (Direct)"
|
364
|
+
fill_in "Passport number", with: "AXXXXXXXX"
|
365
|
+
end
|
271
366
|
|
272
|
-
|
367
|
+
find("*[type=submit]").click
|
368
|
+
end
|
369
|
+
|
370
|
+
expect(page).to have_content("DUMMY ADMIN ENGINE")
|
371
|
+
|
372
|
+
expect(resource.reload.permissions["foo"]).to(
|
273
373
|
include(
|
274
|
-
"
|
275
|
-
|
374
|
+
"authorization_handlers" => {
|
375
|
+
"dummy_authorization_handler" => {
|
376
|
+
"options" => { "postal_code" => "08002" }
|
377
|
+
},
|
378
|
+
"another_dummy_authorization_handler" => {
|
379
|
+
"options" => { "passport_number" => "AXXXXXXXX" }
|
380
|
+
}
|
381
|
+
}
|
276
382
|
)
|
277
383
|
)
|
278
384
|
end
|
@@ -283,8 +389,11 @@ shared_examples "Managing component permissions" do
|
|
283
389
|
component.update!(
|
284
390
|
permissions: {
|
285
391
|
"foo" => {
|
286
|
-
"
|
287
|
-
|
392
|
+
"authorization_handlers" => {
|
393
|
+
"dummy_authorization_handler" => {
|
394
|
+
"options" => { "postal_code" => "08002" }
|
395
|
+
}
|
396
|
+
}
|
288
397
|
}
|
289
398
|
}
|
290
399
|
)
|
@@ -294,7 +403,8 @@ shared_examples "Managing component permissions" do
|
|
294
403
|
it "saves the action from the permissions hash as an empty hash" do
|
295
404
|
within "form.new_component_permissions" do
|
296
405
|
within ".foo-permission" do
|
297
|
-
|
406
|
+
uncheck "Example authorization (Direct)"
|
407
|
+
uncheck "Another example authorization (Direct)"
|
298
408
|
end
|
299
409
|
|
300
410
|
find("*[type=submit]").click
|
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.
|
4
|
+
version: 0.17.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josep Jaume Rey Peroy
|
@@ -32,14 +32,14 @@ dependencies:
|
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.
|
35
|
+
version: 0.17.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.
|
42
|
+
version: 0.17.0
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: devise
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -136,28 +136,28 @@ dependencies:
|
|
136
136
|
requirements:
|
137
137
|
- - '='
|
138
138
|
- !ruby/object:Gem::Version
|
139
|
-
version: 0.
|
139
|
+
version: 0.17.0
|
140
140
|
type: :development
|
141
141
|
prerelease: false
|
142
142
|
version_requirements: !ruby/object:Gem::Requirement
|
143
143
|
requirements:
|
144
144
|
- - '='
|
145
145
|
- !ruby/object:Gem::Version
|
146
|
-
version: 0.
|
146
|
+
version: 0.17.0
|
147
147
|
- !ruby/object:Gem::Dependency
|
148
148
|
name: decidim-participatory_processes
|
149
149
|
requirement: !ruby/object:Gem::Requirement
|
150
150
|
requirements:
|
151
151
|
- - '='
|
152
152
|
- !ruby/object:Gem::Version
|
153
|
-
version: 0.
|
153
|
+
version: 0.17.0
|
154
154
|
type: :development
|
155
155
|
prerelease: false
|
156
156
|
version_requirements: !ruby/object:Gem::Requirement
|
157
157
|
requirements:
|
158
158
|
- - '='
|
159
159
|
- !ruby/object:Gem::Version
|
160
|
-
version: 0.
|
160
|
+
version: 0.17.0
|
161
161
|
description: Organization administration to manage a single organization.
|
162
162
|
email:
|
163
163
|
- josepjaume@gmail.com
|
@@ -175,13 +175,14 @@ files:
|
|
175
175
|
- app/assets/javascripts/decidim/admin/auto_label_by_position.component.js.es6
|
176
176
|
- app/assets/javascripts/decidim/admin/bundle.js
|
177
177
|
- app/assets/javascripts/decidim/admin/bundle.js.map
|
178
|
-
- app/assets/javascripts/decidim/admin/component_permissions.js.es6
|
179
178
|
- app/assets/javascripts/decidim/admin/draggable-list.js.es6
|
180
179
|
- app/assets/javascripts/decidim/admin/dynamic_fields.component.js.es6
|
181
180
|
- app/assets/javascripts/decidim/admin/field_dependent_inputs.component.js.es6
|
182
181
|
- app/assets/javascripts/decidim/admin/managed_users.js.es6
|
182
|
+
- app/assets/javascripts/decidim/admin/resources_permissions.js.es6
|
183
183
|
- app/assets/javascripts/decidim/admin/sort_list.component.js.es6
|
184
184
|
- app/assets/javascripts/decidim/admin/sortable.js.es6
|
185
|
+
- app/assets/javascripts/decidim/admin/subform_multi_toggler.component.js.es6
|
185
186
|
- app/assets/javascripts/decidim/admin/subform_toggler.component.js.es6
|
186
187
|
- app/assets/javascripts/decidim/admin/tab_focus.js.es6
|
187
188
|
- app/assets/javascripts/decidim/admin/toggle_nav.js.es6
|
@@ -297,6 +298,7 @@ files:
|
|
297
298
|
- app/commands/decidim/admin/reject_user_group.rb
|
298
299
|
- app/commands/decidim/admin/remove_admin.rb
|
299
300
|
- app/commands/decidim/admin/reorder_content_blocks.rb
|
301
|
+
- app/commands/decidim/admin/unhide_resource.rb
|
300
302
|
- app/commands/decidim/admin/unofficialize_user.rb
|
301
303
|
- app/commands/decidim/admin/unpublish_component.rb
|
302
304
|
- app/commands/decidim/admin/unreport_resource.rb
|
@@ -314,6 +316,7 @@ files:
|
|
314
316
|
- app/commands/decidim/admin/update_organization.rb
|
315
317
|
- app/commands/decidim/admin/update_organization_appearance.rb
|
316
318
|
- app/commands/decidim/admin/update_organization_tos_version.rb
|
319
|
+
- app/commands/decidim/admin/update_resource_permissions.rb
|
317
320
|
- app/commands/decidim/admin/update_scope.rb
|
318
321
|
- app/commands/decidim/admin/update_scope_type.rb
|
319
322
|
- app/commands/decidim/admin/update_static_page.rb
|
@@ -350,6 +353,7 @@ files:
|
|
350
353
|
- app/controllers/decidim/admin/organization_controller.rb
|
351
354
|
- app/controllers/decidim/admin/organization_homepage_content_blocks_controller.rb
|
352
355
|
- app/controllers/decidim/admin/organization_homepage_controller.rb
|
356
|
+
- app/controllers/decidim/admin/resource_permissions_controller.rb
|
353
357
|
- app/controllers/decidim/admin/scope_types_controller.rb
|
354
358
|
- app/controllers/decidim/admin/scopes_controller.rb
|
355
359
|
- app/controllers/decidim/admin/static_page_topics_controller.rb
|
@@ -432,8 +436,6 @@ files:
|
|
432
436
|
- app/views/decidim/admin/categories/index.html.erb
|
433
437
|
- app/views/decidim/admin/categories/new.html.erb
|
434
438
|
- app/views/decidim/admin/categories/show.html.erb
|
435
|
-
- app/views/decidim/admin/component_permissions/_options_form.html.erb
|
436
|
-
- app/views/decidim/admin/component_permissions/edit.html.erb
|
437
439
|
- app/views/decidim/admin/components/_component.html.erb
|
438
440
|
- app/views/decidim/admin/components/_form.html.erb
|
439
441
|
- app/views/decidim/admin/components/_settings_fields.html.erb
|
@@ -479,6 +481,8 @@ files:
|
|
479
481
|
- app/views/decidim/admin/participatory_space_private_users/_form.html.erb
|
480
482
|
- app/views/decidim/admin/participatory_space_private_users/index.html.erb
|
481
483
|
- app/views/decidim/admin/participatory_space_private_users/new.html.erb
|
484
|
+
- app/views/decidim/admin/resource_permissions/_options_form.html.erb
|
485
|
+
- app/views/decidim/admin/resource_permissions/edit.html.erb
|
482
486
|
- app/views/decidim/admin/scope_types/_form.html.erb
|
483
487
|
- app/views/decidim/admin/scope_types/edit.html.erb
|
484
488
|
- app/views/decidim/admin/scope_types/index.html.erb
|
@@ -517,6 +521,7 @@ files:
|
|
517
521
|
- config/locales/ar-SA.yml
|
518
522
|
- config/locales/ca.yml
|
519
523
|
- config/locales/cs-CZ.yml
|
524
|
+
- config/locales/cs.yml
|
520
525
|
- config/locales/de.yml
|
521
526
|
- config/locales/en.yml
|
522
527
|
- config/locales/es-MX.yml
|
@@ -524,6 +529,7 @@ files:
|
|
524
529
|
- config/locales/es.yml
|
525
530
|
- config/locales/eu.yml
|
526
531
|
- config/locales/fi-pl.yml
|
532
|
+
- config/locales/fi-plain.yml
|
527
533
|
- config/locales/fi.yml
|
528
534
|
- config/locales/fr.yml
|
529
535
|
- config/locales/gl.yml
|
@@ -577,7 +583,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
577
583
|
requirements:
|
578
584
|
- - ">="
|
579
585
|
- !ruby/object:Gem::Version
|
580
|
-
version: '2.
|
586
|
+
version: '2.5'
|
581
587
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
582
588
|
requirements:
|
583
589
|
- - ">="
|