[forge-issues] [JBoss JIRA] (FORGE-1393) constraint commands are missing

Antonio Goncalves (JIRA) issues at jboss.org
Fri Jan 3 10:24:32 EST 2014


     [ https://issues.jboss.org/browse/FORGE-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Goncalves updated FORGE-1393:
-------------------------------------

    Fix Version/s: 2.x Future

    
> constraint commands are missing
> -------------------------------
>
>                 Key: FORGE-1393
>                 URL: https://issues.jboss.org/browse/FORGE-1393
>             Project: Forge
>          Issue Type: Sub-task
>          Components: UI - Shell
>    Affects Versions: 2.0.0.Beta4
>            Reporter: Antonio Goncalves
>             Fix For: 2.x Future
>
>
> On Forge 1.x you could add constraints to a specific field with 
> {code}
> constraint NotNull --onProperty login ;
> {code}
> 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 : 
> {code}
> constraint-new MyOwnConstraint ;
> {code}
> And a command to add a constraint to a property :
> {code}
> constraint-add NotNull --onProperty login ;
> constraint-add MyOwnConstraint --onProperty lastname ;
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list