Skip to content

fix(attr): when an entity is not existing always return None when fetching its attributes

Simon Chabot requested to merge topic/3.35/attr_cache into branch/3.35

do not treat String attribute as a special case

closes: #599 (closed)

before that patch, unaccessible was returned (instead '' or None in the written test)

Merge request reports