RegioHelden/django-datawatch

Allow extending acknowledgements

lociii opened this issue · 0 comments

Current behavior:
An exception is thrown when an acknowledgement already exists on the check result and one tries to acknowledge.

Desired behavior:
If the new acknowledgment ends after the existing one, the existing one should be overridden.
If the new one ends before, the exception should still be thrown.