Skip to content

Commit

Permalink
[Jobs] Allow multiple employment types to be specidied.
Browse files Browse the repository at this point in the history
  • Loading branch information
TiSiE committed Dec 7, 2017
1 parent 885f4fe commit a837191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/Jobs/src/Jobs/Form/ClassificationsFieldset.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function init()
],
'attributes' => [
'data-width' => '100%',
//'multiple' => true,
'multiple' => true,
]
]
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public function testInitialize()
],
'attributes' => [
'data-width' => '100%',
//'multiple' => true,
'multiple' => true,
]
]
]
Expand All @@ -136,4 +136,4 @@ public function testInitialize()

$this->target->init();
}
}
}

0 comments on commit a837191

Please sign in to comment.