From a9a3d134cd43b3833137359edca7fcbffdc600b1 Mon Sep 17 00:00:00 2001 From: Pierre Smits Date: Mon, 18 Mar 2024 07:36:55 +0100 Subject: [PATCH] Improved: CATALOG - Move from hard-code menu location to parameterized (OFBIZ-12947) (#732) Move the menu location in the various catalog screens from hard-coded to parameterized. modified: - CatalogScreens.xml - CategoryScreens.xml - CommonScreens.xml - ConfigScreens.xml - FeatureScreens.xml - PriceScreens.xml - ProductScreens.xml - PromoScreens.xml - ReviewScreens.xml - StoreScreens.xml - SubscriptionScreens.xml - ThesaurusScreens.xml --- .../product/widget/catalog/CatalogScreens.xml | 6 ++-- .../widget/catalog/CategoryScreens.xml | 14 ++++---- .../product/widget/catalog/CommonScreens.xml | 34 +++++++++---------- .../product/widget/catalog/ConfigScreens.xml | 4 +-- .../product/widget/catalog/FeatureScreens.xml | 4 +-- .../product/widget/catalog/PriceScreens.xml | 4 +-- .../product/widget/catalog/ProductScreens.xml | 8 ++--- .../product/widget/catalog/PromoScreens.xml | 4 +-- .../product/widget/catalog/ReviewScreens.xml | 2 +- .../product/widget/catalog/StoreScreens.xml | 2 +- .../widget/catalog/SubscriptionScreens.xml | 2 +- .../widget/catalog/ThesaurusScreens.xml | 2 +- 12 files changed, 43 insertions(+), 43 deletions(-) diff --git a/applications/product/widget/catalog/CatalogScreens.xml b/applications/product/widget/catalog/CatalogScreens.xml index 12be798246e..d3858aaad28 100644 --- a/applications/product/widget/catalog/CatalogScreens.xml +++ b/applications/product/widget/catalog/CatalogScreens.xml @@ -96,8 +96,8 @@ under the License. - - + + @@ -195,7 +195,7 @@ under the License. - + diff --git a/applications/product/widget/catalog/CategoryScreens.xml b/applications/product/widget/catalog/CategoryScreens.xml index 300d5a270b2..7ff193802d1 100644 --- a/applications/product/widget/catalog/CategoryScreens.xml +++ b/applications/product/widget/catalog/CategoryScreens.xml @@ -28,7 +28,7 @@ under the License. - + @@ -53,8 +53,8 @@ under the License. - - + + @@ -65,7 +65,7 @@ under the License. - + @@ -170,8 +170,8 @@ under the License. - - + + @@ -182,7 +182,7 @@ under the License. - + diff --git a/applications/product/widget/catalog/CommonScreens.xml b/applications/product/widget/catalog/CommonScreens.xml index 057fe35c9da..00c6c3eb705 100644 --- a/applications/product/widget/catalog/CommonScreens.xml +++ b/applications/product/widget/catalog/CommonScreens.xml @@ -39,7 +39,7 @@ under the License. - + @@ -58,7 +58,7 @@ under the License. - +
@@ -90,8 +90,8 @@ under the License. - - + + @@ -100,7 +100,7 @@ under the License. - +
@@ -122,7 +122,7 @@ under the License. - +
@@ -153,12 +153,12 @@ under the License. - +
- +
@@ -183,7 +183,7 @@ under the License. - + @@ -199,7 +199,7 @@ under the License. - + @@ -217,7 +217,7 @@ under the License. - + @@ -229,7 +229,7 @@ under the License. - + @@ -364,7 +364,7 @@ under the License. - +
@@ -397,7 +397,7 @@ under the License. - + @@ -408,7 +408,7 @@ under the License. - + @@ -456,8 +456,8 @@ under the License. - - + + diff --git a/applications/product/widget/catalog/ConfigScreens.xml b/applications/product/widget/catalog/ConfigScreens.xml index 066cb9f56a7..691b0a8294f 100644 --- a/applications/product/widget/catalog/ConfigScreens.xml +++ b/applications/product/widget/catalog/ConfigScreens.xml @@ -25,7 +25,7 @@ under the License. - + @@ -41,7 +41,7 @@ under the License. - + diff --git a/applications/product/widget/catalog/FeatureScreens.xml b/applications/product/widget/catalog/FeatureScreens.xml index 35c244f802e..5f3993e6837 100644 --- a/applications/product/widget/catalog/FeatureScreens.xml +++ b/applications/product/widget/catalog/FeatureScreens.xml @@ -25,7 +25,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/applications/product/widget/catalog/PriceScreens.xml b/applications/product/widget/catalog/PriceScreens.xml index 5a928910a78..3e597aca1b0 100644 --- a/applications/product/widget/catalog/PriceScreens.xml +++ b/applications/product/widget/catalog/PriceScreens.xml @@ -25,7 +25,7 @@ under the License. - + @@ -81,7 +81,7 @@ under the License. - +
diff --git a/applications/product/widget/catalog/PromoScreens.xml b/applications/product/widget/catalog/PromoScreens.xml index d664116d1bb..dc78b509cc1 100644 --- a/applications/product/widget/catalog/PromoScreens.xml +++ b/applications/product/widget/catalog/PromoScreens.xml @@ -25,7 +25,7 @@ under the License. - + @@ -39,7 +39,7 @@ under the License.
- + diff --git a/applications/product/widget/catalog/ReviewScreens.xml b/applications/product/widget/catalog/ReviewScreens.xml index 55ddc166966..1b5801ec3dd 100644 --- a/applications/product/widget/catalog/ReviewScreens.xml +++ b/applications/product/widget/catalog/ReviewScreens.xml @@ -25,7 +25,7 @@ under the License. - + diff --git a/applications/product/widget/catalog/StoreScreens.xml b/applications/product/widget/catalog/StoreScreens.xml index a8d592ffc41..6bf6455a585 100644 --- a/applications/product/widget/catalog/StoreScreens.xml +++ b/applications/product/widget/catalog/StoreScreens.xml @@ -560,7 +560,7 @@ under the License. - + diff --git a/applications/product/widget/catalog/SubscriptionScreens.xml b/applications/product/widget/catalog/SubscriptionScreens.xml index 6d18676ed41..6c9b0f44e12 100644 --- a/applications/product/widget/catalog/SubscriptionScreens.xml +++ b/applications/product/widget/catalog/SubscriptionScreens.xml @@ -31,7 +31,7 @@ under the License. - + diff --git a/applications/product/widget/catalog/ThesaurusScreens.xml b/applications/product/widget/catalog/ThesaurusScreens.xml index 5cceddffd62..9cac34b633d 100644 --- a/applications/product/widget/catalog/ThesaurusScreens.xml +++ b/applications/product/widget/catalog/ThesaurusScreens.xml @@ -25,7 +25,7 @@ under the License. - +