Increase schema complexity for awesome maps, fix Czech translation for calendar
This commit is contained in:
parent
6631a0daab
commit
10356c17d2
@ -322,3 +322,9 @@ Rails.application.config.i18n.default_locale = Decidim.default_locale
|
||||
|
||||
# Inform Decidim about the assets folder
|
||||
Decidim.register_assets_path File.expand_path("app/packs", Rails.application.root)
|
||||
|
||||
# Requred by decidim_awesome maps
|
||||
Rails.application.config.to_prepare do
|
||||
Decidim::Api::Schema.max_complexity = 5000
|
||||
Decidim::Api::Schema.max_depth = 50
|
||||
end
|
||||
|
@ -44,6 +44,6 @@ cs:
|
||||
ical: Stáhnout iCAL
|
||||
activerecord:
|
||||
models:
|
||||
decidim/calendar:
|
||||
decidim/event_calendar:
|
||||
one: Kalendář
|
||||
other: Kalendáře
|
||||
|
Loading…
Reference in New Issue
Block a user