Skip to content

2.0.38

Choose a tag to compare

@VassilIordanov VassilIordanov released this 01 Oct 12:55

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

Dependencies upgrades

Bump react-redux-loading-bar from 4.0.7 to 4.0.8 in /client (#927)
Bump email-addresses from 3.0.1 to 3.0.2 in /client (#933)
Bump react-toastify from 4.3.1 to 4.3.2 in /client (#936)
Bump react-autosuggest from 9.4.1 to 9.4.2 in /client (#931)