mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-08 16:16:18 +01:00
Merge pull request #167 from Cafune/master
Add timestamp to comments on HR applications Hides app id column from applications summary.
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, null=True)
|
||||
comment = models.CharField(max_length=254, default="")
|
||||
application = models.ForeignKey(HRApplication)
|
||||
commenter_user = models.ForeignKey(User)
|
||||
|
||||
Reference in New Issue
Block a user