Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0020683Openbravo ERPA. Platformpublic2012-06-05 21:472012-06-28 08:45
dbaz 
mtaal 
highmajoralways
closedfixed 
5
 
3.0MP13 
Core
No
0020683: JS error in "Window Personalization" window
JS error in "Window Personalization" window:

this.view.form is undefined


...indow || !this.view.form.view.getFormPersonalization(false) || !this.view.form.v...

File: ob-personalize-form.js line 527
As "System"
* Go to "Window Personalization"
* Create new
* Press the "hammer" icon
The JS error raises (at least in Firefox 13)

NOTE: Each time you change "Rowspan" or "Colspan" input of any field, the error is raised again.
No tags attached.
Issue History
2012-06-05 21:47dbazNew Issue
2012-06-05 21:47dbazAssigned To => mtaal
2012-06-05 21:47dbazModules => Core
2012-06-07 19:57hgbotCheckin
2012-06-07 19:57hgbotNote Added: 0049692
2012-06-07 19:57hgbotStatusnew => resolved
2012-06-07 19:57hgbotResolutionopen => fixed
2012-06-07 19:57hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/671f7127ff3731fd5cddb76f683339e53cf4615b [^]
2012-06-28 08:45alostaleNote Added: 0050243
2012-06-28 08:45alostaleStatusresolved => closed
2012-06-28 08:45alostaleFixed in Version => 3.0MP13

Notes
(0049692)
hgbot   
2012-06-07 19:57   
Repository: erp/devel/pi
Changeset: 671f7127ff3731fd5cddb76f683339e53cf4615b
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Thu Jun 07 19:56:16 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/671f7127ff3731fd5cddb76f683339e53cf4615b [^]

Fixes issue 20683: JS error in "Window Personalization" window
The case that the form personalization was opened from the window personalization window hammer icon
was not taken into account, also solve the issue that deleting and then saving a new form personalization
record results in an error

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-personalize-form.js
---
(0050243)
alostale   
2012-06-28 08:45   
Code reviewed and verified