Changes between Version 3 and Version 4 of Ticket #33871
- Timestamp:
- Jul 27, 2022, 5:37:26 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33871 – Description
v3 v4 9 9 10 10 01. Edit the Question 11 02. Change both Choice Textto "test"12 03. Change both Text (Json) to ['test']11 02. Change both Text field to "test" 12 03. Change both JsonField to 'test' (Any Valid Json) 13 13 04. Save 14 14 05. Edit again 15 06. Change the two Text (Json) to ['test 123']16 07. Delete t he ChoiceText field of the second item15 06. Change both two JsonField to 'test 123' (Any Valid Json) 16 07. Delete text from Text field of the second item 17 17 08. Save 18 18 09. Error message will appear 19 19 09. Set the Choice Text field to 'test 123' of the second item 20 20 10. Save 21 11. Edit again, only the second item field was changed to ['test 123']21 11. Edit again, only the second JsonField was changed to 'test 123' (Any Valid Json)