Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
Meridian-2016.1.8, Meridian-2017.1.1
-
Security Level: Default (Default Security Scheme)
-
None
-
Horizon - October 18th
Description
There is a typo that is preventing FIQL query values from being properly escaped that needs to be backported to foundation-2016+:
@@ -123,7 +123,7 @@ function fromFiql(fiql) { * @returns String with reserved characters URL-encoded */ function escapeSearchValue(value) { - if (typeof value === 'String') { + if (typeof value === 'string') { return value .replace('!', '%21') .replace('$', '%24')
Attachments
Issue Links
- blocks
-
NMS-11994 Switch outage list over to Angular implementation
-
- Open
-