mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +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;
|
var _a;
|
||||||
// Check
|
// Check
|
||||||
let contact_ids = app_obj.et2.getArrayMgr("content").getEntry("action_id") || "";
|
let contact_ids = app_obj.et2.getArrayMgr("content").getEntry("action_id") || "";
|
||||||
debugger;
|
|
||||||
if (!contact_ids)
|
if (!contact_ids)
|
||||||
return;
|
return;
|
||||||
for (let existing_app of EgwApp._instances) {
|
for (let existing_app of EgwApp._instances) {
|
||||||
|
@ -127,7 +127,6 @@ export class CRMView extends EgwApp
|
|||||||
{
|
{
|
||||||
// Check
|
// Check
|
||||||
let contact_ids = app_obj.et2.getArrayMgr("content").getEntry("action_id") || "";
|
let contact_ids = app_obj.et2.getArrayMgr("content").getEntry("action_id") || "";
|
||||||
debugger;
|
|
||||||
if(!contact_ids) return;
|
if(!contact_ids) return;
|
||||||
|
|
||||||
for (let existing_app of EgwApp._instances)
|
for (let existing_app of EgwApp._instances)
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
import { EgwApp } from '../../api/js/jsapi/egw_app';
|
import { EgwApp } from '../../api/js/jsapi/egw_app';
|
||||||
import { etemplate2 } from "../../api/js/etemplate/etemplate2";
|
import { etemplate2 } from "../../api/js/etemplate/etemplate2";
|
||||||
import { CRMView } from "../../addressbook/js/CRM";
|
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";
|
import { egw } from "../../api/js/jsapi/egw_global";
|
||||||
/**
|
/**
|
||||||
* UI for Infolog
|
* 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 {et2_nextmatch} from "../../api/js/etemplate/et2_extension_nextmatch";
|
||||||
import {CRMView} from "../../addressbook/js/CRM";
|
import {CRMView} from "../../addressbook/js/CRM";
|
||||||
import {et2_selectbox} from "../../api/js/etemplate/et2_widget_selectbox";
|
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";
|
import {egw} from "../../api/js/jsapi/egw_global";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user