Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0020637 | Openbravo ERP | A. Platform | public | 2012-05-30 12:10 | 2022-02-01 08:09 | |||||||
Reporter | mtaal | |||||||||||
Assigned To | Triage Platform Base | |||||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | |||||||
Status | new | Resolution | out of date | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | |||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
OBNetwork customer | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0020637: selectionUpdated event not fired in form personalization tree | |||||||||||
Description | Related to issue 20503, the underlying bug/issue with 20503 is that in the latest Smartclient version the selectionUpdated event was not fired when left-clicking a record/element in the form personalization field tree on the left. The selectionUpdated event is caught implemented in this line in ob-personalize-form.js: this.fieldsTreeGrid = isc.OBPersonalizationTreeGrid.create({ // make a clone so that the original personalization data is not // updated, when doing cancel, the original is restored fieldData: isc.shallowClone(personalizationData.form.fields), personalizeForm: this, selectionUpdated: function (record, recordList) { this.personalizeForm.selectionUpdated(record, recordList); } }); But it is not called anymore in the latest Smartclient version. This was solved by implementing this in ob-personalization-treegrid.js: // Overridden as it seems that the 8.3 version // of SC does not call the selectionUpdated event anymore cellClick: function (record, rowNum, colNum) { this.deselectAllRecords(); this.selectRecord(record); }, | |||||||||||
Steps To Reproduce | Comment out the cellClick method in ob-personalization-treegrid.js See 20503: open a window in form personalization mode and left click on fields in the field tree on the left the properties form in the bottom is not refreshed | |||||||||||
Proposed Solution | Debug more in Isomorphic code to see if it is a smartclient issue, and if so report it on the Smartclient forum. | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2012-05-30 12:10 | mtaal | New Issue | ||||||||||
2012-05-30 12:10 | mtaal | Assigned To | => alostale | |||||||||
2012-05-30 12:10 | mtaal | Modules | => Core | |||||||||
2012-05-30 12:10 | mtaal | Relationship added | related to 0020503 | |||||||||
2012-05-30 12:15 | mtaal | Assigned To | alostale => mtaal | |||||||||
2012-07-05 22:07 | mtaal | Target Version | 3.0MP13 => | |||||||||
2012-09-24 12:46 | AugustoMauch | Note Added: 0052326 | ||||||||||
2012-09-24 12:46 | AugustoMauch | Status | new => scheduled | |||||||||
2016-10-21 10:59 | mtaal | Status | scheduled => closed | |||||||||
2016-10-21 10:59 | mtaal | Resolution | open => out of date | |||||||||
2016-10-21 13:17 | mtaal | Tag Attached: MT_closed_out_of_date | ||||||||||
2016-10-21 14:08 | mtaal | Assigned To | mtaal => platform | |||||||||
2016-10-21 14:09 | mtaal | Status | closed => new | |||||||||
2016-10-21 14:10 | mtaal | Tag Detached: MT_closed_out_of_date | ||||||||||
2022-02-01 08:09 | alostale | Assigned To | platform => Triage Platform Base |
Notes | |||||
|
|||||
|
|