File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Checker/Catalog/Product/UrlKey Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -214,9 +214,10 @@ function ($urlKey) use ($urlKeysWhichExistMoreThanOnce) {
214
214
$ conflictingStoreId
215
215
),
216
216
];
217
- // if same product id, we don't care,
218
- // since it wouldn't be a conflict if they exist in another storeview
219
217
} elseif ($ productId !== $ conflictingProductId ) {
218
+ // ^^^ if same product id, we don't care,
219
+ // since it wouldn't be a conflict if they exist in another storeview
220
+
220
221
if (array_key_exists ("$ conflictingStoreId- $ productId " , $ inheritedProductUrlKeyData )
221
222
&& $ inheritedProductUrlKeyData ["$ conflictingStoreId- $ productId " ] === $ urlKey
222
223
) {
Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ public function isRefreshing(string $storageIdentifier): bool
91
91
92
92
$ metaData = $ this ->storage ->read ($ storageIdentifier );
93
93
94
- if (!empty ($ metaData ) &&
95
- array_key_exists ('status ' , $ metaData ) &&
96
- $ metaData ['status ' ] === self ::STATUS_REFRESHING
94
+ if (!empty ($ metaData )
95
+ && array_key_exists ('status ' , $ metaData )
96
+ && $ metaData ['status ' ] === self ::STATUS_REFRESHING
97
97
) {
98
98
return true ;
99
99
}
You can’t perform that action at this time.
0 commit comments