Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #32153 All Revisions ] Back to Issue ]
Summary 0032153: [RR16Q1] "Update Characteristics" process does not show characteristics to choose them after creating a new record
Revision 2016-02-26 10:20 by alostale
Steps To Reproduce 1-Login POS backend as Openbravo and go to "Product" window.
2-Select a product with a few invariants (ie. Alpine skiing backpack 27 L) and go to "Characteristics" tab
3-Click "Update Characteristics" process.
4-Quickly after previous step, click dropdown arrow and check "No items to show" appear.

With browser's dev tools tools you can check:
* Just after step 3, many identical requests are executed to create new datasources (up to 4 per invariant)
* If step 4 is executed before the request to create the datasource for selected combo, the defined problem appears. In this case, the following js error can be seen in console:
ISC_Combined.js:12243 Uncaught TypeError: Cannot read property 'resultTreeClass' of undefinedisc_Canvas_createResultTree
  @ ISC_Combined.js:12243isc_TreeGrid_createDataModel
  @ ISC_Combined.js:12310isc_Canvas_filterWithCriteria
  @ ISC_Combined.js:2688isc_c_Class_invokeSuper
  @ ISC_Combined.js:245isc_c_Class_Super
  @ ISC_Combined.js:237isc_TreeGrid_filterWithCriteria
  @ ISC_Combined.js:12312isc_Canvas__filter
  @ ISC_Combined.js:2687isc_c_Class_invokeSuper
  @ ISC_Combined.js:245isc_c_Class_Super
  @ ISC_Combined.js:237isc_ListGrid__filter
  @ ISC_Combined.js:6307isc_Canvas_fetchData
  @ ISC_Combined.js:2659isc_c_Class_invokeSuper
  @ ISC_Combined.js:245isc_c_Class_Super
  @ ISC_Combined.js:237isc_ListGrid_fetchData
  @ ISC_Combined.js:6044isc_c_Class_invokeSuper
  @ ISC_Combined.js:245isc_c_Class_Super
  @ ISC_Combined.js:237isc.OBTreeItemTree.addProperties.fetchData
  @ 1f025b6….js:1281isc.OBTreeItemTree.addProperties.show
  @ 1f025b6….js:1272tree.show
  @ 1f025b6….js:2929isc.OBTreeItem.addProperties.toggleTreePicker
  @ 1f025b6….js:1265isc.OBTreeItem.addProperties.showPicker
  @ 1f025b6….js:1265isc.A.pickerIconDefaults.click
  @ ISC_Combined.js:8298isc_FormItem__iconClick
  @ ISC_Combined.js:8699isc_DynamicForm_handleClick
  @ ISC_Combined.js:8198isc_c_EventHandler_bubbleEvent
  @ ISC_Combined.js:1336isc_c_EventHandler_handleClick
  @ ISC_Combined.js:1202isc_c_EventHandler__handleMouseUp
  @ ISC_Combined.js:1191isc_c_EventHandler_handleMouseUp
  @ ISC_Combined.js:1185isc_c_EventHandler_dispatch
  @ ISC_Combined.js:1410(anonymous function)
Revision 2016-02-25 14:36 by alostale
Steps To Reproduce 1-Login POS backend as Openbravo and go to "Product" window.
2-Select a record and go to "Characteristics" tab. Then Ctrl+D to create a new record.
3-Fill the record with, for example, "Battery Life" characteristic. Click Save.
4-Click "Update Characteristics" process. Click dropdown arrow and check "No items to show" appear.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker