WembassyCo / workspace_plus

1 stars 2 forks source link

Add Support to Skip Entity Types #9

Open cmcintosh opened 2 years ago

cmcintosh commented 2 years ago

Add a form / configuration that allows site builders to designate entity types to skip.

cmcintosh commented 2 years ago

I think this is a conflict between workspace_plus and the patch I applied for https://www.drupal.org/project/drupal/issues/3101671 .... this patch moved the shouldSkipPreOperations() method from the EntityOperations class to the workspace manager. I worked around this by adding the method back, and just having that call the new version on the workspace manager

From slack