Remove hdlr_mod
parameter in static event handler methods
#260
Labels
enhancement
New feature or request
Milestone
The methods in an event handler that are decorated with
@staticmethod
should not need thehdlr_mod
parameter. This parameter is the equivalent of acls
orself
parameter, which is not needed for static methods.This should only be done in a "major" release as it will change the interface and require updating event handler files on upgrade.
The text was updated successfully, but these errors were encountered: