We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9e364 commit e462adcCopy full SHA for e462adc
app/code/Magento/Ui/Controller/Adminhtml/Bookmark/Save.php
@@ -258,7 +258,11 @@ private function updateCurrentBookmarkConfig(array $data): void
258
259
/**
260
* Check if the positions for identical filters has changed
261
- */
+ */*
262
+ * @param array $existingConfig The existing configuration
263
+ * @param array $currentConfig The current configuration
264
+ * @return bool True if positions have changed, false otherwise
265
+ */
266
private function isPositionChanged(array $existingConfig, array $currentConfig): bool
267
{
268
foreach (['filters', 'positions'] as $key) {
0 commit comments