Open chbrown13 opened 7 years ago
List of nailgun entities with his problem:
This also causes an error with update and delete actions. @rochacbruno Should it be possible for nailgun entities to have update and delete entity mixins without being searchable?
Description
Several nailgun entities with the EntityCreateMixin, which provides the ability to create the entity, fail during the create action if they don't have the EntitySearchMixin because a search is executed during create.
Edit: This also affects update and delete
What I Did