You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 4, 2019. It is now read-only.
Search the app for all occurrences of /terms and window.reportingTerm / window.currentTerm
All term combos should be using the global terms store (store: 'Terms')
No combos should have hardcoded default term IDs or use window.currentTerm or window.reportingTerm globals. Default values can be obtained from the getCurrentTerm() and getReportingTerm() methods on the global terms store and should be fetched/set from a controller when the view containing the combo first activates