localgovdrupal / localgov_outpost

Outpost directory integration for LocalGov Drupal
0 stars 0 forks source link

First install creating directory channel requires a facet type #3

Open finnlewis opened 1 year ago

finnlewis commented 1 year ago

On a fresh install, if we create a directory channel with Enabled Content types: Outpost service, we stll need to have a facet type to allow for the required "Enabled facets"

So I need to create a dummy facet type just to create the directory channel.

image

Is this something we want to fix here by overriding the requirement for enabled facets if we're creating a channel with Outpost service content?

Or should we be looking up to the localgov_directories?

ekes commented 1 year ago

Finn Lewis:

On a fresh install, if we create a directory channel with Enabled Content types: Outpost service, we stll need to have a facet type to allow for the required "Enabled facets"

So I need to create a dummy facet type just to create the directory channel.

image

Is this something we want to fix here by overriding the requirement for enabled facets if we're creating a channel with Outpost service content?

Or should we be looking up to the localgov_directories?

Should be fixed with https://github.com/localgovdrupal/localgov_directories/pull/291 no