mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 01:25:00 +02:00
Hide public link action for directs (#9724)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -125,7 +125,7 @@ function defineDirect (builder: Builder): void {
|
||||
})
|
||||
|
||||
builder.mixin(communication.type.Direct, core.class.Class, view.mixin.IgnoreActions, {
|
||||
actions: [view.action.Delete]
|
||||
actions: [view.action.Delete, card.action.PublicLink]
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user