B2022-134: update ros crash when ro has '<' or '>' and ro is used in table #199

Merged
jjenko merged 1 commits from GenWork into Development 2024-01-09 12:00:00 -05:00
Owner

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.

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 ‘&lt;’ and ‘&gt;’ characters. The code that does the update of ROs needed to have this same code.
kruffing added 1 commit 2024-01-09 10:44:45 -05:00
kruffing requested review from jjenko 2024-01-09 10:44:57 -05:00
jjenko approved these changes 2024-01-09 11:59:31 -05:00
jjenko left a comment
Owner

code change looks good!

code change looks good!
jjenko merged commit a6e85a6cda into Development 2024-01-09 12:00:00 -05:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Volian/SourceCode#199
No description provided.