Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 682 Bytes

2021-02-08-change-blacklist-to-allow-list-of-properties-in-custom-product-groups.md

File metadata and controls

16 lines (15 loc) · 682 Bytes
title issue
Change blacklist to allow list of properties in custom product groups
NEXT-12158

Administration

  • Added following new methods to Resources/app/administration/src/app/service/product-stream-condition.service.js
    • Added new method isPropertyInAllowList
    • Added new method addToGeneralBlacklist
    • Added new method addToEntityBlacklist
    • Added new method removeFromGeneralBlacklist
    • Added new method removeFromEntityBlacklist
    • Deprecated method isPropertyInBlacklist
    • Deprecated method addToGeneralAllowList
    • Deprecated method removeFromGeneralAllowList
    • Deprecated method removeFromEntityAllowList