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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0053776
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 00. Application dictionarycriticalhave not tried2023-10-26 15:492023-11-21 16:44
ReporterAugustoMauchView Statuspublic 
Assigned ToAugustoMauch 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression levelQA functional test
Regression date2023-10-17
Regression introduced in releasepi
Regression introduced by commithttps://issues.openbravo.com/view.php?id=53408 [^]
Triggers an Emergency PackNo
Summary

0053776: Some buttons are defined as read-only, and as a consequence they are always disabled

DescriptionSome of the buttons defined in windows in the application dictionary are flagged as Read Only, and as a consequence they are always disabled.

That configuration has always been wrong, but a change done in this issue [1] has made the problem visible now.

[1] https://issues.openbravo.com/view.php?id=53408 [^]
Steps To Reproduce- Open the backoffice here: https://livebuilds.openbravo.com/context/retail_modules_pgsql_pi/ [^]
- Switch to the The White Valley Admin role
- Open the Gift Card Instance window.
- Select a record, and notice that the Cancel Gift Card and Update Balance buttons are disabled.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
caused by defect 0053408 closedablasco Do not persist access for automatic roles 

-  Notes
(0156437)
hgbot (developer)
2023-10-27 09:11

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/187 [^]
(0156530)
hgbot (developer)
2023-10-31 10:59

Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1035 [^]
(0156531)
hgbot (developer)
2023-10-31 11:01

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/275 [^]
(0156564)
hgbot (developer)
2023-10-31 17:07

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/merge_requests/275 [^]
(0156565)
hgbot (developer)
2023-10-31 17:07

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/merge_requests/187 [^]
(0156566)
hgbot (developer)
2023-10-31 17:07

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards [^]
Changeset: 39a070dd88e600a07efee06012babc78d6984b24
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 31-10-2023 11:00:55
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.giftcards/-/commit/39a070dd88e600a07efee06012babc78d6984b24 [^]

Fixes ISSUE-53776: There should not be readonly buttons

The readonly property of the buttons that had it set to true has been set to false. There is no point in
having readonly buttons. This property was being ignored, unless when there was a Role->Window Access configuration
defined for the tab that contains those buttons. When issue https://issues.openbravo.com/view.php\?id\=53408 [^] was
fixed, this problem was made more visible

---
M src-db/database/sourcedata/AD_FIELD.xml
---
(0156567)
hgbot (developer)
2023-10-31 17:07

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations [^]
Changeset: 38e1df0d7228b21d4f33771807ea27d3f92e3962
Author: Sandra Huguet <sandra.huguet@openbravo.com>
Date: 27-10-2023 09:09:42
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.warehouse.advancedwarehouseoperations/-/commit/38e1df0d7228b21d4f33771807ea27d3f92e3962 [^]

related to ISSUE-53776 set as not readonly docaction button in IC

---
M src-db/database/sourcedata/AD_FIELD.xml
---
(0156568)
hgbot (developer)
2023-10-31 17:10

Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1035 [^]
(0156569)
hgbot (developer)
2023-10-31 17:10

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: adfd950d82b1c0a5194aa1dac17bf1f3c488ddfa
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 31-10-2023 16:06:50
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/adfd950d82b1c0a5194aa1dac17bf1f3c488ddfa [^]

Fixes ISSUE-53776: There should not be readonly buttons

The readonly property of the buttons that had it set to true has been set to false. There is no point in
having readonly buttons. This property was being ignored, unless when there was a Role->Window Access configuration
defined for the tab that contains those buttons. When issue https://issues.openbravo.com/view.php\?id\=53408 [^] was
fixed, this problem was made more visible

---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_FIELD.xml
---

- Issue History
Date Modified Username Field Change
2023-10-26 15:49 AugustoMauch New Issue
2023-10-26 15:49 AugustoMauch Assigned To => AugustoMauch
2023-10-26 15:49 AugustoMauch Modules => Core
2023-10-26 15:49 AugustoMauch Regression level => QA functional test
2023-10-26 15:49 AugustoMauch Regression date => 2023-10-17
2023-10-26 15:49 AugustoMauch Regression introduced in release => pi
2023-10-26 15:49 AugustoMauch Regression introduced by commit => https://issues.openbravo.com/view.php?id=53408 [^]
2023-10-26 15:49 AugustoMauch Triggers an Emergency Pack => No
2023-10-27 09:11 hgbot Note Added: 0156437
2023-10-31 10:59 hgbot Note Added: 0156530
2023-10-31 11:01 hgbot Note Added: 0156531
2023-10-31 17:07 hgbot Note Added: 0156564
2023-10-31 17:07 hgbot Note Added: 0156565
2023-10-31 17:07 hgbot Resolution open => fixed
2023-10-31 17:07 hgbot Status new => resolved
2023-10-31 17:07 hgbot Note Added: 0156566
2023-10-31 17:07 hgbot Note Added: 0156567
2023-10-31 17:10 hgbot Note Added: 0156568
2023-10-31 17:10 hgbot Fixed in Version => PR24Q1
2023-10-31 17:10 hgbot Note Added: 0156569
2023-10-31 17:11 AugustoMauch Status resolved => closed
2023-10-31 17:11 AugustoMauch Fixed in Version PR24Q1 =>
2023-11-21 16:44 AugustoMauch Relationship added caused by 0053408


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker