- Issue created by @pasqualle
- 🇭🇺Hungary pasqualle 🇭🇺 Budapest
It seems implementing hook_gin_content_form_routes() solves the problem.
Please register all the new routes with this hook.
As a quick workaround, the hook can be used in a custom module as:
function mymodule_gin_content_form_routes() { return [ 'entity.node.edit_form.myformmode', ]; }
- First commit to issue fork.
- Open on Drupal.org →Core: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Not currently mergeable. - @chester_ opened merge request.
- Status changed to Needs review
10 months ago 9:15pm 12 April 2024 - 🇮🇹Italy kopeboy Milan
Thank you, this works while editing entities, but there is still a problem when using /node/add-list/[CUSTOM_FORM_MODE] (which is problematic on its own and I'm trying to get rid of anyway, at least of the button links at /admin/content 😇
- Status changed to Active
9 months ago 10:30am 16 April 2024