Changes between Version 3 and Version 4 of Ticket #33871


Ignore:
Timestamp:
Jul 27, 2022, 5:37:26 PM (21 months ago)
Author:
Raphael
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33871 – Description

    v3 v4  
    99
    101001. Edit the Question
    11 02. Change both Choice Text to "test"
    12 03. Change both Text (Json) to ['test']
     1102. Change both Text field to "test"
     1203. Change both JsonField to 'test' (Any Valid Json)
    131304. Save
    141405. Edit again
    15 06. Change the two Text (Json) to ['test 123']
    16 07. Delete the Choice Text field of the second item
     1506. Change both two JsonField to 'test 123' (Any Valid Json)
     1607. Delete text from Text field of the second item
    171708. Save
    181809. Error message will appear
    191909. Set the Choice Text field to 'test 123' of the second item
    202010. Save
    21 11. Edit again, only the second item field was changed to ['test 123']
     2111. Edit again, only the second JsonField was changed to 'test 123' (Any Valid Json)
Back to Top