pimcore / advanced-object-search

Advanced Object Search community bundle provides advanced object search in Pimcore backend powered by OpenSearch.
Other
39 stars 44 forks source link

[Bug] Wrong titles for "batch edit selected" #251

Closed vmalyk closed 11 months ago

vmalyk commented 11 months ago

Result gird code has outdated code and missed last param onlySelected - as result user gets "Batch edit all field ", but choosed "batch edit selected" and as result Title is wrong: image (1)

It's related with OnlySelected variable and it doesn't set in batchOpen function as last param batchOpen calls. Reference in admin bundle: https://github.com/pimcore/admin-ui-classic-bundle/blob/1.x/public/js/pimcore/element/helpers/gridColumnConfig.js#L488-L509

Please review,

dvesh3 commented 11 months ago

@vmalyk thanks!