mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-07 15:46:20 +01:00
Add timestamp to comments on HR applications, removed useless 'App ID' field from HR overview
This commit is contained in:
@@ -27,6 +27,7 @@ class HRApplication(models.Model):
|
||||
|
||||
|
||||
class HRApplicationComment(models.Model):
|
||||
created_on = models.DateTimeField(auto_now_add=True)
|
||||
comment = models.CharField(max_length=254, default="")
|
||||
application = models.ForeignKey(HRApplication)
|
||||
commenter_user = models.ForeignKey(User)
|
||||
|
||||
Reference in New Issue
Block a user