BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io

All work

Select view

Select search mode

 
50 of 149

formatRBString should not be case sensitive for key/value pairs

Fixed

Description

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.

Gliffy Diagrams

Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Priority

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

Activity

Show:

Wil de Bruin July 19, 2018 at 2:56 PM

Pull request has been accepted, so I think this issue can be closed?

Wil de Bruin February 28, 2018 at 7:05 PM

pull request submitted

Luis Majano February 28, 2018 at 5:05 PM

Yes, you are right, replacenocase is better, pull request

Flag notifications