Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0002862Openbravo ERP02. Master data managementpublic2008-04-15 10:292008-06-19 19:42
user71 
user71 
normalminoralways
closedfixed 
5
 
2.40alpha-r2 
No
Core
No
0002862: QA-KBS Cant create direction for a BP
Ubuntu 7.10
tomcat 5.5
ant 1.7
java 1.5

When trying to add a direction for a Business partner, clicking to add an address, when you finish filling the fields and click on Accept to save the data, it tells me that I do not have permissions.
No tags attached.
Issue History
2008-06-19 19:42psarobeStatusresolved => closed

Notes
(0006451)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1942802 [^]
(0003533)
cromero   
2008-04-15 13:31   
(edited on: 2008-06-12 09:25)
Logged In: YES
user_id=1500614
Originator: NO

The problem is a new id ButtonOK that conflicts with the former id paramCommand for the Button OK.
So, the xml is looking for the paramCommand id that has been overwritten with the button id.
Both of them appear now in the HTML (rev. 3390), what is wrong.

Solution: Use only one id for the Ok Button, both in the html as in the xml file.
(0003534)
cromero   
2008-04-15 13:43   
(edited on: 2008-06-12 09:25)
Logged In: YES
user_id=1500614
Originator: NO

Fixed in the trunk in revision 3477