1
0

Fixed labels being displayed multiple times if they were associated with more than one task (#99)

This commit is contained in:
konrad
2019-09-20 15:52:09 +00:00
committed by Gitea
parent 71ef86e0df
commit 8d5a2685c4
7 changed files with 40 additions and 26 deletions

View File

@ -1,6 +1,6 @@
// GENERATED BY THE COMMAND ABOVE; DO NOT EDIT
// This file was generated by swaggo/swag at
// 2019-08-31 22:48:49.201391811 +0200 CEST m=+0.228973511
// 2019-09-20 17:41:39.321673846 +0200 CEST m=+0.137010842
package swagger
@ -4278,10 +4278,6 @@ var doc = `{
"description": "The ID of the shared thing",
"type": "integer"
},
"list": {
"type": "object",
"$ref": "#/definitions/models.List"
},
"right": {
"description": "The right this list is shared with. 0 = Read only, 1 = Read \u0026 Write, 2 = Admin. See the docs for more details.",
"type": "integer",