[5.x]: Shipping rule description not shown
Closed this issue · 3 comments
white-lukas commented
What happened?
Description
After creating a shipping rule, the description is not shown anymore.
After the first save the description is saved in the database.
So looks only a bug in retrieving the description.
Steps to reproduce
- Create a shipping rule
- Add a description
- save
- Description is not shown on the shipping methods page or on the edit page (It is saved in the database)
- after editing the shipping rule the description is removed again
Expected behavior
Description should be shown, and not getting removed after a resave
Actual behavior
Description is never show
Craft CMS version
5.2.5
Craft Commerce version
5.0.11.1
PHP version
8.3.8
Operating system and version
Ubuntu 24.04
Database type and version
mysql 8.0
Image driver and version
No response
Installed plugins and versions
No response
lukeholder commented
Thanks for reporting, we have fixed for next release.
To get the fix early, change your craftcms/commerce
requirement in composer.json to:
"require": {
"craftcms/commerce": "5.x-dev#e7b37482a39d3287cccd278a569b5c13c5dd1208 as 5.0.12.1",
"...": "..."
}
Then run composer update
.
We will update this ticket once the release it out.
nfourtythree commented
Commerce 5.0.12.2
has now been released with this fix included.
Thanks!