Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0039906 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 00. Application dictionary | minor | have not tried | 2019-01-08 18:57 | 2019-01-18 09:16 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | 3.0PR18Q3.5 | |||
Status | closed | Fix in branch | Fixed in SCM revision | fff5a908a14e | ||||
Projection | none | ETA | none | Target Version | 3.0PR18Q3.5 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | alostale | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2018-03-01 | |||||||
Regression introduced in release | 3.0PR18Q2 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/6d6a3a710fd21bbc60de46c5778b212c64ec300c [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0039906: The link to a concrete document of Openbravo is not followed if there is not session on the browser | |||||||
Description | 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. | |||||||
Steps To Reproduce | -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 [^] | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0108933) hgbot (developer) 2019-01-14 10:20 |
Repository: erp/backports/3.0PR18Q3.5 Changeset: fff5a908a14e97502f173272adaf2e97acdaf76f Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Mon Jan 14 09:48:39 2019 +0100 URL: http://code.openbravo.com/erp/backports/3.0PR18Q3.5/rev/fff5a908a14e97502f173272adaf2e97acdaf76f [^] fixes bug 39906: 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 --- |
(0108942) hgbot (developer) 2019-01-14 13:36 |
Repository: erp/backports/3.0PR18Q3.5 Changeset: 2127426d9e96fcfb8bd6d1c44a9f914206175b83 Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Mon Jan 14 13:36:45 2019 +0100 URL: http://code.openbravo.com/erp/backports/3.0PR18Q3.5/rev/2127426d9e96fcfb8bd6d1c44a9f914206175b83 [^] related to issue 39906: 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 --- |
(0109003) alostale (manager) 2019-01-18 09:16 |
reviewed + tested |
Issue History | |||
Date Modified | Username | Field | Change |
2019-01-09 18:01 | caristu | Type | defect => backport |
2019-01-09 18:01 | caristu | Target Version | => 3.0PR18Q3.5 |
2019-01-14 10:20 | hgbot | Checkin | |
2019-01-14 10:20 | hgbot | Note Added: 0108933 | |
2019-01-14 10:20 | hgbot | Status | scheduled => resolved |
2019-01-14 10:20 | hgbot | Resolution | open => fixed |
2019-01-14 10:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/backports/3.0PR18Q3.5/rev/fff5a908a14e97502f173272adaf2e97acdaf76f [^] |
2019-01-14 10:20 | caristu | Review Assigned To | => alostale |
2019-01-14 13:36 | hgbot | Checkin | |
2019-01-14 13:36 | hgbot | Note Added: 0108942 | |
2019-01-18 09:16 | alostale | Note Added: 0109003 | |
2019-01-18 09:16 | alostale | Status | resolved => closed |
2019-01-18 09:16 | alostale | Fixed in Version | => 3.0PR18Q3.5 |
Copyright © 2000 - 2009 MantisBT Group |