Skip to content
Snippets Groups Projects
Commit b82a6038 authored by Jan Mach's avatar Jan Mach
Browse files

Fix: Fixed invalid method call name.

parent 07450dd4
No related branches found
No related tags found
No related merge requests found
......@@ -898,7 +898,7 @@ class EnableView(HTMLMixin, SQLAlchemyMixin, ItemEnableView): # pylint: disable
def do_after_action(self, item):
"""*Implementation* of :py:func:`hawat.base.ItemActionView.do_after_action`."""
self.send_infomail(item)
self.inform_user(item)
class DisableView(HTMLMixin, SQLAlchemyMixin, ItemDisableView): # pylint: disable=locally-disabled,too-many-ancestors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment