Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0039905Openbravo ERP00. Application dictionarypublic2019-01-08 18:572019-01-18 09:16
egoitz 
caristu 
immediateminorhave not tried
closedfixed 
5
 
3.0PR18Q4.23.0PR18Q4.2 
alostale
Core
Production - Confirmed Stable
2018-03-01
3.0PR18Q2
https://code.openbravo.com/erp/devel/pi/rev/6d6a3a710fd21bbc60de46c5778b212c64ec300c [^]
No
0039905: The link to a concrete document of Openbravo is not followed if there is not session on the browser
When using the link to navigate to a concrete document it works properly when you are logged in Openbravo.
If there is not a session you are requested to do the login and after the login
you are not redirected to the document.

It was working in previous releases.
-Access to Openbravo
-go to sales order window
-clear the filter and open order in form view
-click on the toolbar button to get the link
-Copy the link
-Logout
-Use the link on a browser
-The login is required
*then you are not redirected to the document specified on the link.

Example:
https://livebuilds.openbravo.com/erp_pi_pgsql/?tabId=186&recordId=05C426107193402BBD8379EF92A63E96 [^]
No tags attached.
blocks defect 0039885 closed caristu The link to a concrete document of Openbravo is not followed if there is not session on the browser 
Issue History
2019-01-09 18:01caristuTypedefect => backport
2019-01-09 18:01caristuTarget Version => 3.0PR18Q4.2
2019-01-14 10:39hgbotCheckin
2019-01-14 10:39hgbotNote Added: 0108934
2019-01-14 10:39hgbotStatusscheduled => resolved
2019-01-14 10:39hgbotResolutionopen => fixed
2019-01-14 10:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR18Q4.2/rev/405b572d463c86f86a9c0a58d65cecded5d250c9 [^]
2019-01-14 10:40caristuReview Assigned To => alostale
2019-01-14 13:35hgbotCheckin
2019-01-14 13:35hgbotNote Added: 0108941
2019-01-18 09:16alostaleNote Added: 0109002
2019-01-18 09:16alostaleStatusresolved => closed
2019-01-18 09:16alostaleFixed in Version => 3.0PR18Q4.2

Notes
(0108934)
hgbot   
2019-01-14 10:39   
Repository: erp/backports/3.0PR18Q4.2
Changeset: 405b572d463c86f86a9c0a58d65cecded5d250c9
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Jan 14 10:37:29 2019 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR18Q4.2/rev/405b572d463c86f86a9c0a58d65cecded5d250c9 [^]

fixes bug 39905: link to a document isn't followed properly after login

  Before[1] the URL query string used to specify the link to a concrete document was being stored in session. After that changeset the code to save that value in session was no longer being executed, so it was not possible to recover the document link information.

  To solve this problem now we keep the query string with the link information in the URL, and we retrieve it from there when needed.


  [1] https://code.openbravo.com/erp/devel/pi/rev/6d6a3a710fd21bbc60de46c5778b212c64ec300c [^]

---
M src/index.jsp
M src/org/openbravo/base/secureApp/LoginHandler.java
M src/org/openbravo/erpCommon/security/Login.html
M web/js/login.js
M web/js/utils.js
---
(0108941)
hgbot   
2019-01-14 13:35   
Repository: erp/backports/3.0PR18Q4.2
Changeset: 816923a1be008c8207b9643a5b7dbbf3d65655af
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Jan 14 13:35:08 2019 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR18Q4.2/rev/816923a1be008c8207b9643a5b7dbbf3d65655af [^]

related to issue 39905: make it work when redirecting to Menu.html

  This flow happens when some kind of license restriction is detected during the login process

---
M src/org/openbravo/base/secureApp/LoginHandler.java
M src/org/openbravo/erpCommon/security/Menu.java
---
(0109002)
alostale   
2019-01-18 09:16   
reviewed + tested