*: rewrite managed objects, use nullable text flag instead of boolean as uid (#533)
This commit is contained in:
		@ -35,7 +35,7 @@ export class PropertyMappingListPage extends TablePage<PropertyMapping> {
 | 
			
		||||
            ordering: this.order,
 | 
			
		||||
            page: page,
 | 
			
		||||
            search: this.search || "",
 | 
			
		||||
            managed: this.hideManaged ? false : null,
 | 
			
		||||
            managed__isnull: this.hideManaged,
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user