-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: migrated group-set-selector #239
base: development
Are you sure you want to change the base?
refactor: migrated group-set-selector #239
Conversation
@@ -220,7 +220,7 @@ import {FUnitTaskListComponent} from './units/states/tasks/viewer/directives/f-u | |||
import {FTaskDetailsViewComponent} from './units/states/tasks/viewer/directives/f-task-details-view/f-task-details-view.component'; | |||
import {FTaskSheetViewComponent} from './units/states/tasks/viewer/directives/f-task-sheet-view/f-task-sheet-view.component'; | |||
import {TasksViewerComponent} from './units/states/tasks/tasks-viewer/tasks-viewer.component'; | |||
|
|||
import {GroupSetSelectorComponent} from '/workspace/doubtfire-web/src/app/groups/group-set-selector/group-set-selector.component'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you'll need to change this to a relative import by removing the /workspace/doubtfire-web/src/app/
and import it with ./groups
src/app/doubtfire-angular.module.ts
Outdated
@@ -225,6 +225,7 @@ import {TasksViewerComponent} from './units/states/tasks/tasks-viewer/tasks-view | |||
import {UnitCodeComponent} from './common/unit-code/unit-code.component'; | |||
import {GradeService} from './common/services/grade.service'; | |||
|
|||
import {GroupSetSelectorComponent} from '/workspace/doubtfire-web/src/app/groups/group-set-selector/group-set-selector.component'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change this to a relative import as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made the changes
Any italic text should be deleted from the final Pull Request text, including this line
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Testing Checklist:
Checklist: