Smartstore icon indicating copy to clipboard operation
Smartstore copied to clipboard

DRY: Add hasStoreScope parameter to LoadSetting and SaveSetting attributes

Open muratcakir opened this issue 11 months ago • 0 comments

It is a BAD decision to do it this way:

// This module has no store scope configuration.
Services.WorkContext.CurrentCustomer.GenericAttributes.AdminAreaStoreScopeConfiguration = 0;

It is repetitive and overwrites the user setting.

muratcakir avatar May 19 '25 21:05 muratcakir