Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015060Openbravo ERPA. Platformpublic2010-10-28 09:532011-01-12 00:00
egoitz 
alostale 
highminorhave not tried
closedfixed 
5
2.50MP22 
2.50MP26 
Core
No
0015060: A user of OpenbravoERP that is not an admin can modify the help of the fields from the help popup.
A user of OpenbravoERP that is not an admin can modify the help of the fields from the help popup.
The user can modify the help even if the field is defined as central maintenance and wihout having a template in development.

This is a problem because the changes are overwritten when syncronizing terminology or when updating core or the transalation.

In a standart application without modules or templates:
-Access with user using a role different than admin
-Go to a window.
-Click on help button (?) to open the help popup.
-In the popup, click on the button (pencil) to edit the help

*See that you are able to do that.
It has sense to allow the user to edit the help having a template in development?
This changes has to be exported. In this case will be needed to export in the production environment. Do we recommend that?
How could the admin now that someone has change the help and that he has to export the database?
No tags attached.
depends on backport 00155722.50MP26 closed alostale A user of OpenbravoERP that is not an admin can modify the help of the fields from the help popup. 
related to defect 0015072 closed alostale The display of help of edit of help is broken for module with baseLang != en_us 
Issue History
2010-10-28 09:53egoitzNew Issue
2010-10-28 09:53egoitzAssigned To => alostale
2010-10-28 09:54egoitzIssue Monitored: networkb
2010-11-02 07:56alostaleStatusnew => scheduled
2010-11-02 07:58alostaleRelationship addedrelated to 0015072
2011-01-04 17:45alostaleStatusscheduled => acknowledged
2011-01-04 17:45alostaleStatusacknowledged => scheduled
2011-01-04 17:45alostalefix_in_branch => pi
2011-01-04 17:46alostaleNote Added: 0033522
2011-01-04 17:48hgbotCheckin
2011-01-04 17:48hgbotNote Added: 0033523
2011-01-04 17:48hgbotStatusscheduled => resolved
2011-01-04 17:48hgbotResolutionopen => fixed
2011-01-04 17:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d22280f1643c1ef01eda1b1e3356576b39ea2f56 [^]
2011-01-11 18:23gorkaionStatusresolved => closed
2011-01-12 00:00anonymoussf_bug_id0 => 3155924

Notes
(0033522)
alostale   
2011-01-04 17:46   
As solution a new Form (EditHelp) will be created, only roles with access to this new form will be able to edit help.
(0033523)
hgbot   
2011-01-04 17:48   
Repository: erp/devel/pi
Changeset: d22280f1643c1ef01eda1b1e3356576b39ea2f56
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Jan 04 17:47:40 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d22280f1643c1ef01eda1b1e3356576b39ea2f56 [^]

fixed bug 15060: Any user can edit help

  New EditHelp form has been created, only roles with access to this form are
  able to edit help using GUI.

---
M src-db/database/sourcedata/AD_FORM.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT.xml
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src/org/openbravo/erpCommon/ad_help/DisplayHelp.java
M src/org/openbravo/erpCommon/ad_help/DisplayHelp_Edit_F1.html
M web/js/utils.js
A src/org/openbravo/erpCommon/ad_help/EditHelp.java
---