Skip to content

Commit

Permalink
Merge pull request #3702 from craftcms/feature/pt-2183-5x-catalog-pri…
Browse files Browse the repository at this point in the history
…cing-rule-description-not-displaying-in-cp-or

Fixed #3699 `description` not being populated on catalog pricing rule models
  • Loading branch information
nfourtythree authored Oct 1, 2024
2 parents 9495100 + 14a59d8 commit 26056df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Fixed a bug where shipping categories for other stores were showing up for selection on the Edit Product screen. ([#3690](https://github.com/craftcms/commerce/issues/3690))
- Fixed a bug where tax categories that were not available to the product type were showing up for selection on the Edit Product screen. ([#3690](https://github.com/craftcms/commerce/issues/3690))
- Fixed a bug where the store name was being displayed twice on the Edit Order screen.
- Fixed a bug where the `CatalogPricingRule::$description` property was not being populated. ([#3699](https://github.com/craftcms/commerce/issues/3699))

## 5.1.2 - 2024-09-19

Expand Down
1 change: 1 addition & 0 deletions src/models/CatalogPricingRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ protected function defineRules(): array
'customerCondition',
'dateFrom',
'dateTo',
'description',
'id',
'isPromotionalPrice',
'metadata',
Expand Down

0 comments on commit 26056df

Please sign in to comment.