Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0033895Openbravo ERPA. Platformpublic2016-09-05 13:502016-09-09 10:05
caristu 
caristu 
highminoralways
closedfixed 
5
 
3.0PR16Q43.0PR16Q4 
alostale
Core
Coding ( Testing )
2016-02-09
pi
http://code.openbravo.com/erp/devel/pi/rev/321a74b76ac76e39a6f0e9ec6003c13467360fb9 [^]
No
0033895: Open direct stops working after using create new under some circumstances
Having no modules in development, where the view properties are cached, open direct does not work properly after using create new.
1) Use create new menu entry to create a new product
2) Close the window
3) Use the recent view entry of the newly created product to open it. Notice that the form is opened in new mode instead of showing the product info.
Init as false the deferOpenNewEdit flag of the standard window on initWidget method when the command is not NEW
No tags attached.
caused by defect 00337753.0PR16Q4 closed caristu Create New - Does not Work when corresponding window has a default saved view 
Issue History
2016-09-05 13:50caristuNew Issue
2016-09-05 13:50caristuAssigned To => caristu
2016-09-05 13:50caristuModules => Core
2016-09-05 13:50caristuTriggers an Emergency Pack => No
2016-09-05 13:50caristuStatusnew => scheduled
2016-09-05 13:51caristuRegression level => Coding ( Testing )
2016-09-05 13:51caristuRegression date => 2016-02-09
2016-09-05 13:51caristuRegression introduced in release => pi
2016-09-05 13:51caristuRelationship addedcaused by 0033775
2016-09-05 13:52caristuProposed Solution updated
2016-09-05 13:52caristuTarget Version => 3.0PR16Q4
2016-09-05 13:53caristuSummaryOpen direct stops working after using create new under some circumnstances => Open direct stops working after using create new under some circumstances
2016-09-05 16:14hgbotCheckin
2016-09-05 16:14hgbotNote Added: 0089760
2016-09-05 16:14hgbotStatusscheduled => resolved
2016-09-05 16:14hgbotResolutionopen => fixed
2016-09-05 16:14hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e42061af5edb9fa4fd0d6d511ea3226746e9a8b0 [^]
2016-09-05 16:16caristuReview Assigned To => alostale
2016-09-05 16:16caristuIssue Monitored: alostale
2016-09-05 16:24caristuNote Added: 0089761
2016-09-05 20:59hudsonbotCheckin
2016-09-05 20:59hudsonbotNote Added: 0089766
2016-09-09 10:03alostaleRegression introduced by commit => http://code.openbravo.com/erp/devel/pi/rev/321a74b76ac76e39a6f0e9ec6003c13467360fb9 [^]
2016-09-09 10:05alostaleNote Added: 0089865
2016-09-09 10:05alostaleStatusresolved => closed
2016-09-09 10:05alostaleFixed in Version => 3.0PR16Q4

Notes
(0089760)
hgbot   
2016-09-05 16:14   
Repository: erp/devel/pi
Changeset: e42061af5edb9fa4fd0d6d511ea3226746e9a8b0
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Sep 05 15:55:44 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e42061af5edb9fa4fd0d6d511ea3226746e9a8b0 [^]

fixes issue 33895: Open direct stops working after using create new

When the standard window definition is cached, the value for deferOpenNewEdit was always set to true on window open after using 'create new' menu entry. Now this flag is initialized to false on initWidget function but when opening the window to create a new record.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
---
(0089761)
caristu   
2016-09-05 16:24   
New test case added into Testlink: https://testlink.openbravo.com/testlink/linkto.php?tprojectPrefix=Communit&item=testcase&id=Communit-10166 [^]
(0089766)
hudsonbot   
2016-09-05 20:59   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/87094da4670c [^]
Maturity status: Test
(0089865)
alostale   
2016-09-09 10:05   
code reviewed + tested