Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Filter Related Refactoring and Fixes

Compare
Choose a tag to compare
@naegelyd naegelyd released this 08 Apr 02:17
· 339 commits to master since this release

Fixes:

  • Fix bug where manually entered values were not validated in search control (#513)
  • Fix CSS on context panel error view overlay so it doesn't break page layout when shown (#514).

Changes:

  • Add support for control based validation
  • Context panel message is set based on current route
  • Replace concept-level form controls with field controls
  • Force applied filters to be enabled
  • Remove all now removes all except the required concepts
  • Prevent removing a filter from triggering the concept view

Also includes some general refactoring and coffeescript to javascript porting.