Defect #624
_oLP.buttontext.createNew
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/18/2013
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
Setting this parameter does not alter the button text. The button text will always say: Create New
I looked at the code and line 318 of the global method for the List Picker says this:
createnew: "Create New", // optional, for use with i18n
Where createnew is treated as case sensitive. Therefore changing this: _oLP.buttontext.createNew to this: _oLP.buttontext.createnew works
History
Updated by Robert Ivens over 11 years ago
- Status changed from New to Closed
fixed the type. It's 'createNew'.