[UPDT] PMS: Removed xss_exempt_fields

This commit is contained in:
Horilla
2025-08-26 17:23:16 +05:30
parent 1042dfe4f3
commit 27bc6d0d41

View File

@@ -579,9 +579,6 @@ class Comment(models.Model):
objects = HorillaCompanyManager(
related_company_field="employee_id__employee_work_info__company_id"
)
xss_exempt_fields = [
"comment",
]
def __str__(self):
return f"{self.employee_id.employee_first_name} - {self.comment} "