Closed (fixed)
Project:
Web service client
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2012 at 18:42 UTC
Updated:
1 Mar 2012 at 09:40 UTC
Attached are some random improvements I made. I've exported them using git format-patch, thus the commits can be re-imported using git am.
Incorporating formAlter() methods allows endpoints to easily customize the UI, as I've done it to expose the operation URL for restful services. This would also help #1344882: UI Operations : choose a http method for REST Web Services.
Comments
Comment #1
klausiThanks, they look all fine. Committed all of them, just extended the comment in the UI install file why we clear the caches.
BTW:
drush updatedbdoes *not* flush all caches, so you need to calldrush cc alladditionally.