Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0023824 | Openbravo ERP | A. Platform | public | 2013-05-15 10:12 | 2013-05-27 13:46 |
|
Reporter | egoitz | |
Assigned To | shankarb | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP24 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
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 | 0023824: Add the possibility to make the notes on the window read only if the tab is also readonly |
Description | Right now when a tab for a user is only readable, notes can be created.
It should be good to have the possibility to make also the notes only readable.
|
Steps To Reproduce | -make on tab only readable for a role
-Access with that role and see that you can still ad notes |
Proposed Solution | -Add a preference |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0023921 | | closed | shankarb | Add the possibility to make the attachments on the window read only if the tab is also readonly | related to | feature request | 0023948 | | closed | shankarb | Add sever side security to avoid creating notes on read only tabs | related to | defect | 0033736 | | closed | caristu | "Disable Notes For Read-Only tabs" preference is not working |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-05-15 10:12 | egoitz | New Issue | |
2013-05-15 10:12 | egoitz | Assigned To | => shankarb |
2013-05-15 10:12 | egoitz | Modules | => Core |
2013-05-15 10:12 | egoitz | Triggers an Emergency Pack | => No |
2013-05-15 17:11 | johnfandl | Note Added: 0058663 | |
2013-05-16 16:56 | shankarb | Review Assigned To | => AugustoMauch |
2013-05-16 16:57 | shankarb | Issue Monitored: AugustoMauch | |
2013-05-16 16:58 | hgbot | Checkin | |
2013-05-16 16:58 | hgbot | Note Added: 0058674 | |
2013-05-16 16:58 | hgbot | Status | new => resolved |
2013-05-16 16:58 | hgbot | Resolution | open => fixed |
2013-05-16 16:58 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6f8628f030ee377f195afdc2b589764509226d38 [^] |
2013-05-23 01:33 | hudsonbot | Checkin | |
2013-05-23 01:33 | hudsonbot | Note Added: 0058823 | |
2013-05-24 20:37 | johnfandl | Note Added: 0058945 | |
2013-05-27 13:46 | AugustoMauch | Note Added: 0058956 | |
2013-05-27 13:46 | AugustoMauch | Status | resolved => closed |
2013-05-27 13:46 | AugustoMauch | Fixed in Version | => 3.0MP24 |
2013-05-27 15:53 | shankarb | Relationship added | related to 0023921 |
2013-05-30 17:06 | AugustoMauch | Relationship added | related to 0023948 |
2016-08-22 08:34 | caristu | Relationship added | related to 0033736 |
Notes |
|
|
In some public companies in the U.S. it can be very important for compliance reasons to be able to create a true "read only" role, which cannot affect any part of the database at all. |
|
|
(0058674)
|
hgbot
|
2013-05-16 16:58
|
|
Repository: erp/devel/pi
Changeset: 6f8628f030ee377f195afdc2b589764509226d38
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu May 16 10:55:38 2013 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/6f8628f030ee377f195afdc2b589764509226d38 [^]
Fixes Issue 0023824: Read only notes for read only windows.
Added a new preference Disable Notes For Read Only Tabs. When the preference is set to 'Y', notes section is not editable in read only windows.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-notes.js
M src-db/database/sourcedata/AD_REF_LIST.xml
---
|
|
|
|
|
|
|
Note that the overall customer requirement is:
true "read only" role, which cannot affect any part of the database at all.
So, I realize that attachments (table C_File) also fall under this. To fully meet the requirement also requires that a preference "Disable Attachments For Read Only Tabs" also be added.
Sorry for the omission, I just realized it. |
|
|
|
Code reviewed and verified in pi@20388faf6420 |
|