get label by id with user and validate label exists on link to mindmap
This commit is contained in:
@@ -17,7 +17,7 @@ public interface LabelManager {
|
||||
List<Label> getAllLabels(@NotNull final User user);
|
||||
|
||||
@Nullable
|
||||
Label getLabelById(int id);
|
||||
Label getLabelById(int id, @NotNull final User user);
|
||||
|
||||
@Nullable
|
||||
Label getLabelByTitle(@NotNull final String title, @NotNull final User user);
|
||||
|
||||
Reference in New Issue
Block a user