Lincoln Baxter III created FORGE-816:
----------------------------------------
Summary: Field command should "pick-up" the newly created field to
provide a better user experience with Constraint command
Key: FORGE-816
URL:
https://issues.jboss.org/browse/FORGE-816
Project: Forge
Issue Type: Enhancement
Components: Builtin Plugins
Affects Versions: 1.2.2.Final
Reporter: Lincoln Baxter III
Fix For: 1.2.3.Final
{code}
entity --named Customer
field string --named firstName
constraint size --min 0 --max 25
{code}
Currently, the user must CD into the field in order to add constraints, which is not the
most natural interaction.
This will not break scripts because field is still a member of a JavaResource, so
new-field should still be available (must verify.)
--
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