Added comments and minor refactoring
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user