mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 03:25:50 +00:00
Clear manually rescheduled date on chore execution (references #1830)
This commit is contained in:
@@ -156,6 +156,8 @@ $(document).on('click', '.track-chore-button', function(e)
|
||||
$('#chore-' + choreId + '-next-execution-assigned-user').text(result.next_execution_assigned_user.display_name);
|
||||
}
|
||||
|
||||
$('#chore-' + choreId + '-reschedule-icon').remove();
|
||||
|
||||
Grocy.FrontendHelpers.EndUiBusy();
|
||||
toastr.success(__t('Tracked execution of chore %1$s on %2$s', choreName, trackedTime));
|
||||
RefreshStatistics();
|
||||
|
Reference in New Issue
Block a user