allow "app.<appname>.<method>" in link registry and use it to open CRM view

This commit is contained in:
Ralf Becker
2021-03-04 11:49:45 +02:00
parent 0a2f04a3cc
commit 58ae23c74c
11 changed files with 136 additions and 144 deletions

View File

@ -524,7 +524,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd)
{
self.includeJS('/'+parts[1]+'/js/app.js', function ()
{
resolve(self.apply(_func, args));
resolve(self.applyFunc(_func, args));
}, self, self.webserverUrl);
});
}