add missing extension in et2_extension_nextmatch_actions.js

This commit is contained in:
Ralf Becker 2021-06-14 14:56:51 +02:00
parent 23844e01df
commit 4159532f45
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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";
/**