Added comments and minor refactoring

This commit is contained in:
2019-03-14 10:30:22 +01:00
parent 434cdb35a0
commit 4f5eee6705
12 changed files with 38 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ class TaskRowsSource extends AttractRowsSourceBase {
super(projectId, 'attract_task', TaskRow);
}
thenFetchObjects() {
thenGetRowObjects() {
return attract.api.thenGetProjectTasks(this.projectId)
.then((result) => {
let tasks = result._items;