Skip to content
Snippets Groups Projects
Commit 639afb70 authored by srosse's avatar srosse
Browse files

OO-2477: close callout after a tool is clicked

parent 0b399305
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,11 @@ public class AuthorDeletedListController extends AuthorListController {
reloadRows();
}
cleanUp();
} else if(dToolsCtrl == source) {
if(event == Event.DONE_EVENT) {
toolsCalloutCtrl.deactivate();
cleanUp();
}
}
super.event(ureq, source, event);
}
......
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