Skip to content

Bug in checking "visible" property for model enities

Yumin Yuan requested to merge yumin/cmb:visible_property_bug into master

Fixed a bug in checking "visible" properties of entities. Sometimes, the entity does not have integer properties, so an empty map could be returned, which should be checked.

Merge request reports