- Issue created by @dieterholvoet
- @dieterholvoet opened merge request.
I was able to apply the patch cleanly. After enabling/configuring the Content Lock module, I can confirm "Break lock" appears in the Actions dropdown in the content list.
The
Content Lock module →
includes '#gin_action_item' => TRUE
for its Unlock action, but this is ignored by Gin because its #type
is link
instead of submit
.
Install and configure the Content Lock module. Lock an entity. The Unlock button will be hidden in the actions dropdown.
Allow #type = link
.
Active
5.0
Code
I was able to apply the patch cleanly. After enabling/configuring the Content Lock module, I can confirm "Break lock" appears in the Actions dropdown in the content list.