From 925941c0cf1c2b71a47a962d61fe65a97a0873f3 Mon Sep 17 00:00:00 2001 From: Horilla Date: Mon, 22 Sep 2025 10:18:42 +0530 Subject: [PATCH] [FIX] LEAVE: Fixed leave close modal class for allocation reject form --- leave/models.py | 2 +- .../leave_allocation_request_reject_form.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/leave/models.py b/leave/models.py index 0f5a398a6..135cefee6 100644 --- a/leave/models.py +++ b/leave/models.py @@ -910,7 +910,7 @@ class LeaveRequest(HorillaModel): leave_clashes_count = models.IntegerField( default=0, verbose_name=_("Leave Clashes Count") ) - description = models.TextField(verbose_name=_("Description"), max_length=255) + description = models.TextField(verbose_name=_("Description")) attachment = models.FileField( null=True, blank=True, diff --git a/leave/templates/leave/leave_allocation_request/leave_allocation_request_reject_form.html b/leave/templates/leave/leave_allocation_request/leave_allocation_request_reject_form.html index d74a2ae24..4ee642b1e 100644 --- a/leave/templates/leave/leave_allocation_request/leave_allocation_request_reject_form.html +++ b/leave/templates/leave/leave_allocation_request/leave_allocation_request_reject_form.html @@ -13,7 +13,7 @@ {% trans "Reject Leave Allocation Request" %}