mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-30 22:51:37 +02:00
allow "app.<appname>.<method>" in link registry and use it to open CRM view
This commit is contained in:
@ -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);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user