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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0049584
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[POS2] POSminorhave not tried2022-06-16 13:572022-06-21 16:41
ReportercbernerView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionopenFixed in Version
StatusnewFix 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

0049584: Product modifiers should be moved to product.configuration.modifiers to allow deactivating them

DescriptionCurrently when a modifier or modifier group is deactivated, it will not be present in the masterdata, and as such it is not possible to register a renderer for it in ob-init.js. Moving the configuration from current config:
product.configuration: {
  'AD298312DAF293801A1092310EE23': {...},
  'BC123132DAF293801A1092310EE23': {...}
}

to its own subobject in product.configuration.modifiers would simplify things:
product.configuration: {
  modifiers: {
    'AD298312DAF293801A1092310EE23': {...},
    'BC123132DAF293801A1092310EE23': {...}
  }
}

This would allow registering only 1 renderer, for the key string "modifiers", and will not be affected when a modifier is not present in the masterdata because it has been deactivated.
Steps To ReproduceIn description
Proposed SolutionMove configuration to be in a subobject of product.configuration, this requires checking all the places where it is being accessed or modified and take into account the new placement of modifiers.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0049533 closedAugustoMauch JIRA 3074 - After opening certain tickets in sales history, a blocking error appears (and clean cache needed to unblocked) 

-  Notes
(0138419)
cberner (developer)
2022-06-16 13:58

A workaround has been applied in issue 49533, but this is the proper fix to the issue.

- Issue History
Date Modified Username Field Change
2022-06-16 13:57 cberner New Issue
2022-06-16 13:57 cberner Assigned To => Retail
2022-06-16 13:57 cberner Triggers an Emergency Pack => No
2022-06-16 13:58 cberner Relationship added related to 0049533
2022-06-16 13:58 cberner Note Added: 0138419
2022-06-21 16:41 cberner Type defect => feature request


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker