- 🇸🇰Slovakia coaston
Would be possible to add "black list" pages where this cancel button won't be applicable so exclude it. Maybe good way to start is to add it to config so we can add one page per row to exclude.
- 🇦🇷Argentina pablo.fredes Rosario
Use drupal custom module: https://www.drupal.org/project/cancel_button → It works great
- 🇸🇰Slovakia coaston
Hm you have provided link to the same module as this issue is related.
- Assigned to kuzyawkk
- Merge request !7Issue #3100428: Add a checkbox that allows to show the “Cancel button” only in... → (Open) created by kuzyawkk
- Issue was unassigned.
- Status changed to Needs review
3 months ago 9:45am 31 August 2024 I have encountered the same requirement on a project that required adding a “Cancel” button only for “Entity Add” forms. Therefore, I made a Merge Request in which I added a checkbox for each entity type, which is excluded by default. If you enable it, the button will appear only for the “Add Form” form
- Status changed to RTBC
3 months ago 4:50pm 2 September 2024 Hello @kuzyawkk, I have applied the patch from MR !7, it's looking fine for me. Now we can configure the cancel button only to appear in node creation form and that will not appear in the content edit form.
Moving this issue to RTBC.
Thanks!