SpecificationAttributeService

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 12 años
Under DeleteSpecificationAttributeOption in Nop.Services -> Catalog -> SpecificationAttributeService.cs:

_cacheManager.RemoveByPattern(SPECIFICATIONATTRIBUTEOPTION_PATTERN_KEY);

is listed twice. Same with InsertSpecificationAttributeOption and UpdateSpecificationAttributeOption.

Shouldn't it be:

_cacheManager.RemoveByPattern(SPECIFICATIONATTRIBUTE_PATTERN_KEY);
_cacheManager.RemoveByPattern(SPECIFICATIONATTRIBUTEOPTION_PATTERN_KEY);

?
Hace 12 años
Sure. Thanks a lot!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.