fix context menu, fix filter on boards

This commit is contained in:
Aurelie Delhaie
2023-02-12 19:06:09 +01:00
parent 961dbd8aa0
commit 3af0771b55
4 changed files with 55 additions and 31 deletions

View File

@@ -99,6 +99,7 @@ const QJsonObject Board::toJson()
}
QJsonObject obj;
obj[NAME_KEY] = this->name;
obj[UUID_KEY] = this->uuid;
obj[TASKS_KEY] = array;
obj[DESCRIPTION_KEY] = description;
return obj;