• Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 2.0.0.CR1
    • 2.0.0.Beta4
    • UI - Shell
    • None

      On Forge 1.x you could add constraints to a specific field with

      constraint NotNull --onProperty login ;
      

      The constraint commands are missing. If we follow the new naming convention, we should have, at least, one command to create new custom constraints (that could go into a default constraint package for example :

      constraint-new MyOwnConstraint ;
      

      And a command to add a constraint to a property :

      constraint-add NotNull --onProperty login ;
      constraint-add MyOwnConstraint --onProperty lastname ;
      

              rhn-support-ggastald George Gastaldi
              agoncal Antonio Goncalves (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: