Skip to content

Commit

Permalink
Fix Ticked ID Bug
Browse files Browse the repository at this point in the history
Fixed a bug related to the Ticket ID that was preventing the creation or modification of a ticket with a free format, enabling smoother integration and precise traceability.
  • Loading branch information
NEZRI Ygal authored and NEZRI Ygal committed Jun 19, 2024
1 parent 51b32c0 commit bdb430f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Watcher/Watcher/site_monitoring/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
from django.utils import timezone
from django_mysql.models import ListCharField
from django.contrib.auth.models import User

from django.db.models.signals import pre_save
from django.dispatch import receiver

class Site(models.Model):
"""
Expand Down

0 comments on commit bdb430f

Please sign in to comment.