mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 07:22:14 +00:00
Made activity stream more useful for form changes
This commit is contained in:
@@ -49,6 +49,12 @@ def model_compare(oldObj, newObj, excluded_keys=[]):
|
||||
return True
|
||||
return False
|
||||
|
||||
@property
|
||||
def json(self):
|
||||
if "JSON" in self.field.description:
|
||||
return True
|
||||
return False
|
||||
|
||||
@property
|
||||
def linebreaks(self):
|
||||
if isinstance(self.field, TextField):
|
||||
|
||||
Reference in New Issue
Block a user