-
Sub-task
-
Resolution: Done
-
Major
-
2.0.0.Final
-
None
I've created a few fields on an entity and add some constraints to those fields. Everything is ok. But when I add a constraint to a field that doesn't exit, then it adds the constraint to the last created field (looks a bit random actually).
So if I type :
[Artist.java]$ constraint-add --onProperty dummy --constraint NotNull ***SUCCESS*** Constraint NotNull successfully configured
dummy doesn't exist, so it adds NotNull to other attributes
- relates to
-
FORGE-1571 Shell UISelect options are set with partial values when auto-completing
- Closed