- Issue created by @n.ghunaim
- Merge request !93Form Actions Stay Cached and Disabled After Breaking Lock in Gin Admin Theme → (Open) created by n.ghunaim
When using the Content Lock module with the Gin Admin theme, the form actions (such as Preview, Save, Save & Keep Published) remain disabled after breaking a lock.
This appears to be caused by cache tags not being fully invalidated when the lock is released. As a result, the form action buttons do not update to reflect the unlocked state, leaving users unable to proceed without clearing the cache.
Cache::invalidateTags($entity->getCacheTags());
N/A
N/A
Active
3.0
Code