mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
provide all tags on edit space
This commit is contained in:
@ -461,6 +461,7 @@ class CreateSpaceDialogState extends State<CreateSpaceDialog> {
|
||||
builder: (context) => AssignTagDialog(
|
||||
products: widget.products,
|
||||
subspaces: subspaces,
|
||||
allTags: widget.allTags,
|
||||
addedProducts: TagHelper
|
||||
.createInitialSelectedProductsForTags(
|
||||
tags ?? [], subspaces),
|
||||
@ -660,6 +661,8 @@ class CreateSpaceDialogState extends State<CreateSpaceDialog> {
|
||||
|
||||
void _showTagCreateDialog(BuildContext context, String name, bool isEdit,
|
||||
List<ProductModel>? products) {
|
||||
|
||||
print("ada ${widget.allTags}");
|
||||
isEdit
|
||||
? showDialog(
|
||||
context: context,
|
||||
|
Reference in New Issue
Block a user