mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
add missing extension in et2_extension_nextmatch_actions.js
This commit is contained in:
parent
23844e01df
commit
4159532f45
@ -8,7 +8,7 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
*/
|
||||
import { EgwApp } from "../../api/js/jsapi/egw_app";
|
||||
import { fetchAll } from "../../api/js/etemplate/et2_extension_nextmatch_actions";
|
||||
import { fetchAll } from "../../api/js/etemplate/et2_extension_nextmatch_actions.js";
|
||||
import { egw } from "../../api/js/jsapi/egw_global";
|
||||
/**
|
||||
* UI for resources
|
||||
|
@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
import {EgwApp} from "../../api/js/jsapi/egw_app";
|
||||
import {fetchAll} from "../../api/js/etemplate/et2_extension_nextmatch_actions";
|
||||
import {fetchAll} from "../../api/js/etemplate/et2_extension_nextmatch_actions.js";
|
||||
import {egw} from "../../api/js/jsapi/egw_global";
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user