Active
Project:
Entity Operations
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2016 at 13:02 UTC
Updated:
29 Jul 2016 at 13:07 UTC
Jump to comment: Most recent
After adding or removing an operation in hook_entity_operation_info(), it seems I need to flush the cache twice before the change takes effect.
Probably caused by the way that entity_operations works internally..
Comments
Comment #2
donquixote commentedIn my case it was a 'delete' operation:
After a first cache clear,
admin/content/nestedbox/5/deletewas showing something, but no delete button.After a second cc, the page showed a delete confirm form, as intended.