Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0057217 | Retail Modules | Retail Configuration | public | 2024-11-20 19:44 | 2024-11-22 16:44 |
|
Reporter | shuehner | |
Assigned To | Retail | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR25Q1 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0057217: Retail Config: Remove some unused ad_message & ad_val_rule entries |
Description | Removing usage of application dictionary entries found some unused entries:
ad_message
- OBRETCO_NotStockedWithStatus
- OBRETCO_AssortmentWithStatus
ad_val_rule
- ECC12A5FFD0949FCA5DC26C116C7217F (Price list including taxes)
With any usage they should be removed as:
- not having any purpose
- Each adds to strings to translate for every new translation
|
Steps To Reproduce | Do full text search on both ad_message values
- in code
- in all git clones
- in published modules in forge
=> No usages found |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0040201 | | closed | asiermartirena | Retail Modules | The PLM Status field in the assortment shouldn't be dependent to be stockable | blocks | feature request | 0057210 | | new | Triage Platform Base | Openbravo ERP | Move content of org.openbravo.retail.config module to backoffice/core repo |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-11-20 19:44 | shuehner | New Issue | |
2024-11-20 19:44 | shuehner | Assigned To | => Retail |
2024-11-20 19:44 | shuehner | Triggers an Emergency Pack | => No |
2024-11-20 19:45 | shuehner | Relationship added | blocks 0057210 |
2024-11-20 19:48 | shuehner | Relationship added | related to 0040201 |
2024-11-20 19:53 | hgbot | Note Added: 0172372 | |
2024-11-20 19:54 | hgbot | Note Added: 0172373 | |
2024-11-20 20:07 | shuehner | Description Updated | bug_revision_view_page.php?rev_id=28809#r28809 |
2024-11-20 20:14 | shuehner | Summary | Retail Config: Remove some unused ad_messages => Retail Config: Remove some unused ad_message & ad_val_rule entries |
2024-11-22 16:43 | hgbot | Note Added: 0172487 | |
2024-11-22 16:43 | hgbot | Note Added: 0172488 | |
2024-11-22 16:44 | hgbot | Note Added: 0172489 | |
2024-11-22 16:44 | hgbot | Resolution | open => fixed |
2024-11-22 16:44 | hgbot | Status | new => closed |
2024-11-22 16:44 | hgbot | Fixed in Version | => RR25Q1 |
2024-11-22 16:44 | hgbot | Note Added: 0172490 | |
Notes |
|
(0172372)
|
hgbot
|
2024-11-20 19:53
|
|
|
|
(0172373)
|
hgbot
|
2024-11-20 19:54
|
|
|
|
(0172487)
|
hgbot
|
2024-11-22 16:43
|
|
|
|
(0172488)
|
hgbot
|
2024-11-22 16:43
|
|
|
|
(0172489)
|
hgbot
|
2024-11-22 16:44
|
|
|
|
(0172490)
|
hgbot
|
2024-11-22 16:44
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.config [^]
Changeset: d1227a64f1e424aa6c334dc991eb712423847e4b
Author: Stefan Huehner <s.huehner@orisha.com>
Date: 21-11-2024 12:22:08
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.config/-/commit/d1227a64f1e424aa6c334dc991eb712423847e4b [^]
Fixes ISSUE-57217: Remove unused AD_MESSAGE and AD_VAL_RULE entries
AD_MESSAGE:
- Commit 3420ba00 in 2015 added OBRETCO_NotStockedWithStatus message entry
using it in both AssortmentEventHandler & ProductEventHandler files.
- Commmit 363df189 in same day added OBRETCO_AssortmentWithStatus and
swapped out usage of first message in ProductEventHandler.java
Later in 2019 commit 83f8a5e8430adcd9436a20afa95452484d616054 from
mantis issue 40201 removed both eventhandler but left now unused message
in place.
AD_VAL_RULE
Commit 6f97af74 in 2012 added a validation rule to only show price lists
including taxes.
Later commit 1684c5c4bb83f0071a2b45f76c8f290982caf4fb in 2013 remove the
only usage of the validation rule again but left the rule in place.
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_VAL_RULE.xml
---
|
|