Skip to content

Commit

Permalink
Fixed #3580
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Jul 12, 2024
1 parent dd7a087 commit e7b3748
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Craft Commerce

## Unreleased

- Fixed a bug where the shipping rule descriptions did not save correctly. ([#3580](https://github.com/craftcms/commerce/issues/3580))

## 5.0.12.1 - 2024-07-12

- Fixed a SQL error that occurred when updating.
Expand Down
2 changes: 1 addition & 1 deletion src/models/ShippingRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function($attribute) {
}
},
],
[['id', 'orderCondition', 'storeId'], 'safe'],
[['id', 'orderCondition', 'description', 'storeId'], 'safe'],
];
}

Expand Down

0 comments on commit e7b3748

Please sign in to comment.