Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
}, {
path: 'asset/course_module_term_course_map',
component: CourseTermMapComponent
-}, {
+}, {
path: 'actor/search_filter_group',
loadChildren: () =>
import('./search-filter/search-filter-group.module').then(m => m.SearchFilterGroupModule)
}
save() {
- if (!this.newQueryLabel || (!this.newQueryPosition && (this.newQueryPosition != '0')) || !this.newQueryText) {
+ if (!this.newQueryLabel || (!this.newQueryPosition && (this.newQueryPosition !== '0')) || !this.newQueryText) {
this.closeAndReset({notFilledOut: true});
}
const recToSave = this.prepareRecord();