You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$postfix = "Please note that there can be no more than " . $this->getMaxVirtualReplicasPerIndex() . " virtual replicas per index.";
255
258
if ($this->revertReplicaConfig($storeId)) {
256
259
$postfix .= ' Reverting to previous configuration.';
257
260
}
258
261
if ($validator->isTooManyCustomerGroups()) {
259
-
throw (newTooManyCustomerGroupsAsReplicasException(__("You have too many customer groups to enable virtual replicas on the pricing sort for store $storeId. $postfix")))
262
+
throw (newTooManyCustomerGroupsAsReplicasException(__("You have too many customer groups to enable virtual replicas on the pricing sort for $storeName. $postfix")))
0 commit comments