Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0029128Openbravo ERP00. Application dictionarypublic2015-03-04 13:072022-02-01 08:05
AugustoMauch 
Triage Platform Base 
normalminorhave not tried
acknowledgedopen 
5
 
 
No
Core
No
0029128: User Level field of the header tab of the Role window does not show the proper value
The User Level field uses a List reference that has the following values:
'S' -> 'System'
' C' -> 'Client'
' CO' -> 'Client+Organization'
' O' -> 'Organization

(not the 1 leading space in C and CO, and the 2 leading spaces in O)

When this field is displayed in the grid, the identifiers for the values S, C and CO are properly displayed, but if the user level is O the search key is shown and not the identifier.
As F&B Admin:
- Open the Role window
- Check that the level field of a few of the roles (for instance F&BUser) is ' O'
No tags attached.
Issue History
2015-03-04 13:07AugustoMauchNew Issue
2015-03-04 13:07AugustoMauchAssigned To => AugustoMauch
2015-03-04 13:07AugustoMauchOBNetwork customer => No
2015-03-04 13:07AugustoMauchModules => Core
2015-03-04 13:07AugustoMauchTriggers an Emergency Pack => No
2015-03-04 13:08AugustoMauchNote Added: 0075156
2015-03-06 10:24alostalePrioritynormal => high
2015-03-06 10:24alostaleStatusnew => acknowledged
2015-03-17 14:37alostaleAssigned ToAugustoMauch => platform
2015-11-11 11:37alostalePriorityhigh => normal
2022-02-01 08:05alostaleAssigned Toplatform => Triage Platform Base

Notes
(0075156)
AugustoMauch   
2015-03-04 13:08   
The valuemap entry for the ' 0' -> 'Organization' pair seems to be missing from the view definition:

{name: 'userLevel', type: '_id_226' , valueMap: { ' C': 'Client', ' CO': 'Client+Organization', 'S': 'System' } },