2.0.38
Enhancements:
Do no extra search on click on search nav (#937)
This makes sure that when clicking on an item of the search navigation
we no longer perform a new search but just go to the anchor of the
selected search result type.
The search navigation now also uses scrollspy and the everything option
has been removed from the navigation as the page always contains all
results.
This also makes sure that clicking an anchor link no longer results in
the page being reloaded.
Implements #890
Make end of tour date required for advisors (#913)
This makes sure that the endOfTourDate field is required when creating/editing an advisor.
Implements #731
Add rank filter to person advanced search (#939)
This makes it possible to filter persons on rank via the advanced
search.
Implements #670
Add position history to person page (#918)
This adds a previous positions section to the person details page.
Implements #568
Bug fixes:
Fix error in create person form (#914)
This makes sure that when a user clicks on the domain username field
without filling it in and afterwards clicks the inactive status we no
longer get an error.
Implements #910
Fix warning on organization details page (#916)
This makes sure that the subnavElemId property of the SubNav component
has a proper type, it used to be wrong.
Implements #915
Do not show no results found before search finished (#938)
This makes sure that we no longer display 'no results found' while the search is performing and not finished yet.
Implements #906