Set habit.archived
This commit is contained in:
parent
4d4f40cf95
commit
65668cb9e9
@ -180,6 +180,7 @@ public class Habit extends Model
|
||||
this.reminder_hour = model.reminder_hour;
|
||||
this.reminder_min = model.reminder_min;
|
||||
this.highlight = model.highlight;
|
||||
this.archived = model.archived;
|
||||
}
|
||||
|
||||
public void save(Long id)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user