Article Details
| Id: | 16324 |
| Product: | finPOWER Connect |
| Type: | FIX |
| Version: | 3.02.01 |
| Opened: | 06/09/2019 |
| Closed: | 06/09/2019 |
| Released: | 12/09/2019 |
| Job: | J022894 |
Breaking Change |
|
Portals; Boolean Constants inserted via tags in HTML are now lowercase
Previously, defining a Boolean Constant for a Portal and then using the <%Constant:name%> to insert it into code would insert either "True" or "False".
For easier use with JavaScript, these values are now lowercase, i.e., "true" and "false".
Breaking Change