Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019445Openbravo ERPA. Platformpublic2012-01-10 14:062012-01-24 11:01
mtaal 
mtaal 
normalminorhave not tried
closedfixed 
5
 
3.0MP8 
Core
No
0019445: Window personalization record contains extra not-used information
The window personalization record stores a json string with entries for each views and form and grids. There is an error in the code so that personalization information is stored at the main level of the json string using the tab id:
{
'270': {...}
forms: {...}
views: {...}
}

this top-level should not be there
Enable prof edition and personalize a view and check the created record
No tags attached.
? window-personalization.json (6,712) 2012-01-24 10:59
https://issues.openbravo.com/file_download.php?file_id=4928&type=bug
Issue History
2012-01-10 14:06mtaalNew Issue
2012-01-10 14:06mtaalAssigned To => mtaal
2012-01-10 14:06mtaalModules => Core
2012-01-10 14:59hgbotCheckin
2012-01-10 14:59hgbotNote Added: 0044186
2012-01-10 14:59hgbotStatusnew => resolved
2012-01-10 14:59hgbotResolutionopen => fixed
2012-01-10 14:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f71567951e4fe936204b36f42f7b26bb50599ec8 [^]
2012-01-14 21:21hudsonbotCheckin
2012-01-14 21:21hudsonbotNote Added: 0044349
2012-01-24 10:59iperdomoStatusresolved => new
2012-01-24 10:59iperdomoResolutionfixed => open
2012-01-24 10:59iperdomoFile Added: window-personalization.json
2012-01-24 10:59iperdomoStatusnew => scheduled
2012-01-24 10:59iperdomofix_in_branch => pi
2012-01-24 10:59iperdomoStatusscheduled => resolved
2012-01-24 10:59iperdomoResolutionopen => fixed
2012-01-24 11:01iperdomoNote Added: 0044500
2012-01-24 11:01iperdomoStatusresolved => closed

Notes
(0044186)
hgbot   
2012-01-10 14:59   
Repository: erp/devel/pi
Changeset: f71567951e4fe936204b36f42f7b26bb50599ec8
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jan 10 14:58:59 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f71567951e4fe936204b36f42f7b26bb50599ec8 [^]

Fixes issue 19445: Window personalization record contains extra not-used information
Do not store not-used information, is already stored in the same json object

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalize-form.js
---
(0044349)
hudsonbot   
2012-01-14 21:21   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0f91795528e4 [^]

Maturity status: Test
(0044500)
iperdomo   
2012-01-24 11:01   
Tested in pi @ rev 02063eeed513
Attached a file (window-personalization.json) with a sample of the stored data