mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
feat(tasks): make task copy/mirror pref per-group
This commit is contained in:
@@ -582,7 +582,9 @@ export default new Schema({
|
||||
tasks: {
|
||||
groupByChallenge: { $type: Boolean, default: false }, // @TODO remove? not used
|
||||
confirmScoreNotes: { $type: Boolean, default: false }, // @TODO remove? not used
|
||||
mirrorGroupTasks: { $type: Boolean, default: false },
|
||||
mirrorGroupTasks: [
|
||||
{ $type: String, validate: [v => validator.isUUID(v), 'Invalid group UUID.'], ref: 'Group' },
|
||||
],
|
||||
},
|
||||
improvementCategories: {
|
||||
$type: Array,
|
||||
|
||||
Reference in New Issue
Block a user