Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Apr 2014 at 11:35 UTC
Updated:
29 Jul 2014 at 23:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
blueminds commentedComment #2
berdirComment #3
sunThis reminds me a lot of #588550: Allow the user edit form to only ask for the current password when necessary (in a followup confirmation step)
The very old/experimental approach over there tried to fully remove the separate concept of confirm forms, and instead, make the form that needs confirmation dynamically rebuild + adjust itself to
That was for a more complex case of a confirmation form though (changing your password requires to confirm with your current password).
Aside from that, isn't the concrete case here going to be fixed by #216064: Entity form "Delete" button triggers server-side + HTML5 form validation; change "Delete" button to a link ?
Comment #4
berdirEntity confirm forms are often displayed on separate pages, it is not something that happens as part of a form submission, so no, it's not really related to that.
Comment #5
amateescu commented#2235457: Use link field for shortcut entity is now blocked on this, so updating the priority to match the other one.
Comment #6
berdirI think this is all we need here?
We'll need test coverage however. Maybe it's easier to just merge this into the shortcut issue as it needs it to work?
Comment #7
amateescu commentedDone :)