What is the recommended approach ? Differences I noticed:

  • Registering the edit form does provide the delete button as well (although the save, preview and delete buttons are not in an actions parent any more).
  • Redirect module on an edit registration registers the full element (a 'fieldgroup' with a list and actions element) but doesn't show on the form, redirect on an add registration provides a mention of redirect (though no fieldgroup options) but does render on the form.

This might have consequences as well when builds can be edited.

Comments

askibinski’s picture

I noticed the same thing.
When I registered the form from node/add the delete button was missing. If you register the node edit form you will get a delete button, but I'm also wondering if there is a best approach or what other things might break?

swentel’s picture

We should probably map those things and probably introduce hooks for 'missing' things or something like that ? I'll think about this a bit more during the christmas days :)

jcassano’s picture

Any update on this and related "missing" fields? (e.g. http://drupal.org/node/1404118)

Swentel, do you have a preferred way of us reporting "missing" fields?

amaria’s picture

When using the Save Draft module, the UnPublish button is missing if the build is done on add node, and Publish or UnPublish button is missing when build is done on edit node depending on whether or not the node is published.