mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-10-30 23:39:54 +01:00 
			
		
		
		
	Alias pk != Note pk
This commit is contained in:
		| @@ -118,9 +118,8 @@ class ConsumerSerializer(serializers.ModelSerializer): | ||||
|         """ | ||||
|         # If the user has no right to see the note, then we only display the note identifier | ||||
|         if PermissionBackend.check_perm(get_current_authenticated_user(), "note.view_note", obj.note): | ||||
|             print(obj.pk) | ||||
|             return NotePolymorphicSerializer().to_representation(obj.note) | ||||
|         return dict(id=obj.id) | ||||
|         return dict(id=obj.note.id) | ||||
|  | ||||
|     def get_email_confirmed(self, obj): | ||||
|         if isinstance(obj.note, NoteUser): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user