Closed (fixed)
Project:
Group
Version:
8.x-1.x-dev
Component:
Group (group)
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2016 at 21:48 UTC
Updated:
29 Apr 2016 at 14:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kristiaanvandeneyndeAn MVP patch that already moves the installation/uninstallation of plugins to forms. All that needs to be done now is add config forms, validate and submit handlers to the plugins and then implement those in the GroupContentTypeForm class from this patch.
Also, instead of creating/deleting GCTs when installing a plugin, consider letting the forms do so. Their initial purpose is to actually creating and deleting a GCT, so we may as well move that logic back to the forms now that we have them.
Therefore: Needs work.
Comment #4
kristiaanvandeneyndeCould use some follow-up love on how plugin config is saved, though.