Skip to content

Rethink the usage of the SingularActionMixin #3137

@ostcar

Description

@ostcar

The backend has the feature, that one action can be called multiple times in the same request with different data-sets. The Mixin SingularActionMixin deactivates this feature.

I run into this in the speaker.create action, when trying to create a list of speakers with a lot of entries.

I deactivated the Mixin for the SpeakerCreateAction and it works fine.

I don't know why this Mixin is used in the SpeakerCreateAction or any other action. It deactivates a useful feature of the backend.

Could you remove the Mixin in all possible places and document in all other places, why it is necessary?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions