When field collection or inline entity form is used, Edit module displays a form containing a table of values. The values in this table can be re-ordered. On doing so, "Save" button does not show up. The attached patch fixes this error.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | Show_save_on_reorder-2303221-1.patch | 652 bytes | neeravbm |
Issue fork drupal-2303221
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #1
neeravbm commentedAttached patch fixes this problem.
Comment #3
wim leersGreat catch!
But this must be fixed in D7 core, not masked through a hack in the Quick Edit module's JS.