iDigBio / Biospex

GNU General Public License v3.0
7 stars 1 forks source link

Clear any jqgrid settings when submitting form #278

Closed rbruhn closed 2 weeks ago

rbruhn commented 2 weeks ago

When creating or editing an Expedition, the jqGrid form is not reset if any filters are used in selecting subjects. This could lead to the grid showing empty when submitted. During the submit, use script to clear all the settings.

rbruhn commented 2 weeks ago

Fixed with latest push to master-refactor