mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
Remove label associations when deleting a label
This commit is contained in:
parent
89a7496c7f
commit
5faf6bda9b
3 changed files with 6 additions and 7 deletions
|
@ -311,5 +311,5 @@ type LabelStorer interface {
|
|||
Get(ctx domain.RequestContext) (l []label.Label, err error)
|
||||
Update(ctx domain.RequestContext, l label.Label) (err error)
|
||||
Delete(ctx domain.RequestContext, id string) (rows int64, err error)
|
||||
RemoveReference(ctx domain.RequestContext, spaceID string) (err error)
|
||||
RemoveReference(ctx domain.RequestContext, labelID string) (err error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue