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
While using SmartLink SDK in Web Spotlight, when data-kontent-language-codename is missing, the error: Logger.js:15 [KSL][Error]: Project ID is required to handle element click.
is logged to the browser console, even if the kontent-data-project-id attribute is set correctly in the markup.
Repro steps
Open up a WSL project with SL SDK
Remove the data-kontent-language-codename attribute using Chrome DevTools
Click a SL SDK edit button
See browser console error in DevTools
Expected behavior
The console should only report that there is an issue with the language codename element, not the project ID.
Brief bug description
While using SmartLink SDK in Web Spotlight, when data-kontent-language-codename is missing, the error:
Logger.js:15 [KSL][Error]: Project ID is required to handle element click.
is logged to the browser console, even if the kontent-data-project-id attribute is set correctly in the markup.
Repro steps
Expected behavior
The console should only report that there is an issue with the language codename element, not the project ID.
Test environment
Screenshots
The text was updated successfully, but these errors were encountered: