Closed leemyongpakvn closed 2 years ago
Reopen after Rename
Reopen after Rename
@mflasquin This PR is mainly adding support for PS 1.7.7. I have no problem with install this module via Back Office and use it in PS 8.0.0 (as in the screenshot) Please try Clear Cache in Back Office > Performance to see if it helps to solve the problem, before you open an issue for PS 8 compatibility.
Problem:
const SqlFilters::MIN_MAX
in demo_grid/src/Grid/Query/ProductQueryBuilder.php is not available before PS 8.0, so using it in PS 1.7 will create a FatalThrowableError.SqlFilters::MIN_MAX
when PS_VERSION >= 8.0, else use pureandWhere
ofQueryBuilder
Improvement: add Product name and price columns and filters.