Skip to content

Fix EnumProperty default value

Valentin Valls requested to merge fix-enumprop-default-value-main into master

The default value was never stored.

As result the initial value was always converting input unknown value which was displaying an error.

This only can happen from a fresh session (empty redis) at the creation of each beacon objects.

Backport of !6321 (merged)

Closes tomo/bliss-tomo#119 (closed)

Edited by Valentin Valls

Merge request reports