File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 214214 * - $tlCfg->results['charts']['status_colour'] (in this file)
215215 * - /locale/<your_language>/custom_strings.txt (see custom_strings.txt.example)
216216 * - /gui/themes/default/css/custom.css (see custom.css.example)
217+ * - $tlCfg->results['status_icons_for_exec_ui'] =
218+ * - $tlCfg->results['status_icons_for_exec_next_ui'] =
217219 */
218220
219221// This Example shows how to add the status 'my_status'
Original file line number Diff line number Diff line change @@ -2491,15 +2491,17 @@ public function createTestCase($args) {
24912491 * @param string $args["customfields"]
24922492 * - optional
24932493 * contains an map with key:Custom Field Name, value: value for CF.
2494- * VERY IMPORTANT: value must be formatted in the way it's written to db,
2494+ * VERY IMPORTANT: value must be formatted in the way
2495+ * it's written to db,
24952496 * this is important for types like:
24962497 *
24972498 * DATE: strtotime()
24982499 * DATETIME: mktime()
2499- * MULTISELECTION LIST / CHECKBOX / RADIO: se multipli selezione ! come separatore
2500+ * MULTISELECTION LIST / CHECKBOX / RADIO:
2501+ * character '!'' as separator when multiple values are allowed
25002502 *
2501- *
2502- * these custom fields must be configured to be writte during execution.
2503+ * these custom fields must be configured to be writte during
2504+ * execution.
25032505 * If custom field do not meet condition value will not be written
25042506 *
25052507 * @param boolean $args["overwrite"]
You can’t perform that action at this time.
0 commit comments