Frontify / frontify-aem-connector

Frontify Adobe Experience Manager
MIT License
4 stars 4 forks source link

Frontify/frontify-aem-connector#7 make sure encoded category is treated as a string #8

Closed ValtechDeBruyneYves closed 3 years ago

ValtechDeBruyneYves commented 3 years ago

The category id Base64 encoded and "can" end with a '=' character, which was throwing errors both in the graphQL qery and in jQuery selectors. Added String delimiters to guarantee the value is understood properly.