- Issue created by @schiavone
- π¨π¦Canada joseph.olstad
Pretty sure this is a bug in the VBO module, possibly related to the D7 version, however if you can prove otherwise then please let us know.
- Status changed to Postponed: needs info
4 months ago 5:45pm 2 September 2024 - πΊπΈUnited States schiavone
It's not a VBO issue. The hook_action in file entity is referencing a permission in pathauto that does not exist. Looks to me the function could be safely removed.
- Status changed to Active
4 months ago 7:56am 8 September 2024 - Merge request !20Issue #3471653 by schiavone: Invalid permission "Update file alias" β (Open) created by joseph.olstad
- Status changed to Needs review
4 months ago 8:14am 8 September 2024 - π¨π¦Canada joseph.olstad
I'll do my preliminary review, the issue description seems wrong. The hook in question is this:
hook_action_info_alter() appears to be a Drupal 7 api.I've pushed up an MR with the removal of this hook, needs review.