mjanez / ckanext-scheming

GeoDCAT-AP/INSPIRE CKAN custom schema
Other
0 stars 0 forks source link

Feature - Migration from ckanext-facet_scheming #13

Closed mjanez closed 1 year ago

mjanez commented 1 year ago

https://github.com/OpenDataGIS/ckanext-facet_scheming/pull/7

mjanez commented 1 year ago

It is not possible to migrate templates to facet_scheming, as this plugin requires ckanext-scheming to be installed first, which will overwrite any existing templates in later modules.

The best option is to put everything of interest into the custom ckanext-scheming extension.

Plugin loading order can be important, for example for plugins that add custom template files: templates found in template directories added earlier will override templates in template directories added later.

https://docs.ckan.org/en/2.9/maintaining/configuration.html#ckan-plugins

mjanez commented 1 year ago

Fix: https://github.com/mjanez/ckanext-scheming/pull/19#issuecomment-1663969602