mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	add read to api
This commit is contained in:
		| @@ -118,6 +118,8 @@ class NotificationMessageSerializer(SettingsSerializer): | ||||
|  | ||||
|     age_human = serializers.CharField() | ||||
|  | ||||
|     read = serializers.BooleanField() | ||||
|  | ||||
|     class Meta: | ||||
|         model = NotificationMessage | ||||
|         fields = [ | ||||
| @@ -130,4 +132,5 @@ class NotificationMessageSerializer(SettingsSerializer): | ||||
|             'creation', | ||||
|             'age', | ||||
|             'age_human', | ||||
|             'read', | ||||
|         ] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user