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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0046222
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Coupons OTFmajoralways2021-04-07 08:312021-04-19 07:33
ReporterguillermogilView Statuspublic 
Assigned Torqueralta 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0046222: File cannot be read

DescriptionOn Coupons OTF there is a file that cannot be read

2021-04-07 08:21:18,992 [http-nio-8080-exec-1] ERROR org.openbravo.client.kernel.StaticResourceComponent - /home/openbravo/eclipse-workspace/xxx/openbravo/WebContent/web/org.openbravo.retail.discounts.coupons.otfevents/couponrulesEvent.js cannot be read

The Component Provider is wrongly defined
Steps To ReproduceReview the logs having coupons otf installed
Proposed SolutionModify
globalResources.add(createStaticResource(prefix + "events/couponrulesEvent.js", true));

by
globalResources.add(createStaticResource(prefix + "/js/" + events/couponrulesEvent.js", true));
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0127240)
hgbot (developer)
2021-04-13 05:09

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons.otf/-/merge_requests/12 [^]
(0127350)
hgbot (developer)
2021-04-19 07:33

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons.otf [^]
Changeset: ede201393d0b10b75dc3f4ae1a72bc7442e1008d
Author: Rafael Queralta <rafaelcuba81@gmail.com>
Date: 2021-04-12T17:08:35-04:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons.otf/-/commit/ede201393d0b10b75dc3f4ae1a72bc7442e1008d [^]

Fixed BUG-46222: Fixed couponrulesEvent.js path in component provider

---
M src/org/openbravo/retail/discounts/coupons/otf/OBCPOTFComponentProvider.java
---
(0127351)
hgbot (developer)
2021-04-19 07:33

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.discounts.coupons.otf/-/merge_requests/12 [^]

- Issue History
Date Modified Username Field Change
2021-04-07 08:31 guillermogil New Issue
2021-04-07 08:31 guillermogil Assigned To => Retail
2021-04-07 08:31 guillermogil Resolution time => 1619388000
2021-04-07 08:31 guillermogil Triggers an Emergency Pack => No
2021-04-07 08:32 guillermogil Proposed Solution updated
2021-04-07 15:18 rqueralta Assigned To Retail => rqueralta
2021-04-07 15:18 rqueralta Status new => scheduled
2021-04-13 05:09 hgbot Note Added: 0127240
2021-04-19 07:33 hgbot Resolution open => fixed
2021-04-19 07:33 hgbot Status scheduled => closed
2021-04-19 07:33 hgbot Note Added: 0127350
2021-04-19 07:33 hgbot Note Added: 0127351


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker