- Issue created by @rp7
- Issue was unassigned.
- Status changed to Needs review
about 2 years ago 11:30am 22 March 2023
I have a use-case where I need users to be able to create redirects ( https://www.drupal.org/project/redirect/ → ) through a modal form.
As far as I can see, the only thing blocking this from being possible through the simple_modal_entity_form
module, is that this module returns AccessResult::forbidden()
when creating/editing redirects.
I'd like to propose to allow simple modal entity forms for entities that don't have any display modes at all.
Needs review
1.0
Code