Skip to content

Refactor to use parseBoolean

Derek Knox requested to merge 212558-follow-up-parse-boolean into master

What does this MR do?

This is a follow-up to ensure the approach of parsing dataset values remains consistent with the existing codebase pattern of using parseBoolean vs. the previous 'isSupportedContent' in el.dataset approach. Additional context can be seen here.

Screenshots

N/A

Does this MR meet the acceptance criteria?

Conformity

Edited by Derek Knox

Merge request reports