Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
e-epal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
b3c98bbe
Commit
b3c98bbe
authored
Jun 29, 2017
by
Open Source Developer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete
parent
004d80fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
source/components/director/director-view.ts
source/components/director/director-view.ts
+15
-0
No files found.
source/components/director/director-view.ts
View file @
b3c98bbe
...
...
@@ -471,7 +471,22 @@ deleteApplicationDo(): void {
this
.
showLoader
.
next
(
true
);
this
.
_hds
.
deleteApplicationforDirector
(
this
.
applicationId
).
then
(
data
=>
{
this
.
StudentInfoSub
.
unsubscribe
();
this
.
CoursesPerSchoolSub
.
unsubscribe
();
this
.
showLoader
.
next
(
false
);
this
.
StudentActive
=
-
1
;
//this.courseActive = -1;
this
.
CoursesPerSchoolSub
=
this
.
_hds
.
FindCoursesPerSchool
().
subscribe
(
x
=>
{
this
.
CoursesPerSchool$
.
next
(
x
);
this
.
showLoader
.
next
(
false
);
},
error
=>
{
this
.
CoursesPerSchool$
.
next
([{}]);
console
.
log
(
"
Error Getting courses perSchool
"
);
this
.
showLoader
.
next
(
false
);
});
this
.
StudentInfoSub
=
this
.
_hds
.
getStudentPerSchool
(
this
.
taxi
,
this
.
sector
,
this
.
special
)
.
subscribe
(
data
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment