You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would love to use a prepend here in the above file instead of overriding.
For some reason however the standard way of Prepending in the customization file just does not work.
There must be something funky going on with the way those files are loaded.
Using the following commands in Pry does shed some light on the situation: $ -a Decidim::ParticipatoryProcesses::ProcessFiltersCell $ -a DecidimZuerich::ParticipatoryProcesses::ProcessFiltersCell Decidim::ParticipatoryProcesses::ProcessFiltersCell.ancestors
It seems that the file is indeed loaded but somehow with 0 Lines of Code.
The text was updated successfully, but these errors were encountered:
@larsUE Ich denke das hat vermutlich etwas mit unserem Setup zu tun.
Genau wissen wir es aber erst wenn wir mal weiter nachforschen. Von dem her würde ich für den Moment nichts melden.
bec5f59
(decidim-zuerich/app/overrides/cells/decidim/participatory_processes/process_filters_cell_override.rb)
We would love to use a prepend here in the above file instead of overriding.
For some reason however the standard way of Prepending in the customization file just does not work.
There must be something funky going on with the way those files are loaded.
Using the following commands in Pry does shed some light on the situation:
$ -a Decidim::ParticipatoryProcesses::ProcessFiltersCell
$ -a DecidimZuerich::ParticipatoryProcesses::ProcessFiltersCell
Decidim::ParticipatoryProcesses::ProcessFiltersCell.ancestors
It seems that the file is indeed loaded but somehow with 0 Lines of Code.
The text was updated successfully, but these errors were encountered: