localgovdrupal / localgov_services

Provides the pages and navigation for presenting the Services provided by Local Government. A part of the LocalGovDrupal distribution.
GNU General Public License v2.0
3 stars 5 forks source link

Remove content_moderation from defaults. #267

Closed ekes closed 3 months ago

ekes commented 4 months ago

Workflow isn't configured within services so an empty config doesn't hepl (and breaks workspaces as such). It should be added with localgov_workflows.

What does this change?

Removes unused dependency on workflow (content_moderation) and fields that aren't displayed.

How to test

Install.

Also adds a test to confirm configuration once localgov_workflows is enabled.

ekes commented 4 months ago

The tests are failing on 2.x on Services now: https://github.com/localgovdrupal/localgov_services/actions/runs/10110288073/job/27959965826?pr=268 it's the drag and drop js tests :-/ So nothing to do with this PR in any case.