jneto81
jneto81
For example, with the users grid, for each row of the grid, SELECT t0.phone AS phone_1, t0.title AS title_2, t0.googleId AS googleId_3, t0.serialized_data AS serialized_data_4, t0.id AS id_5, t0.username AS...
Any news about this ?
It looks the problem is in the file /vendor/oro/platform/src/Oro/Bundle/DataGridBundle/Extension/Formatter/FormatterExtension.php with the call of visitResult(DatagridConfiguration using $properties['action_configuration']
Yes, i'm just testing. Can you please check the result of the query ( hundreds of rows, instead of just one ) My use case is, now i work with...
Can't remove "join". It breaks the filters. I tested with ` $queryCopy->resetQueryParts(['orderBy', 'groupBy']); ` and replaced ` $totalResults = (int) count($queryCopy->execute()->fetchAll()); ` with ` $totalResults = (int) $queryCopy->execute()->fetchColumn(); ` I'm...
Hello, is it possible to remove the "most recent 4" with a extension / config ? If i'm in the pages (list, edit ) for each content type that exist,...
in javascript files, change /www/app/js/libs/utils/session.js ---- > '/site/isLogged'; to 'site/isLogged'; do the same for www/app/js/views/index/page.js