Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004277Openbravo ERP00. Application dictionarypublic2008-07-02 18:422008-11-25 23:04
psarobe 
gorka_gil 
highmajoralways
closedfixed 
5
2.40beta 
 
Core
No
0004277: don't fire the call-out when clicking new in a tab
When clicking new in a window and if exists a field that is filled with a default value the call-out for that field does not fire unless you change the value
# Go to Production management->Transactions->Work Effort->Work effort
# Click New and fill:

    * Movement date= Current date
    * Starting Time: 08:00:00, Ending time: 16:00:00

# Move to Production Run tab and click new
# Select the "WR Phase" and verify:

    * The fields "Required quantity", "cost center", "Process unit" and "Conversion Rate" are filled based on the WR phase

No tags attached.
depends on backport 0004278 closed gorka_gil don't fire the call-out when clicking new in a tab 
depends on backport 0004811 closed gorka_gil don't fire the call-out when clicking new in a tab 
depends on backport 0004998 closed gorka_gil don't fire the call-out when clicking new in a tab 
Issue History
2008-07-02 18:42psarobeNew Issue
2008-07-02 18:42psarobeAssigned To => gorka_gil
2008-07-02 18:42psarobesf_bug_id0 => 2008971
2008-07-02 18:42psarobeStatusnew => scheduled
2008-07-02 18:42psarobefix_in_branch => trunk
2008-07-02 18:51svnbotCheckin
2008-07-02 18:51svnbotNote Added: 0008139
2008-07-02 18:51svnbotStatusscheduled => resolved
2008-07-02 18:51svnbotResolutionopen => fixed
2008-07-02 18:51svnbotsvn_revision => 5575
2008-09-03 22:17psarobeStatusresolved => new
2008-09-03 22:17psarobeResolutionfixed => open
2008-09-03 22:17psarobeNote Added: 0008874
2008-09-03 22:18psarobeStatusnew => scheduled
2008-09-04 09:14cromeroStatusscheduled => feedback
2008-09-04 09:14cromeroStatusfeedback => scheduled
2008-09-10 09:59cromeroStatusscheduled => feedback
2008-09-10 09:59cromeroStatusfeedback => scheduled
2008-09-15 17:28svnbotCheckin
2008-09-15 17:28svnbotNote Added: 0009020
2008-09-15 17:28svnbotStatusscheduled => resolved
2008-09-15 17:28svnbotResolutionopen => fixed
2008-09-15 17:28svnbotsvn_revision5575 => 7325
2008-11-25 23:04psarobeRegression testing => No
2008-11-25 23:04psarobeStatusresolved => closed

Notes
(0008139)
svnbot   
2008-07-02 18:51   
Repository: openbravo
Revision: 5575
Author: gorka_gil
Date: 2008-07-02 18:51:10 +0200 (Wed, 02 Jul 2008)

bug fixed 4277 Now, ID fields don't have default value equal to cero, so we have changed the comparison for new records form cero to null.

---
U trunk/src-wad/src/org/openbravo/wad/controls/WADList.java
---

https://dev.openbravo.com/websvn/openbravo/?rev=5575&sc=1 [^]
(0008874)
psarobe   
2008-09-03 22:17   
The cost center still does not work. It is not filled if only one work requirement exists
(0009020)
svnbot   
2008-09-15 17:28   
Repository: openbravo
Revision: 7325
Author: gorka_gil
Date: 2008-09-15 17:28:30 +0200 (Mon, 15 Sep 2008)

Fixes bug 4277 now the onchange function of readonly fields and combos are executed

---
U trunk/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=7325&sc=1 [^]