mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
Fix framework asks always for jdots even if the jdots is not installed
This commit is contained in:
@ -302,7 +302,7 @@
|
||||
}
|
||||
|
||||
//Send the sort order to the server via ajax
|
||||
var req = egw.jsonq('api.jdots_framework.ajax_appsort.template', [name_array]);
|
||||
var req = egw.jsonq('EGroupware\\Api\\Framework\\Ajax::ajax_appsort', [name_array]);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user