Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008604Openbravo ERPA. Platformpublic2009-04-16 17:462009-05-05 00:00
psarobe 
dbaz 
urgentmajorhave not tried
closedfixed 
5
2.50 
2.50MP1 
Core
No
0008604: CCC- If you click a combo but not changes are performed, the autosave feature is triggered
When you click new and then you click in a combo, the ERP thinks that a changed has been performed and then if you want to move to another window or somewhere else you cannot unless you fill the mandatory fields
1. Go to Sales management->Transactions->Sales order->Header
2. Click new and click in the organization combo box, but not change anything
250MP1
Issue History
2009-04-16 17:46psarobeNew Issue
2009-04-16 17:46psarobeAssigned To => rafaroda
2009-04-16 17:46psarobeRegression testing => No
2009-04-16 17:46psarobeStatusnew => scheduled
2009-04-16 17:46psarobeAssigned Torafaroda => iperdomo
2009-04-16 17:46psarobefix_in_branch => pi
2009-04-23 11:16iperdomoAssigned Toiperdomo => dbaz
2009-04-23 11:17iperdomoNote Added: 0015606
2009-04-23 16:04psarobeTag Attached: 250MP1
2009-04-24 00:26hgbotCheckin
2009-04-24 00:26hgbotNote Added: 0015645
2009-04-24 00:26hgbotStatusscheduled => resolved
2009-04-24 00:26hgbotResolutionopen => fixed
2009-04-24 00:26hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/29f96a1a9d63b7b8a1e6337c141e00effd1c8f9e [^]
2009-05-04 23:46psarobeStatusresolved => closed
2009-05-05 00:00anonymoussf_bug_id0 => 2786904

Notes
(0015606)
iperdomo   
2009-04-23 11:17   
The isUserChanges variable is changed when clicking a combo. The isUserChanges variable should set to true when changing the value of the combo.
(0015645)
hgbot   
2009-04-24 00:26   
Repository: erp/devel/pi
Changeset: 29f96a1a9d63b7b8a1e6337c141e00effd1c8f9e
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Fri Apr 24 00:03:15 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/29f96a1a9d63b7b8a1e6337c141e00effd1c8f9e [^]

Fixed bug 8604: Now when you don't change a combo even if you click on it isUserChanges doesn't change

---
M web/js/windowKeyboard.js
---