]
Alexey Kazakov updated JBIDE-20119:
-----------------------------------
Issue Type: Enhancement (was: Bug)
Restartable attribute of job element should restrict values
-----------------------------------------------------------
Key: JBIDE-20119
URL:
https://issues.jboss.org/browse/JBIDE-20119
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: batch
Affects Versions: 4.3.0.Beta1
Reporter: Lucia Jelinkova
Assignee: Viacheslav Kabanovich
Fix For: 4.3.0.Beta2
At the moment, there is no validation for restartable attribute of job element. According
to specification, if specified, only "true" and "false" values are
allowed.
_Specifies whether or not this job is restartable . It must specify true or false. This
is an optional attribute. The default is true._
Also, content assist should suggest these values.