mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Fixes issue #8315 (https://github.com/HabitRPG/habitica/issues/8315) (#8367)
This commit is contained in:
committed by
Keith Holliday
parent
76010e6c8f
commit
84d2ce6a3f
@@ -77,7 +77,7 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User','N
|
|||||||
if (task._editing) {
|
if (task._editing) {
|
||||||
$scope.saveTask(task);
|
$scope.saveTask(task);
|
||||||
} else {
|
} else {
|
||||||
$scope.editTask(task, User.user);
|
$scope.editTask(task, User.user, Shared.taskClasses(task, [], User.user.preferences.dayStart));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user