-
Notifications
You must be signed in to change notification settings - Fork 93
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
admin improvements #3641
admin improvements #3641
Conversation
Important Review skippedAuto reviews are limited to specific labels. 🏷️ Labels to auto review (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
af5d962
to
75ca8fb
Compare
packages/framework/src/Resources/views/Admin/Content/ProductPicker/listGrid.html.twig
Show resolved
Hide resolved
packages/framework/src/Model/Product/ProductVisibilityFacade.php
Outdated
Show resolved
Hide resolved
60b1703
to
0939086
Compare
|
e11269c
to
de57340
Compare
…DataSource. - When setting a null value in the hint, the slicing will behave according to the automatic settings of PostgeSQL. In cases where you are working with large datasets or complex queries (e.g. with several joined tables), working with NULL values and their order may play a role.
…r row manipulation needs
…er nullable values
de57340
to
9b6d16b
Compare
Description, the reason for the PR
Performace improvements:
QueryBuilderWithRowManipulatorDataSource
called callback for each item separately without the possibility of working with all items. Modified callback so that instead of calling ID = X for each item, ID IN (X, X, X) could be called only once. In Callback function it is possible to request the entire result from query as second parameter.License Agreement for contributions
🌐 Live Preview: