*: rewrite managed objects, use nullable text flag instead of boolean as uid (#533)
This commit is contained in:
		@ -42,7 +42,7 @@ class PropertyMappingViewSet(ReadOnlyModelViewSet):
 | 
			
		||||
    search_fields = [
 | 
			
		||||
        "name",
 | 
			
		||||
    ]
 | 
			
		||||
    filterset_fields = ["managed"]
 | 
			
		||||
    filterset_fields = {"managed": ["isnull"]}
 | 
			
		||||
    ordering = ["name"]
 | 
			
		||||
 | 
			
		||||
    def get_queryset(self):
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user