Skip to content

Commit

Permalink
Missed including the Name field.
Browse files Browse the repository at this point in the history
For Request: 13228
  • Loading branch information
mrubinsk committed Jun 7, 2014
1 parent b81319a commit 089483f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nag/lib/Form/Task.php
Expand Up @@ -53,12 +53,11 @@ public function __construct($vars, $title = '')
$this->addHidden('', 'task_id', 'text', false);
$this->addHidden('', 'old_tasklist', 'text', false);
$this->addHidden('', 'url', 'text', false);
$this->addVariable(_("Name"), 'name', 'text', true);
$this->addHidden('', 'uid', 'text', false);
$this->addHidden('', 'owner', 'text', false);

$this->setSection(self::SECTION_GENERAL, _("General"));

$this->addVariable(_("Name"), 'name', 'text', true);
if (!$GLOBALS['prefs']->isLocked('default_tasklist') &&
count($tasklist_enums) > 1) {
$v = $this->addVariable(
Expand Down

0 comments on commit 089483f

Please sign in to comment.