https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40984 --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- I just stumbled over the need of this patch in 24.11 again. But I need the authtypecode in the delete message. And I am seeing this: + my $authority = $action ne 'delete' ? Koha::Authorities->find($authority_id) : undef; So we still pass only the authid to the plugin. And I need at least the type. But even better would be passing the auth object (that we already have in DelAuthority btw) to _after_authority_action_hooks. We could do similar in AddAuthority which removes the need of looking it up again in _after_authority_action_hooks itself. -- You are receiving this mail because: You are watching all bug changes.