*: rewrite managed objects, use nullable text flag instead of boolean as uid (#533)

This commit is contained in:
Jens L
2021-02-06 16:56:21 +01:00
committed by GitHub
parent 05d777c373
commit a6ac82c492
15 changed files with 115 additions and 70 deletions

View File

@ -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,
});
}