* Modify the column width of deadline, add ditto to the column of pri.

This commit is contained in:
liumengyi
2023-06-19 14:06:34 +08:00
parent 0725d8e372
commit b5b536fa31
+2 -1
View File
@@ -149,7 +149,7 @@ $items[] = array
'label' => $lang->bug->deadline,
'hidden' => zget($visibleFields, 'deadline', true, false),
'control' => 'date',
'width' => '128px',
'width' => '136px',
'required' => isset($requiredFields['deadline']),
'ditto' => true,
);
@@ -189,6 +189,7 @@ $items[] = array
'value' => '',
'width' => '80px',
'required' => isset($requiredFields['pri']),
'ditto' => true,
);
/* Field of severity. */