Vtiger 7.1: Webservice describe operation does not return correct labels
Consider HelpDesk module, when describe operation is performed on the module both the label and module name are returned as HelpDesk.
The label in the CRM is Tickets.
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Consider HelpDesk module, when describe operation is performed on the module both the label and module name are returned as HelpDesk.
The label in the CRM is Tickets.
mentioned in merge request !280 (merged)
works, thanks!
Status changed to reopened
Does not work, spoke too early.
In our Language file (languages/en_us/HelpDesk.php):
'HelpDesk' => 'Complaints',
'SINGLE_HelpDesk' => 'Complaints',
'LBL_ADD_RECORD' => 'Add Complaints',
'LBL_RECORDS_LIST' => 'Complaints List',
Response received from the Webservice Describe operation:
[label] => Tickets
[name] => HelpDesk
[createable] => 1
[updateable] => 1
[deleteable] => 1
[retrieveable] => 1
It is a fresh install of Vtiger 7.1 without any other changes except to this language file.
BDW, the fields translation does work properly.
+1
Tested and same results
Copyright 2023 Vtiger. All rights reserved.