Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FRU0013856 is where that work is happening.Possible bug. When validating round Three, Backeberg found that changing Award to a bad value, and then changing it back doesn't seem to work properly. If you change a character to an invalid value, the PTAEO gets marked invalid as it should. If you put it back to a good value, that should fix it again, but instead the bad value seems to be sticking. I haven't reported this back to Fruition because I found a separate, more obvious bug and I instructed them to fix that first

There were two bugs, both now resolved:
1) the return information from the ptaeo validator (valid, or invalid with error message)
2) there was a problem where entering lower case characters as part of a valid ptaeo would be marked invalid, because they were submitted to the validator before being auto-capitalized.

Round two

In Round Two, Backeberg was astonished at how many variables were required to get some javascript validation working, and also to get all of the form backend moved into variable sets. And to split the work into three variable sets: one for recurring, one for initial, one for both.

...