B2022-134: update ros crash when ro has '<' or '>' and ro is used in table #199
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "GenWork"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
B2022-134: Update of ROs with ‘<’ when the RO is included in a table cell crashed. The ‘<’ symbol is a reserved symbol in xml and grid data is stored as xml. The ‘>’ symbol must also be handled. Note that when the RO is inserted, the code replaced these symbols with the xml ‘<’ and ‘>’ characters. The code that does the update of ROs needed to have this same code.
code change looks good!