[forge-issues] [JBoss JIRA] (FORGE-1635) Shouldn't these commands be isProjectRequired() return true
Antonio Goncalves (JIRA)
issues at jboss.org
Wed Mar 5 03:23:33 EST 2014
Antonio Goncalves created FORGE-1635:
----------------------------------------
Summary: Shouldn't these commands be isProjectRequired() return true
Key: FORGE-1635
URL: https://issues.jboss.org/browse/FORGE-1635
Project: Forge
Issue Type: Feature Request
Components: UI - Shell
Affects Versions: 2.1.1.Final
Reporter: Antonio Goncalves
Fix For: 2.x Future
When we run Forge and press TAB without creating a new project, a set of commands appear. But I think the following ones do not make sense without a project :
{code}
faces-new-validator-method
faces-new-converter
faces-new-validator
jpa-new-entity
jpa-new-field
ejb-new-bean
ejb-set-class-transaction-attribute
ejb-set-method-transaction-attribute
{code}
Shouldn't they be :
{code}
@Override
protected boolean isProjectRequired()
{
return true;
}
{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