* Fix bug #41598.
This commit is contained in:
@@ -110,7 +110,7 @@ $config->story->form->batchclose['closedReason'] = array('type' => 'string', '
|
||||
$config->story->form->batchclose['duplicateStory'] = array('type' => 'int', 'required' => false, 'default' => 0);
|
||||
|
||||
$config->story->form->change = array();
|
||||
$config->story->form->change['reviewer'] = array('type' => 'array', 'control' => 'multi-select', 'required' => true, 'default' => '', 'options' => '');
|
||||
$config->story->form->change['reviewer'] = array('type' => 'array', 'control' => 'multi-select', 'required' => false, 'default' => '', 'options' => '');
|
||||
$config->story->form->change['title'] = array('type' => 'string', 'control' => 'text', 'required' => true, 'filter' => 'trim');
|
||||
$config->story->form->change['color'] = array('type' => 'string', 'control' => 'color', 'required' => false, 'default' => '');
|
||||
$config->story->form->change['spec'] = array('type' => 'string', 'control' => 'editor', 'required' => false, 'default' => '');
|
||||
|
||||
@@ -64,7 +64,7 @@ $formItems['reviewer'] = formGroup
|
||||
) : null,
|
||||
formHidden('needNotReview', $forceReview ? 0 : 1)
|
||||
),
|
||||
set::required($fields['reviewer']['required'])
|
||||
set::required(true)
|
||||
);
|
||||
$formItems['title'] = formGroup
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user