Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
UnassignedUnassignedReporter
Wil de BruinWil de BruinComponents
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Wil de Bruin
Wil de BruinComponents
Priority
Sentry
Sentry
Sentry
Created February 28, 2018 at 5:00 PM
Updated July 19, 2018 at 3:03 PM
Resolved July 19, 2018 at 3:03 PM
formatRBString is case sensitive for keys in key value pairs
tmpStr = replace( tmpStr, "{#lcase( thisKey )#}", arguments.substituteValues[ lcase( thisKey ) ], "ALL" );
Because of this all keys in resourcestring will be ignored if they are not fully lowercase.
Can be fixeds by an easy replaceNocase or maybe better documentation if you want to have only lowercase keys.. What happened to the old docs anyway? Docs are almost non-existing now.