Skip to content

Use prop accessor for backwards-compatibility

What does this MR do and why?

This is a follow-up from Remove legacy code in integrations (!132974 - merged) based on the !132974 (comment 1607784559).

Before we were relying on the boolean_accessor that was using prop_accessor under the hood, and the idea behind this change is to use prop_accessor and compare the boolean value with == 'true'!

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Bojan Marjanovic

Merge request reports