-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change limit of filed value on ps_customized_data so that it can accepts more than 255 characters #31109
Change limit of filed value on ps_customized_data so that it can accepts more than 255 characters #31109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lartist
Since your PR also depends on an update of the classic theme I think we need to explain how to use the proper branch to fully test this feature, by manually modifying the composer.json file. |
…epts more than 255 characters
cb3e2f1
@Progi1984 yep the PR was modified to keep the same type for the column, it's only been extended/increased so it's not a BC break anymore as it's the same as changing the column constraint which is accepted in the backward policy |
@jolelievre Totally agree ;) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to update autoupgrade
module?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @lartist ,
we can't check your PR because there is some checks were not successful .
Could you please resolve the problem .
Thank you !
Hi @djoelleuch it was just a random bug from the CI, I restarted it but it's green on all other PHP versions no reason that the last one should fail. It's under progress here https://github.com/PrestaShop/PrestaShop/actions/runs/4055061883/jobs/6979277814 |
hi @djoelleuch I rerun it and everything is green (sometimes random failures occur. |
The base branch was changed.
Hello @lartist, I have tested your PR and I found some bugs : |
Hello @lartist, My apologies, after a second test, the problem was related to my environment. Thanks! |
QA approved, well done! Message to the maintainers: do not forget to milestone it before the merge. |
QA OK without required approvals !? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lartist
This will be a new feature for v9
Thanks @lartist |
This PR comes with PrestaShop/classic-theme#100
develop
if Change limit of filed value on ps_customized_data so that it can accepts max 1024 characters classic-theme#100 is mergedAlternative testing:
You can edit manually the file
themes/classic/templates/catalog/_partials/product-customization.tpl
and change themaxlength
property to 1024