Skip to content

Commit

Permalink
minor documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
fmancardi committed Jul 31, 2020
1 parent dd4125a commit 903afee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions custom_config.inc.php.example
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@
* - $tlCfg->results['charts']['status_colour'] (in this file)
* - /locale/<your_language>/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'
Expand Down
10 changes: 6 additions & 4 deletions lib/api/xmlrpc/v1/xmlrpc.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 903afee

Please sign in to comment.