feat: add setting to change overdue tasks reminder email time
This commit is contained in:
@ -151,6 +151,7 @@ func TestListUser_ReadAll(t *testing.T) {
|
||||
Issuer: "local",
|
||||
EmailRemindersEnabled: true,
|
||||
OverdueTasksRemindersEnabled: true,
|
||||
OverdueTasksRemindersTime: "09:00",
|
||||
Created: testCreatedTime,
|
||||
Updated: testUpdatedTime,
|
||||
},
|
||||
@ -164,6 +165,7 @@ func TestListUser_ReadAll(t *testing.T) {
|
||||
Issuer: "local",
|
||||
EmailRemindersEnabled: true,
|
||||
OverdueTasksRemindersEnabled: true,
|
||||
OverdueTasksRemindersTime: "09:00",
|
||||
Created: testCreatedTime,
|
||||
Updated: testUpdatedTime,
|
||||
},
|
||||
|
Reference in New Issue
Block a user