Allow overloading action_add and action_remove

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-28 00:57:54 -04:00
parent dda0f0d2af
commit 33056dec04
6 changed files with 47 additions and 32 deletions

View File

@@ -222,6 +222,8 @@ Other changes
* Update index document types view to use the new AddRemoveView
class.
* Add index create and edit events.
* Allow overloading the action_add and action_remove methods
from the AddRemoveView.
Removals
--------