Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026198 | Openbravo ERP | A. Platform | public | 2014-04-07 17:25 | 2014-05-07 18:11 |
|
Reporter | caristu | |
Assigned To | guillermogil | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0PR14Q3 | Fixed in Version | 3.0PR14Q3 | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0026198: Display logics based on preferences are not working properly under some circumstances |
Description | Display logics based on preferences are not always working properly if there is not any module in "in development" status |
Steps To Reproduce | 1) Create this display logic for a tab: @MYPREF@='P'
Having no modules in "in development status" do
2) Using a user which have two roles, role a and role b, create a preference for role a: attribute= MYPREF value = P
3) Log in with role a, the tab is displayed
4) Log in with role b, the tab is displayed and it should not be displayed
Put any module in "in development"
5) Log in with role b, the tab is not displayed. This is correct. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0033799 | | closed | NaroaIriarte | AD_Role_ID system variable not working at tab level |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-04-07 17:25 | caristu | New Issue | |
2014-04-07 17:25 | caristu | Assigned To | => AugustoMauch |
2014-04-07 17:25 | caristu | Modules | => Core |
2014-04-07 17:25 | caristu | Resolution time | => 1430604000 |
2014-04-07 17:25 | caristu | Triggers an Emergency Pack | => No |
2014-04-09 08:47 | alostale | Target Version | => PR14Q3 |
2014-04-09 11:18 | caristu | Summary | Display logic based on preferences are not working properly under some circumstances => Display logics based on preferences are not working properly under some circumstances |
2014-04-09 11:18 | caristu | Description Updated | bug_revision_view_page.php?rev_id=5672#r5672 |
2014-04-14 17:18 | guillermogil | Assigned To | AugustoMauch => guillermogil |
2014-04-15 12:58 | guillermogil | Assigned To | guillermogil => AugustoMauch |
2014-04-15 17:52 | guillermogil | Assigned To | AugustoMauch => guillermogil |
2014-04-16 13:08 | guillermogil | Issue Monitored: shankarb | |
2014-04-16 13:08 | guillermogil | Review Assigned To | => shankarb |
2014-04-16 13:12 | hgbot | Checkin | |
2014-04-16 13:12 | hgbot | Note Added: 0066489 | |
2014-04-16 13:12 | hgbot | Status | new => resolved |
2014-04-16 13:12 | hgbot | Resolution | open => fixed |
2014-04-16 13:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8698d60bb9cf59ea791fc5fa55c5a44e3163bd7c [^] |
2014-04-16 15:17 | guillermogil | Issue End Monitor: shankarb | |
2014-04-16 15:17 | guillermogil | Issue Monitored: dbaz | |
2014-04-16 15:17 | guillermogil | Review Assigned To | shankarb => dbaz |
2014-04-16 15:19 | hgbot | Checkin | |
2014-04-16 15:19 | hgbot | Note Added: 0066501 | |
2014-04-29 11:11 | guillermogil | Issue End Monitor: dbaz | |
2014-04-29 11:11 | guillermogil | Issue Monitored: shankarb | |
2014-04-29 11:12 | guillermogil | Review Assigned To | dbaz => shankarb |
2014-05-02 05:58 | shankarb | Note Added: 0066775 | |
2014-05-02 05:58 | shankarb | Status | resolved => closed |
2014-05-02 05:58 | shankarb | Fixed in Version | => PR14Q3 |
2014-05-07 18:11 | hudsonbot | Checkin | |
2014-05-07 18:11 | hudsonbot | Note Added: 0066941 | |
2014-05-07 18:11 | hudsonbot | Checkin | |
2014-05-07 18:11 | hudsonbot | Note Added: 0066946 | |
2016-09-14 12:31 | caristu | Relationship added | related to 0033799 |
Notes |
|
(0066489)
|
hgbot
|
2014-04-16 13:12
|
|
Repository: erp/devel/pi
Changeset: 8698d60bb9cf59ea791fc5fa55c5a44e3163bd7c
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Wed Apr 16 13:12:00 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8698d60bb9cf59ea791fc5fa55c5a44e3163bd7c [^]
Fixed issue 26198:Display logics based on preferences are not working properly
>
> SessionAttributesNames are now brought in the view and its values are set dinamically
---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-tab.js.ftl
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
|
|
|
(0066501)
|
hgbot
|
2014-04-16 15:19
|
|
Repository: erp/devel/pi
Changeset: ad890ff93c7ed96cb9e3809935867ac2081d5640
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Wed Apr 16 15:18:59 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ad890ff93c7ed96cb9e3809935867ac2081d5640 [^]
Related to issue 26198: Added preferenceValues only to the view
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
|
|
|
(0066775)
|
shankarb
|
2014-05-02 05:58
|
|
Code reviewed and verified in pi changeset 6d818cd5ed38. |
|
|
|
|
|
|
|