Fix collapse column bug
This commit is contained in:
parent
eedcedab38
commit
9c214ed016
@ -152,6 +152,7 @@ export class ColumnDisplay implements OnInit {
|
||||
this.boardService.toggleCollapsed(this.activeUser.id, this.columnData.id)
|
||||
.subscribe((apiResponse: ApiResponse) => {
|
||||
this.activeUser.collapsed = apiResponse.data[1];
|
||||
this.auth.updateUser(this.activeUser);
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>TaskBoard - Kanban App</title>
|
||||
<base href="/web/TaskBoard/dist/">
|
||||
<base href="/dist/">
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
|
Reference in New Issue
Block a user