diff --git a/custom_config.inc.php.example b/custom_config.inc.php.example index 89a012365c..18da7ddde3 100644 --- a/custom_config.inc.php.example +++ b/custom_config.inc.php.example @@ -214,6 +214,8 @@ * - $tlCfg->results['charts']['status_colour'] (in this file) * - /locale//custom_strings.txt (see custom_strings.txt.example) * - /gui/themes/default/css/custom.css (see custom.css.example) + * - $tlCfg->results['status_icons_for_exec_ui'] = + * - $tlCfg->results['status_icons_for_exec_next_ui'] = */ // This Example shows how to add the status 'my_status' diff --git a/lib/api/xmlrpc/v1/xmlrpc.class.php b/lib/api/xmlrpc/v1/xmlrpc.class.php index 10422ee272..0136cd1d4b 100644 --- a/lib/api/xmlrpc/v1/xmlrpc.class.php +++ b/lib/api/xmlrpc/v1/xmlrpc.class.php @@ -2491,15 +2491,17 @@ public function createTestCase($args) { * @param string $args["customfields"] * - optional * contains an map with key:Custom Field Name, value: value for CF. - * VERY IMPORTANT: value must be formatted in the way it's written to db, + * VERY IMPORTANT: value must be formatted in the way + * it's written to db, * this is important for types like: * * DATE: strtotime() * DATETIME: mktime() - * MULTISELECTION LIST / CHECKBOX / RADIO: se multipli selezione ! come separatore + * MULTISELECTION LIST / CHECKBOX / RADIO: + * character '!'' as separator when multiple values are allowed * - * - * these custom fields must be configured to be writte during execution. + * these custom fields must be configured to be writte during + * execution. * If custom field do not meet condition value will not be written * * @param boolean $args["overwrite"]