Skip to content

Commit 903afee

Browse files
committed
minor documentation improvements
1 parent dd4125a commit 903afee

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

custom_config.inc.php.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@
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'

lib/api/xmlrpc/v1/xmlrpc.class.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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"]

0 commit comments

Comments
 (0)