Formula field containing <, the less-than is missing in help text

Issue #1562 resolved
Aidan Harding created an issue

Create a formula e.g.

AnnualRevenue < 1000000

Then, go to a usage of that field, and pop up the help. This contains the formula, but the < has disappeared.

Weirdly, it works for >

Comments (3)

  1. Scott Wells repo owner

    That's almost certainly because by inserting a raw <, the HTML interpreter is treating it as the beginning of a tag. Should be easy enough to provide proper encoding.

  2. Scott Wells repo owner

    Note that you'll need to regenerate your OST to see the effect of this fix because these are statically rendered into the OST class headers at the time of OST generation.

  3. Log in to comment