Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0022391 | Openbravo ERP | A. Platform | public | 2012-11-26 13:54 | 2012-12-06 15:12 |
|
Reporter | jecharri | |
Assigned To | shankarb | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP18 | Fixed in Version | 3.0MP18 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 18171 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0022391: Impossible to create a location for a Business Partner |
Description | Impossible to create a location for a Business Partner if you define the rol user as Organization. |
Steps To Reproduce | -Go to window role and create a header with user level "Organization"
-Give access to org "F&B US East Coast"
-Give access to window "Business Partner" and set all as editable.
-Go to the ERP and create a header.
-Try to create a location. You will see that it is impossible:
"With your current role and settings, you cannot view this information"
If you define the same role with user level "Client/organization" you are able to create a location but you must be able to create the location with user level "Organization". |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-11-26 13:54 | jecharri | New Issue | |
2012-11-26 13:54 | jecharri | Assigned To | => AugustoMauch |
2012-11-26 13:54 | jecharri | Modules | => Core |
2012-11-26 13:54 | jecharri | OBNetwork customer | => Yes |
2012-11-26 13:54 | jecharri | Support ticket | => 18171 |
2012-11-26 13:57 | jecharri | Regression date | => 2012-12-24 |
2012-11-26 13:57 | jecharri | Target Version | => 3.0MP18 |
2012-11-27 09:20 | shankarb | Assigned To | AugustoMauch => shankarb |
2012-11-28 14:09 | shankarb | Review Assigned To | => AugustoMauch |
2012-11-28 14:10 | shankarb | Status | new => scheduled |
2012-11-28 14:10 | shankarb | Note Added: 0054630 | |
2012-11-28 14:10 | shankarb | fix_in_branch | => pi |
2012-11-28 14:10 | shankarb | Issue Monitored: AugustoMauch | |
2012-11-28 14:11 | hgbot | Checkin | |
2012-11-28 14:11 | hgbot | Note Added: 0054631 | |
2012-11-28 14:11 | hgbot | Status | scheduled => resolved |
2012-11-28 14:11 | hgbot | Resolution | open => fixed |
2012-11-28 14:11 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8f079938b8037398b82121e885cb066527a2791b [^] |
2012-11-28 15:49 | jecharri | Note Added: 0054632 | |
2012-11-28 15:49 | jecharri | Status | resolved => new |
2012-11-28 15:49 | jecharri | Resolution | fixed => open |
2012-11-28 15:49 | jecharri | Resolution time | => 1356303600 |
2012-11-28 15:49 | jecharri | Regression date | 2012-12-24 => |
2012-11-28 15:49 | jecharri | fix_in_branch | pi => |
2012-11-28 15:50 | jecharri | Status | new => scheduled |
2012-11-28 15:50 | jecharri | Note Added: 0054633 | |
2012-11-28 15:50 | jecharri | fix_in_branch | => pi |
2012-11-28 15:50 | jecharri | Status | scheduled => resolved |
2012-11-28 15:50 | jecharri | Resolution | open => fixed |
2012-12-01 01:03 | hudsonbot | Checkin | |
2012-12-01 01:03 | hudsonbot | Note Added: 0054683 | |
2012-12-05 10:35 | hgbot | Checkin | |
2012-12-05 10:35 | hgbot | Note Added: 0054721 | |
2012-12-05 10:38 | AugustoMauch | Note Added: 0054722 | |
2012-12-05 10:38 | AugustoMauch | Status | resolved => closed |
2012-12-05 10:38 | AugustoMauch | Fixed in Version | => 3.0MP18 |
2012-12-06 15:12 | hudsonbot | Checkin | |
2012-12-06 15:12 | hudsonbot | Note Added: 0054753 | |
Notes |
|
(0054630)
|
shankarb
|
2012-11-28 14:10
|
|
|
|
(0054631)
|
hgbot
|
2012-11-28 14:11
|
|
Repository: erp/devel/pi
Changeset: 8f079938b8037398b82121e885cb066527a2791b
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Wed Nov 28 18:39:23 2012 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/8f079938b8037398b82121e885cb066527a2791b [^]
Fixes Issue 0022391: Impossible to create a location for a Business Partner
Location Search selector was not working for roles with userlevel 'Organization'.
Trimmed the userlevel searchkey before comparison and modified the way of comparison from 'not var=' to 'var!='.
---
M src/org/openbravo/base/secureApp/Seguridad_data.xsql
---
|
|
|
|
Remove the field regression date |
|
|
|
Added the resolution time |
|
|
|
|
|
(0054721)
|
hgbot
|
2012-12-05 10:35
|
|
Repository: erp/devel/pi
Changeset: a895b65c70a1fa13731a5969d26560900321f9f1
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Dec 05 10:34:39 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/a895b65c70a1fa13731a5969d26560900321f9f1 [^]
Related to issue 22391: Removes not needed trim
There is not need to trim the userlevel, as it only matters if it contains an 'S', 'O', or 'C', the spaces are irrelevant.
---
M src/org/openbravo/base/secureApp/Seguridad_data.xsql
---
|
|
|
|
Code reviewed and verified in pi@a895b65c70a1 |
|
|
|
|