mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fix import statement and remove debugger
This commit is contained in:
parent
e0341e49e6
commit
c0eae5d955
@ -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) {
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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";
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user