Follow-up to: #1751606: Move published status checkbox next to "Save"
Problem
- Modules that are adding or altering form validation or submit handlers to the node form are no longer able to add to the
'submit'
button, since NodeFormController conditionally replaces that with two separate'publish'
and'unpublish'
buttons. - Modules and themes that want to adjust the form buttons on the node form require complex code to figure out which buttons exist, which are accessible, and what their purpose is, since the single
'submit'
(Save) button no longer exists.
Goal
- Restore sanity for contributed and custom modules and themes.