Commit 6be404ce authored by Sven Franck's avatar Sven Franck

app: add back "login" popup pointer

parent d4add8a8
...@@ -3071,6 +3071,15 @@ ...@@ -3071,6 +3071,15 @@
factory.util.setPopupPointer(obj, "tasks"); factory.util.setPopupPointer(obj, "tasks");
}, },
/**
* Show application popup
* @method login
* @param {object} obj Action Object
**/
"login": function (obj) {
factory.util.setPopupPointer(obj, "login");
},
/** /**
* Show export popup * Show export popup
* @method export * @method export
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment