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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0033748
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Retail Modules] Web POSmajoralways2016-06-16 13:242016-08-19 10:29
ReporteraaroncaleroView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in VersionRR16Q2.2
StatusclosedFix in branchFixed in SCM revisionfb99be0138c6
ProjectionnoneETAnoneTarget VersionRR16Q2.2
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toguilleaer
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0033748: [SERQA 1304] Approval not granted if the user has more than one preference allowing an action

DescriptionIf a user has different preferences granting approval for an action (e.g. one configured for the specific user and one configured for its role), if the user tries to approve that action, the system doesn't allow it.
Steps To ReproduceUsing livebuilds:
Login in backend and go to the preference window.
Configure the following preferences:
Web POS Delete Line Approval, value:Y, Visible at user: Openbravo.
Web POS Delete Line Approval, value:Y, Visible at role: The White Valley Group Admin
Web POS Delete Line Approval, value:N, Visible at user: Vall Blanca Store User.

Login in web pos with user vallblanca.
Create a new ticket, add a line, and try to delete the line.
The Approval Required popup will be shown and Openbravo will be available as Supervisor.
Select Openbravo and write its password. Then click on Approve.
The 'User does not have privileges to approve this action' error will be shown and the line won't be deleted.
Proposed SolutionIt is possible to send to the CheckAppoval.java file, which validates the supervisor credentials, several approvals at the same time to validate all of them together.
That process executes a query which filters permissions by role and user. The query is returning the whole preference object, although it only needs the 'property' value. After that, compares the amount of results returned by the query (which may include duplicated preferences), with the amount of approvals requested.

The proposed solution is to make the query return only the 'property' of the preference, and group by that field, so no duplicates are returned.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0033291 closedranjith_qualiantech_com [SERQA 1304] Approval not granted if the user has more than one preference allowing an action 

-  Notes
(0089233)
guilleaer (manager)
2016-08-19 10:27

RESOLVED BY THIS COMMIT:

Repository: retail/backports/3.0RR16Q2.2/org.openbravo.retail.posterminal
Changeset: c6e632dcf5a8f752f7c8bc60c17cee351c8728ee
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jun 20 15:59:37 2016 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR16Q2.2/org.openbravo.retail.posterminal/rev/c6e632dcf5a8f752f7c8bc60c17cee351c8728ee [^] [^]

Related to issue 0033590: Fixes for issue 33291. Changes in CheckApproval Query to remove duplicate

- groupby clause added to query inorder to remove duplicated

This changes are needed to apply the fix for this issue.

---
M src/org/openbravo/retail/posterminal/utility/CheckApproval.java
---

- Issue History
Date Modified Username Field Change
2016-08-19 10:25 guilleaer Type defect => backport
2016-08-19 10:25 guilleaer Target Version => RR16Q2.2
2016-08-19 10:27 guilleaer Note Added: 0089233
2016-08-19 10:27 guilleaer Status scheduled => resolved
2016-08-19 10:27 guilleaer Fixed in Version => RR16Q2.2
2016-08-19 10:27 guilleaer Resolution open => fixed
2016-08-19 10:29 guilleaer Review Assigned To mtaal => guilleaer
2016-08-19 10:29 guilleaer Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker