-
Notifications
You must be signed in to change notification settings - Fork 122
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
Do not overwrite configuration #1155
base: dev
Are you sure you want to change the base?
Conversation
a656a86
to
654453d
Compare
@Hlavtox I think with new CI merged yesterday you are on error with header. Can you rebase please. |
@ga-devfront Brother, what do mean by header? It can be merged, there are no conflicts. :-) (I can rebase when I get to my PC of course, no worries.) |
We have modified the package that manages header stamps and added it to this project. Even if there is no conflict currently it is very likely that once merged the CI that checks header stamps will end up in error because the header stamps of your PR does not exactly match the new one expected. |
654453d
to
78f23c2
Compare
@ga-devfront @M0rgan01 @Quetzacoalt91 Guys, just rebased it, should be good now. :-)
Thank you Guyomar! :-) No worries, making it better makes the process easier for everyone. |
('PS_IMAGE_FORMAT', 'jpg', NOW(), NOW()) | ||
; | ||
/* PHP:add_configuration_if_not_exists('PS_PRODUCT_REDIRECTION_DEFAULT', '404'); */; | ||
/* PHP:add_configuration_if_not_exists('PS_MAINTENANCE_ALLOW_ADMINS', '1'); */; |
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.
Not sure if this is important, but I see the original value was an integer.
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.
It will behave the same when inserting it into the database, but I can change it if you want me to.
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.
If you're certain the result will be the same, no need to change it.
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.
Thank you for your work and interest !
ccfe883
|
Guys, had to change the header, one more approve pls. BTW, there is something wrong in the header stamping tool of yours. :-))) See: |
I did not check, but it would either fail or insert a duplicate entry.