Active
Project:
Autocompleteinator
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2012 at 14:59 UTC
Updated:
10 Jun 2012 at 20:22 UTC
A helper submodule needs to be created to add a link to all forms to allow users (with appropriate permissions) to easily add the form and field to autocompleteinator.
Overall I'm envisioning the module adding the link, when the user clicks on it, they are brought to a page that lists all the text fields in that form. When the user clicks on the text field they are then brought to the autocompeteinator config/add screen where they can select the appropriate view. After clicking on the text field name they would no longer be on a page generated by this submodule.
Comments
Comment #1
andrew m riley commentedThe helper module is now in the repo. Right now it only handles "add" cases. I need to add code to:
1) Check if the field is already autocompleteinated and move it over to an edit link
2) Modify the general schema to have a friendly name and a machine name for the autocompleteinator object. (#1 above will need to be modified for this)