FacetSourceEditForm inherits from EntityForm, but that doesn't take care of either showing the user a message, or returning them to their starting page on save.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | facetsourceeditform-2723405-6.patch | 1.84 KB | strykaizer |
FacetSourceEditForm inherits from EntityForm, but that doesn't take care of either showing the user a message, or returning them to their starting page on save.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | facetsourceeditform-2723405-6.patch | 1.84 KB | strykaizer |
Comments
Comment #2
borisson_The
FacetSourceEditFormshould implement thesubmitFormmethod. That method should callparent::submitFormand add a message that the entity was updated.The
FacetSourceTestcan be extended to check for that message as well as assertResponse(200) that's currently there.Comment #3
strykaizerComment #6
strykaizerComment #7
borisson_Comment #8
borisson_Thanks!