Skip to content

Commit 5083980

Browse files
author
atisne
committed
Core dev review
1 parent 5e27b9f commit 5083980

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ class TestlinkXMLRPCServer extends IXR_Server {
216216
public static $testCaseVersionParamName = "tcversion";
217217
public static $itsNameParamName = "itsname";
218218
public static $itsEnabledParamName = "itsenabled";
219-
public static $itsTypeParamName = "itstype";
220-
public static $itsCfgParamName = "itscfg";
219+
public static $itsTypeParamName = "type";
220+
public static $itsCfgParamName = "cfg";
221221
public static $itsIDParamName ="itsid";
222222

223223
public static $copyTestersFromBuildParamName = "copytestersfrombuild";

locale/en_GB/strings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3162,7 +3162,7 @@ $TLS_API_NO_TESTSUITEID = "No testsuiteid provided.";
31623162
$TLS_API_NO_TPID = "No testplan ID (testplanid) provided.";
31633163
$TLS_API_NO_TCID = "No testcase ID (testcaseid) provided.";
31643164
$TLS_API_NO_PLATFORMID = "No Platform ID (platformid) provided.";
3165-
$TLS_API_NO_ITSID = "NO ITS ID (itsid) provided.";
3165+
$TLS_API_NO_ITSID = "No Issue Tracker System ID (itsid) provided.";
31663166

31673167

31683168
$TLS_API_INVALID_TCASEID = "The Test Case ID (testcaseid: %s) provided does not exist!";

0 commit comments

Comments
 (0)