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
cookieInfo = new CookieInfo { // TODO: Use MiniMapper CookieType = model.CookieType, Name = model.Name, Description = model.Description, SelectedStoreIds = model.SelectedStoreIds };
Since cookieInfo does not contain any Id, It is always set to 0. This causes localized property values to be reset
The text was updated successfully, but these errors were encountered:
cookieInfo = new CookieInfo { // TODO: Use MiniMapper CookieType = model.CookieType, Name = model.Name, Description = model.Description, SelectedStoreIds = model.SelectedStoreIds };
Since cookieInfo does not contain any Id, It is always set to 0. This causes localized property values to be reset
The text was updated successfully, but these errors were encountered: