* Adjust the checked value for checkbox.

This commit is contained in:
daitingting
2023-10-17 02:44:31 +00:00
parent 077b40ccdc
commit adbabfb197
+1 -1
View File
@@ -260,7 +260,7 @@ detailBody
set::type('checkbox'),
set::name('auto'),
set::text($lang->testcase->automated),
set::value($case->auto)
set::checked($case->auto == 'auto' ? true : false)
)
)
)