Add new type column on cart_rule_product_rule_group table#1446
Conversation
|
|
I leave it as a draft until the core PR is merged |
|
Hello @jolelievre Thank you for your PR, I tested it and I have this result :
If I read well, you want a enum column, currently we have a new row type with info : "enum" and the default value wanted "at_least_one_product_rule". For me it's not what we want to have. Waiting for your feeback |
|
@AureRita what you describe, what you show, and what is in the description all seem to be in sync to me 🤔 |
|
@jolelievre For me, there is a reversal between the columns and rows according to the description. If that's how it has to be for you, I'll approve the PR. Waiting for your feedback to approve it (a 👍 works for me) |
|
Hello @AureRita You have to check when you open the table. |
|
I see my english is bad :) Je voulais dire vous devez ouvrir la table et vérifier que la nouvelle colonne à bien la même valeur par défaut pour toutes les entrées. |
|
Nah sorry I misread your message, it was clear. 👍 |
AureRita
left a comment
There was a problem hiding this comment.
Hi @jolelievre
Thank you for your PR, I tested it and it seems to works as you can see :
Tested from :
8.0.4 to 9.1.0(develop)
Because the PR seems to works as expected, It's QA ✔️
Thank you




cart_rule_product_rule_groupshould contain a new enum column, all existing rows have the default valueat_least_one_product_ruleRelated PR from the core:
PrestaShop/PrestaShop#39418