mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Task interaction fixes (#8306)
* Fixed interacting with a broken challenge * Added fix for users using open tasks in edit mode
This commit is contained in:
@@ -266,6 +266,8 @@ angular.module('habitrpg')
|
||||
modalScope.canEdit = scopeInc.canEdit;
|
||||
modalScope.updateTaskTags = scopeInc.updateTaskTags;
|
||||
modalScope.obj = scopeInc.obj;
|
||||
modalScope.unlink = scopeInc.unlink;
|
||||
modalScope.removeTask = scopeInc.removeTask;
|
||||
}
|
||||
modalScope.cancelTaskEdit = cancelTaskEdit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user