Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0011349
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 00. Application dictionaryminoralways2009-11-13 10:562010-01-19 01:41
ReporternetworkbView Statuspublic 
Assigned Toiperdomo 
PriorityhighResolutionfixedFixed in Version2.50MP10
StatusclosedFix in branchFixed in SCM revision9ad8577526a4
ProjectionnoneETAnoneTarget Version2.50MP11
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP8SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0011349: The register menu entrie is showed for all the users in the application

DescriptionThe register menu entrie is showed for all the users in the application.
If you don't want a user to see it, you are not able do hide it.


Steps To Reproduce-Create a new role with access only to a window
-Create a user and assign to this role
-Access to the appliccation with this new user.
See that the following entri is showed:
General Setup > Application > Register
Proposed SolutionProposal is to delete the registration link. You already have a flow for the System Administrator to register your instance. To be approved by PJU
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
has duplicate defect 0007472 closediperdomo I can see General Setup > Application > Register with a role that has only Sales Module access 

-  Notes
(0021841)
rafaroda (developer)
2009-11-16 11:01

Ideally, the Register link should only display for System Administrators in Openbravo ERP instances not registered yet.
(0022587)
iperdomo (reporter)
2009-12-09 14:12

The links doesn't have access level property, therefore you cannot define which roles have access to a link. Adding access level to links is a feature request.

My proposal is to delete the registration link. You already have a flow for the System Administrator to register your instance.
(0022614)
iperdomo (reporter)
2009-12-10 11:24

The current registration pop-up window appends the instance_id when opening the registration form in Openbravo's website (see requirement 1.6 [1]) that's not possible with menu links, so if someone uses the link in the menu, the instance id is not appended and we loose this capability.

[1] http://wiki.openbravo.com/wiki/Projects/Require_Heartbeat_in_Module_Management_Console/Functional_Specification#Functional_requirements_based_on_business_processes [^]
(0022737)
rafaroda (developer)
2009-12-14 11:23

Reminder sent to: networkb

Can you please comment on the solution proposed?

Thanks.
(0022739)
networkb (developer)
2009-12-14 11:34

Deleting the registration link is a good solution if you can go throw other window to this process.
(0022741)
rafaroda (developer)
2009-12-14 11:52

Reminder sent to: pjuvara

Paolo,

Based on the Notes of this issue, can you please comment on the solution proposed?

Thanks.
(0023143)
iperdomo (reporter)
2009-12-29 17:27

The issue will be solved by replacing the link with a manual form only visible to System Administrator role.
(0023146)
hgbot (developer)
2009-12-29 19:47

Repository: erp/devel/pi
Changeset: 07874ad44f9fbd1ce4ebca3753b6460729195ba7
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Tue Dec 29 19:45:43 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/07874ad44f9fbd1ce4ebca3753b6460729195ba7 [^]

Fixes issue 11349: Changed way to open registration form
-Now the Registration menu entry is only shown to Sys Admin
-Clicking the menu entry shows the 'home' window

---
M src-db/database/model/postscript-Oracle.sql
M src-db/database/model/postscript-PostgreSql.sql
M src-db/database/sourcedata/AD_FORM.xml
M src-db/database/sourcedata/AD_MENU.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/utility/Home.html
M src/org/openbravo/erpCommon/utility/Home.xml
A src/org/openbravo/erpCommon/utility/Register.java
---
(0023151)
arunkumar (reporter)
2009-12-30 07:44

Now the Registration menu entry is only shown to Sys Admin. Tested & Working fine.
(0023157)
hgbot (developer)
2009-12-30 17:02

Repository: erp/devel/pi
Changeset: 9ad8577526a42c002257f93f10f1ac3c0aa5de38
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Wed Dec 30 13:38:34 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9ad8577526a42c002257f93f10f1ac3c0aa5de38 [^]

Fixes double declaration of variables. Related to issue 11349

---
M src/org/openbravo/erpCommon/utility/VerticalMenu.html
---
(0023521)
hudsonbot (developer)
2010-01-19 01:41

A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/07874ad44f9f [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/7f3a35240cf9 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/obx/core/OpenbravoERP-2.50CI.15846.obx [^]
(0023523)
hudsonbot (developer)
2010-01-19 01:41

A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/9ad8577526a4 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/7f3a35240cf9 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/obx/core/OpenbravoERP-2.50CI.15846.obx [^]

- Issue History
Date Modified Username Field Change
2009-11-13 10:56 networkb New Issue
2009-11-13 10:56 networkb Assigned To => rafaroda
2009-11-16 11:01 rafaroda Note Added: 0021841
2009-11-16 11:01 rafaroda Assigned To rafaroda => iperdomo
2009-11-16 11:01 rafaroda Priority immediate => high
2009-11-16 11:01 rafaroda Status new => scheduled
2009-11-16 11:02 rafaroda Relationship added has duplicate 0007472
2009-12-09 14:12 iperdomo Note Added: 0022587
2009-12-09 14:12 iperdomo Status scheduled => feedback
2009-12-10 11:24 iperdomo Note Added: 0022614
2009-12-14 11:23 rafaroda Note Added: 0022737
2009-12-14 11:34 networkb Note Added: 0022739
2009-12-14 11:34 networkb Status feedback => new
2009-12-14 11:51 rafaroda Status new => scheduled
2009-12-14 11:51 rafaroda Steps to Reproduce Updated
2009-12-14 11:52 rafaroda Issue Monitored: pjuvara
2009-12-14 11:52 rafaroda Note Added: 0022741
2009-12-29 17:27 iperdomo Note Added: 0023143
2009-12-29 19:47 hgbot Checkin
2009-12-29 19:47 hgbot Note Added: 0023146
2009-12-29 19:47 hgbot Status scheduled => resolved
2009-12-29 19:47 hgbot Resolution open => fixed
2009-12-29 19:47 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/07874ad44f9fbd1ce4ebca3753b6460729195ba7 [^]
2009-12-30 07:44 arunkumar Note Added: 0023151
2009-12-30 07:44 arunkumar Status resolved => closed
2009-12-30 07:44 arunkumar Fixed in Version => 2.50MP10
2009-12-30 17:02 hgbot Checkin
2009-12-30 17:02 hgbot Note Added: 0023157
2009-12-30 17:02 hgbot Fixed in SCM revision http://code.openbravo.com/erp/devel/pi/rev/07874ad44f9fbd1ce4ebca3753b6460729195ba7 [^] => http://code.openbravo.com/erp/devel/pi/rev/9ad8577526a42c002257f93f10f1ac3c0aa5de38 [^]
2009-12-31 00:00 anonymous sf_bug_id 0 => 2923859
2010-01-19 01:41 hudsonbot Checkin
2010-01-19 01:41 hudsonbot Note Added: 0023521
2010-01-19 01:41 hudsonbot Checkin
2010-01-19 01:41 hudsonbot Note Added: 0023523


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker