|
|
|
@ -87,7 +87,7 @@ class ActionGroupControl {
|
|
|
|
|
|
|
|
|
|
|
|
async addActions() {
|
|
|
|
async addActions() {
|
|
|
|
let actions = await selectURL(true);
|
|
|
|
let actions = await selectURL(true);
|
|
|
|
actions = actions.filter(a => "/" == a || a.endsWith(".do"));
|
|
|
|
actions = actions.filter(a => "/" == a || a.endsWith(".do") || a.includes("swagger"));
|
|
|
|
let groupID = this.groups.dataset.getCurrent().GRP_ID;
|
|
|
|
let groupID = this.groups.dataset.getCurrent().GRP_ID;
|
|
|
|
json.post({
|
|
|
|
json.post({
|
|
|
|
url:wctx.url("/actionGroup/action/add.do"),
|
|
|
|
url:wctx.url("/actionGroup/action/add.do"),
|
|
|
|
|