Skip to content

DevEnum attributes can now be directly assigned labels

Jairo Moldes requested to merge github/fork/jairomoldes/issue-194 into develop

Following #194 I think that it would be nice to allow directly assigning labels to DevEnum attributes. For example if you have a "Planet" DevEnum attribute with labels ('Mercury', 'Saturn', 'Mars') it would be nice to allow writing:

dev.Planet = 'Mercury'

I you agree please wait to merge: I will update documentation and create a new test.

Merge request reports