localgovdrupal / localgov_job_vacancies

GNU General Public License v2.0
0 stars 0 forks source link

Config has a dependency on localgov_workflows which isn't a module dependency (might not be enabled) #5

Closed andybroomfield closed 2 weeks ago

andybroomfield commented 2 weeks ago

Whilst debugging the issue raised in #1 when ordering the installation so that this module is enabled before localgov_workflows I go this error.

Configuration objects provided by localgov_job_vacancies have unmet dependencies: core.entity_form_display.node.localgov_job_vacancy.default (workflows.workflow.localgov_editorial)

This is becuase there is a dependency in config in the above file. I belive modules should be able to work without localgov_workflows installed so we should fix that. Localgov_workflows will add the appropriate content moderation to each content type once it is enabled.