mirror of
https://git.victorphan.net/basketballcantho/Teedy_custom.git
synced 2026-08-05 14:03:10 +07:00
Parent tag in GET /tag/stats
This commit is contained in:
@@ -81,6 +81,7 @@ public class TagResource extends BaseResource {
|
||||
.add("id", tagStatDto.getId())
|
||||
.add("name", tagStatDto.getName())
|
||||
.add("color", tagStatDto.getColor())
|
||||
.add("parent", JsonUtil.nullable(tagStatDto.getParentId()))
|
||||
.add("count", tagStatDto.getCount()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user