Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0033248 | Retail Modules | Web POS | public | 2016-06-13 18:33 | 2016-06-22 13:19 |
Reporter | guilleaer | ||||
Assigned To | guilleaer | ||||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | marvintm | ||||
OBNetwork customer | No | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0033248: Start recording menu option should not be visible even if user is an automatic one | ||||
Description | Start recording menu option should not be visible even if user is an automatic one | ||||
Steps To Reproduce | Login with a user wich belongs to an automatic role Start recording menu option is being shown and it doesn't make sense. This option just should be visible when preference is enabled or when system is running in development mode | ||||
Proposed Solution | diff -r 6679029e10a9 web/org.openbravo.mobile.core/source/component/ob-menu.js --- a/web/org.openbravo.mobile.core/source/component/ob-menu.js Fri Jun 10 12:23:36 2016 +0200 +++ b/web/org.openbravo.mobile.core/source/component/ob-menu.js Mon Jun 13 18:32:06 2016 +0200 @@ -498,7 +498,7 @@ }); // add the menu entry if the 'Mobile Activate Recording Menu' preference is set to 'Y' and while in Development - if (OB.MobileApp.model.get('permissions').OBMOBC_MenuRecording || OB.UTIL.Debug.isDebug()) { + if (OB.MobileApp.model.hasPermission('OBMOBC_MenuRecording', true) || OB.UTIL.Debug.isDebug()) { this.menuEntries.push({ kind: 'OBMOBC.UI.MenuRecording' }); | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=9518&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2016-06-13 18:33 | guilleaer | New Issue | |||
2016-06-13 18:33 | guilleaer | Assigned To | => guilleaer | ||
2016-06-13 18:33 | guilleaer | File Added: diffStartRecording.diff | |||
2016-06-13 18:33 | guilleaer | OBNetwork customer | => No | ||
2016-06-13 18:33 | guilleaer | Triggers an Emergency Pack | => No | ||
2016-06-13 19:00 | guilleaer | Status | new => scheduled | ||
2016-06-14 12:07 | marvintm | Target Version | RR16Q3 => | ||
2016-06-14 19:20 | hgbot | Checkin | |||
2016-06-14 19:20 | hgbot | Note Added: 0087271 | |||
2016-06-14 19:20 | hgbot | Status | scheduled => resolved | ||
2016-06-14 19:20 | hgbot | Resolution | open => fixed | ||
2016-06-14 19:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/c7170842cf8cd5d78c14baab446733852b468059 [^] | ||
2016-06-22 13:19 | marvintm | Review Assigned To | => marvintm | ||
2016-06-22 13:19 | marvintm | Status | resolved => closed |
Notes | |||||
|
|||||
|
|