-
Notifications
You must be signed in to change notification settings - Fork 48
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
Migrate ObjectModel to Doctrine #622
Migrate ObjectModel to Doctrine #622
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.
nice PR !
LGTM except a little nitpick of mine:
since this module's minimal compatibility is with PrestaShop 1.7.7, which has PHP 7.1 as a minimal version... I think it's ok (and good) to specify return types on functions directly, what do you think ?
@matthieu-rolland Thanks for reminding. I must dropped |
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.
LGTM 👍
I have just found something wrong with Create new block ;) |
It's ready to review again now. |
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 @leemyongpakvn ,
Tested on 8.0, 8.1 and develop.
On all version of PS I have a fatal error.
![Screenshot 2023-11-23 at 16 08 20](https://private-user-images.githubusercontent.com/16019289/285247093-23f27054-5220-40d7-b12b-62bedea4f26d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDQxNjcsIm5iZiI6MTczOTAwMzg2NywicGF0aCI6Ii8xNjAxOTI4OS8yODUyNDcwOTMtMjNmMjcwNTQtNTIyMC00MGQ3LWIxMmItNjJiZWRlYTRmMjZkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA4Mzc0N1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI4MDAyM2FhMzQ3MTQzOWJlNmE0ZmVlZDE4OTk0NDJkZjc5OTE0MmVmMzFmYzYwYmZkNTM0MmNkZTA4MjY3ZGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.fl21MlZJZHkwTZ0w7cBSLKXyGan0oVd17A0bxMtfwbQ)
Could you check ?
Thanks!
@florine2623 It is a well-known issue, old SF configs in |
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 PR, I tested it and it seems to works as you can see :
Untitled_.Dec.4.2023.3_06.PM.webm
Tested on 8.0.x / 8.1.x / develop
Because the PR seems to works as expected, It's QA ✔️
Thank you
Thanks @matthieu-rolland and @AureRita |
Deprecate ReassuranceActivity and all of its functions.
2. In FO: clear browser cache & In BO: Performance > clear cache.
3. Check all module features in both FO and BO to make sure they work as usual, especially multilingual feature for block title/description/link.