Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0038011 | Retail Modules | Web POS | public | 2018-02-27 17:26 | 2018-03-06 16:15 |
|
Reporter | marvintm | |
Assigned To | jorge-garcia | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR18Q2 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0038011: There are some SecuredJSONProcess classes which do not specify preference to check |
Description | The SecuredJSONProcess class provides a mechanism to associate the class to the functionality it provides via the preference that it is used to secure it. However, some classes are not specifying this permission, which allows roles without the preference to generate a request which will be accepted by the backend server. |
Steps To Reproduce | . |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0038343 | | closed | jorge-garcia | Permission error when reject quotation |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-02-27 17:26 | marvintm | New Issue | |
2018-02-27 17:26 | marvintm | Assigned To | => Retail |
2018-02-27 17:26 | marvintm | Triggers an Emergency Pack | => No |
2018-02-27 17:31 | hgbot | Checkin | |
2018-02-27 17:31 | hgbot | Note Added: 0102855 | |
2018-02-27 17:32 | hgbot | Checkin | |
2018-02-27 17:32 | hgbot | Note Added: 0102856 | |
2018-02-27 17:45 | jorge-garcia | Status | new => scheduled |
2018-02-27 17:45 | jorge-garcia | Assigned To | Retail => jorge-garcia |
2018-03-01 09:43 | hgbot | Checkin | |
2018-03-01 09:43 | hgbot | Note Added: 0102893 | |
2018-03-01 09:44 | hgbot | Checkin | |
2018-03-01 09:44 | hgbot | Note Added: 0102894 | |
2018-03-01 09:44 | hgbot | Checkin | |
2018-03-01 09:44 | hgbot | Note Added: 0102895 | |
2018-03-01 09:44 | hgbot | Checkin | |
2018-03-01 09:44 | hgbot | Note Added: 0102896 | |
2018-03-01 09:44 | hgbot | Checkin | |
2018-03-01 09:44 | hgbot | Note Added: 0102897 | |
2018-03-02 09:04 | hgbot | Checkin | |
2018-03-02 09:04 | hgbot | Note Added: 0102906 | |
2018-03-02 09:04 | hgbot | Checkin | |
2018-03-02 09:04 | hgbot | Note Added: 0102907 | |
2018-03-02 09:05 | hgbot | Checkin | |
2018-03-02 09:05 | hgbot | Note Added: 0102908 | |
2018-03-02 09:05 | hgbot | Checkin | |
2018-03-02 09:05 | hgbot | Note Added: 0102909 | |
2018-03-02 12:26 | hgbot | Checkin | |
2018-03-02 12:26 | hgbot | Note Added: 0102915 | |
2018-03-05 12:52 | jorge-garcia | Status | scheduled => resolved |
2018-03-05 12:52 | jorge-garcia | Fixed in Version | => RR18Q2 |
2018-03-05 12:52 | jorge-garcia | Resolution | open => fixed |
2018-03-06 16:15 | marvintm | Review Assigned To | => marvintm |
2018-03-06 16:15 | marvintm | Status | resolved => closed |
2018-04-12 14:01 | rafaroda | Relationship added | related to 0038343 |
Notes |
|
(0102855)
|
hgbot
|
2018-02-27 17:31
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 02f0d7a4c188170382e2ba1e6a8b1f0fef98abf6
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Feb 27 17:30:48 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/02f0d7a4c188170382e2ba1e6a8b1f0fef98abf6 [^]
Related to issue 38011: There are some SecuredJSONProcess classes which do not
specify preference to check
Secure JSONProcesses for mobile core module.
---
M src/org/openbravo/mobile/core/servercontroller/SynchronizedServerProcessCaller.java
---
|
|
|
(0102856)
|
hgbot
|
2018-02-27 17:32
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 522297061bccd57c1857bf872ebbce731cc32fcb
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Feb 27 17:32:16 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/522297061bccd57c1857bf872ebbce731cc32fcb [^]
Related to issue 38011: There are some SecuredJSONProcess classes which do not
specify preference to check
Secure JSONProcesses for posterminal module.
---
M src/org/openbravo/retail/posterminal/CancelLayawayLoader.java
M src/org/openbravo/retail/posterminal/CheckProcessingMessage.java
M src/org/openbravo/retail/posterminal/CheckTerminalAuth.java
M src/org/openbravo/retail/posterminal/ProcessCashClose.java
M src/org/openbravo/retail/posterminal/ProcessCashCloseMaster.java
M src/org/openbravo/retail/posterminal/ProcessCashCloseSlave.java
M src/org/openbravo/retail/posterminal/ProcessCashMgmt.java
M src/org/openbravo/retail/posterminal/ProcessCashMgmtMaster.java
M src/org/openbravo/retail/posterminal/QuotationsReject.java
M src/org/openbravo/retail/posterminal/process/IsOrderCancelled.java
M src/org/openbravo/retail/posterminal/term/CloseCashPayments.java
M src/org/openbravo/retail/posterminal/term/Payments.java
---
|
|
|
(0102893)
|
hgbot
|
2018-03-01 09:43
|
|
Repository: erp/pmods/org.openbravo.mobile.procurement
Changeset: ab9cdcf6dac7702854eed039800685023d0652c4
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Feb 27 17:42:52 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.procurement/rev/ab9cdcf6dac7702854eed039800685023d0652c4 [^]
Related to issue 38011: There are some SecuredJSONProcess classes which do not
specify preference to check
Secure JSONProcesses for mobile procurement module.
---
M src/org/openbravo/mobile/procurement/sync/SetBusinessPartner.java
M src/org/openbravo/mobile/procurement/term/BusinessPartner.java
---
|
|
|
(0102894)
|
hgbot
|
2018-03-01 09:44
|
|
|
|
(0102895)
|
hgbot
|
2018-03-01 09:44
|
|
|
|
(0102896)
|
hgbot
|
2018-03-01 09:44
|
|
|
|
(0102897)
|
hgbot
|
2018-03-01 09:44
|
|
|
|
(0102906)
|
hgbot
|
2018-03-02 09:04
|
|
Repository: erp/pmods/org.openbravo.retail.giftcards
Changeset: 287f64e0f9184644540f73371d523fa38af27ee0
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Feb 27 17:43:59 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/287f64e0f9184644540f73371d523fa38af27ee0 [^]
Related to issue 38011: There are some SecuredJSONProcess classes which do not
specify preference to check
Secure JSONProcesses for giftcards module.
---
M src/org/openbravo/retail/giftcards/CancelGiftCard.java
M src/org/openbravo/retail/giftcards/CancelGiftCardTransaction.java
M src/org/openbravo/retail/giftcards/CheckDuplicityOfID.java
M src/org/openbravo/retail/giftcards/CloseGiftCard.java
M src/org/openbravo/retail/giftcards/ConsumeGiftCardAmount.java
M src/org/openbravo/retail/giftcards/ConsumeGiftCardLines.java
M src/org/openbravo/retail/giftcards/FindCreditNote.java
M src/org/openbravo/retail/giftcards/FindGiftCards.java
M src/org/openbravo/retail/giftcards/GiftCardCertificate.java
M src/org/openbravo/retail/giftcards/ListGiftCard.java
M src/org/openbravo/retail/giftcards/RevertGiftCardAmount.java
M src/org/openbravo/retail/giftcards/master/CashMgmtEvents.java
M src/org/openbravo/retail/giftcards/master/GiftCardReason.java
---
|
|
|
(0102907)
|
hgbot
|
2018-03-02 09:04
|
|
Repository: erp/pmods/org.openbravo.retail.stockvalidation
Changeset: 019c25673b879b9240635a32e1339105b3d05c90
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Tue Feb 27 17:38:58 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.stockvalidation/rev/019c25673b879b9240635a32e1339105b3d05c90 [^]
Related to issue 38011: There are some SecuredJSONProcess classes which do not
specify preference to check
Secure JSONProcesses for stockvalidation module.
---
M src/org/openbravo/retail/stockvalidation/OrderFromQuotationStockChecker.java
M src/org/openbravo/retail/stockvalidation/StockChecker.java
---
|
|
|
(0102908)
|
hgbot
|
2018-03-02 09:05
|
|
|
|
(0102909)
|
hgbot
|
2018-03-02 09:05
|
|
|
|
(0102915)
|
hgbot
|
2018-03-02 12:26
|
|
Repository: erp/pmods/org.openbravo.retail.giftcards
Changeset: 4cd01d8a25d57bed10c5446af13bd32a00bd7fd1
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Fri Mar 02 12:24:26 2018 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.giftcards/rev/4cd01d8a25d57bed10c5446af13bd32a00bd7fd1 [^]
Related to issue 38011: There are some SecuredJSONProcess classes which do not
specify preference to check
Revert two java classes which should not be changed.
---
M src/org/openbravo/retail/giftcards/master/CashMgmtEvents.java
M src/org/openbravo/retail/giftcards/master/GiftCardReason.java
---
|
|