Fix import statement and remove debugger

This commit is contained in:
Hadi Nategh 2021-06-14 15:05:08 +02:00
parent e0341e49e6
commit c0eae5d955
4 changed files with 2 additions and 4 deletions

View File

@ -97,7 +97,6 @@ export class CRMView extends EgwApp {
var _a;
// Check
let contact_ids = app_obj.et2.getArrayMgr("content").getEntry("action_id") || "";
debugger;
if (!contact_ids)
return;
for (let existing_app of EgwApp._instances) {

View File

@ -127,7 +127,6 @@ export class CRMView extends EgwApp
{
// Check
let contact_ids = app_obj.et2.getArrayMgr("content").getEntry("action_id") || "";
debugger;
if(!contact_ids) return;
for (let existing_app of EgwApp._instances)

View File

@ -13,7 +13,7 @@
import { EgwApp } from '../../api/js/jsapi/egw_app';
import { etemplate2 } from "../../api/js/etemplate/etemplate2";
import { CRMView } from "../../addressbook/js/CRM";
import { nm_open_popup } from "../../api/js/etemplate/et2_extension_nextmatch_actions";
import { nm_open_popup } from "../../api/js/etemplate/et2_extension_nextmatch_actions.js";
import { egw } from "../../api/js/jsapi/egw_global";
/**
* UI for Infolog

View File

@ -17,7 +17,7 @@ import {etemplate2} from "../../api/js/etemplate/etemplate2";
import {et2_nextmatch} from "../../api/js/etemplate/et2_extension_nextmatch";
import {CRMView} from "../../addressbook/js/CRM";
import {et2_selectbox} from "../../api/js/etemplate/et2_widget_selectbox";
import {nm_open_popup} from "../../api/js/etemplate/et2_extension_nextmatch_actions";
import {nm_open_popup} from "../../api/js/etemplate/et2_extension_nextmatch_actions.js";
import {egw} from "../../api/js/jsapi/egw_global";
/**