mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
fix(multiassign): don't allow nonmanagers to uncheck from footer
This commit is contained in:
@@ -335,7 +335,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
iconClass (completion) {
|
||||
if ((this.userIsAssigned || this.userIsManager) && completion.completed) return 'check';
|
||||
if (this.userIsManager && completion.completed) return 'check';
|
||||
return 'lock';
|
||||
},
|
||||
needsWork (completion) {
|
||||
|
||||
Reference in New Issue
Block a user