Skip to content

Feature extend default annotation

Mike Velluet requested to merge feature--extend-default-annotation into develop

Merge Default selections and constraints unless if the default and the constraint have same dimension, in this case, only the constraint is used

Default Selection: A=1,B=2,C=3
Constraints: A=0,
result: A=0,B=2,C=3

#71 (closed)

Edited by Mike Velluet

Merge request reports