SETI / rms-opus

PDS OPUS - Outer Planets Data Search Tool
Apache License 2.0
9 stars 7 forks source link

Remember which categories are expanded (fixes 720,785,938) #975

Closed rfrenchseti closed 4 years ago

rfrenchseti commented 4 years ago

Description of changes:

Change how expanded categories are remembered when a new search menu (left side of Search tab) or a new Select Metadata menu (left side of Select Metadata dialog) is fetched due to a change in the search constraints. Now the list of expanded categories is passed to the Django, which includes the appropriate collapsed/show classes in the returned HTML. This eliminates the previous kludge of having the JS expand the categories after the HTML is loaded, resulting in a flicker.

Known problems:

None

juzen2003 commented 4 years ago