Преглед на файлове

Update 'src/app/components/intersection-component/drawers/intersection-drawer.js'

Fixed error in "app/core/models/application/actions/action-manager.js!push(action)" during intersection creation due JSON.stringfy
* draw (e): removed comment with "console.log" result
leo преди 2 години
родител
ревизия
e482152b94
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/app/components/intersection-component/drawers/intersection-drawer.js

+ 0 - 1
src/app/components/intersection-component/drawers/intersection-drawer.js

@@ -66,7 +66,6 @@ export class IntersectionDrawer extends Drawer {
         auxE += "5, ";
         try {
          aux4 = "setFirstObject: this.aggregatorA.id = " + (e.target==undefined ? "<>" : JSON.stringify(Object.keys(e.target))); // this.getObjectAggregator(e.target).id);
-// intersection-drawer.js!draw(e): final 3, setFirstObject: error in this.getObjectAggregator(e.target) TypeError: this.getObjectAggregator(...) is undefined
          // aux4 += ", e.target=" + JSON.stringify(e.target);
         } catch (error) { aux4 = "setFirstObject: error in this.getObjectAggregator(" + JSON.stringify(Object.keys(e.target)) + ") " + error; };
 	auxE += "6, ";