Closed (fixed)
Project:
Facets
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 May 2016 at 16:04 UTC
Updated:
27 May 2016 at 08:44 UTC
Jump to comment: Most recent, Most recent file
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!