Closed aditis closed 13 years ago
other way to replicate the issue: The "add records" pop up boxes retain previously added info, as seen while adding faqs one after another. Entire refresh of the page is required for pop-up boxes to clear previously added data.
Fixed.
$('#dialogContent #dialogAnswer textarea').val(''); $('#dialogContent #dialogQuestion textarea').val(''); $('div#dialogCategory ol#selectable li.ui-selected').removeClass('ui-selected');
steps to replicate: 1.Add a record (document saved successfully as expected) 2.Click on search (search record correctly). 3.Now click on Add records page again. The previously added content is seen in Q/A box. You will need to clear the contents of the box before adding the new data.