Only allow removing existing shares that would not be allowed due to reshare restrictions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
26b4cde016
commit
140dd424ae
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -131,7 +131,7 @@
|
||||||
:open.sync="open"
|
:open.sync="open"
|
||||||
@close="onMenuClose">
|
@close="onMenuClose">
|
||||||
<template v-if="share">
|
<template v-if="share">
|
||||||
<template v-if="share.canEdit">
|
<template v-if="share.canEdit && canReshare">
|
||||||
<!-- Custom Label -->
|
<!-- Custom Label -->
|
||||||
<ActionInput
|
<ActionInput
|
||||||
ref="label"
|
ref="label"
|
||||||
|
|
Loading…
Reference in New Issue