Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010823Openbravo ERPA. Platformpublic2009-09-30 10:442009-10-23 00:00
psarobe 
alostale 
urgentmajoralways
closedfixed 
5
 
2.50MP7 
Core
No
0010823: The name of the tabs need to start by upper case
When creating a tab unless you fill the name with the first letter with uppers case the compilation fails and it's almost impossible to figure out that the error comes because of this

Even more if you change the name so it starts by upper case then the compilations keeps failing because the class is already there and it's again very difficult to realize that
1. Create a new table
2. Create a window
3. Create a tab and fill the name with no low case

compile
Create a trigger that verify that the Name must containt the upper case for the first letter
No tags attached.
png trigger.PNG (52,851) 2009-10-08 08:48
https://issues.openbravo.com/file_download.php?file_id=1835&type=bug
png
Issue History
2009-09-30 10:44psarobeNew Issue
2009-09-30 10:44psarobeAssigned To => alostale
2009-09-30 11:14psarobeStatusnew => scheduled
2009-09-30 11:14psarobefix_in_branch => pi
2009-10-02 09:08hgbotCheckin
2009-10-02 09:08hgbotNote Added: 0020652
2009-10-02 09:08hgbotStatusscheduled => resolved
2009-10-02 09:08hgbotResolutionopen => fixed
2009-10-02 09:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/8e90a2d22bdea4d67d866e6653667c7e4cba307a [^]
2009-10-08 08:47psarobeStatusresolved => new
2009-10-08 08:47psarobeResolutionfixed => open
2009-10-08 08:47psarobeNote Added: 0020857
2009-10-08 08:48psarobeFile Added: trigger.PNG
2009-10-08 08:49psarobeStatusnew => scheduled
2009-10-08 08:49psarobeNote Added: 0020859
2009-10-08 12:03psarobefix_in_branchpi =>
2009-10-08 12:04alostaleNote Added: 0020875
2009-10-08 12:35hgbotCheckin
2009-10-08 12:35hgbotNote Added: 0020877
2009-10-08 12:35hgbotStatusscheduled => resolved
2009-10-08 12:35hgbotResolutionopen => fixed
2009-10-08 12:35hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/8e90a2d22bdea4d67d866e6653667c7e4cba307a [^] => http://code.openbravo.com/erp/devel/pi/rev/96627bc0f2d474d078aa7dda089d543cdaf97233 [^]
2009-10-22 11:21plujanStatusresolved => closed
2009-10-23 00:00anonymoussf_bug_id0 => 2884253

Notes
(0020652)
hgbot   
2009-10-02 09:08   
Repository: erp/devel/pi
Changeset: 8e90a2d22bdea4d67d866e6653667c7e4cba307a
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Oct 02 09:07:55 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8e90a2d22bdea4d67d866e6653667c7e4cba307a [^]

fixed bug 0010823: The name of the tabs need to start by upper case

---
M src-db/database/model/triggers/AD_TAB_TRG.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
(0020857)
psarobe   
2009-10-08 08:47   
I can still reproduce the error. Please see attach
(0020859)
psarobe   
2009-10-08 08:49   
The fix was in my DB (trigger with the modifications)

How did you test it?
(0020875)
alostale   
2009-10-08 12:04   
It seems it only fails in PG
(0020877)
hgbot   
2009-10-08 12:35   
Repository: erp/devel/pi
Changeset: 96627bc0f2d474d078aa7dda089d543cdaf97233
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Oct 08 12:35:02 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/96627bc0f2d474d078aa7dda089d543cdaf97233 [^]

fixed issue 0010823: solved PG problem

---
M src-db/database/model/triggers/AD_TAB_TRG.xml
---