Skip to content

Commit

Permalink
make sure title is defined as a project parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Nov 12, 2012
1 parent 52f8e80 commit 360c75a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions moa/plugin/system/doc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
l = moa.logger.getLogger(__name__)


def hook_prepare_3():
job = sysConf['job']

job.template.parameters.title = {
'optional': False,
'help': 'Job title',
'recursive': False,
'type': 'string'}


def hook_finish():

Expand Down

0 comments on commit 360c75a

Please sign in to comment.