mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
Merge pull request #20538 from nextcloud/fix/20520/share-expire
Fix share expiration date not shown
This commit is contained in:
commit
b2b8be83f8
4 changed files with 7 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -92,6 +92,7 @@
|
|||
:first-day-of-week="firstDay"
|
||||
:lang="lang"
|
||||
:value="share.expireDate"
|
||||
value-type="format"
|
||||
icon="icon-calendar-dark"
|
||||
type="date"
|
||||
:not-before="dateTomorrow"
|
||||
|
|
|
|||
|
|
@ -104,6 +104,7 @@
|
|||
:lang="lang"
|
||||
icon=""
|
||||
type="date"
|
||||
value-type="format"
|
||||
:not-before="dateTomorrow"
|
||||
:not-after="dateMaxEnforced">
|
||||
<!-- let's not submit when picked, the user
|
||||
|
|
@ -227,6 +228,7 @@
|
|||
:first-day-of-week="firstDay"
|
||||
:lang="lang"
|
||||
:value="share.expireDate"
|
||||
value-type="format"
|
||||
icon="icon-calendar-dark"
|
||||
type="date"
|
||||
:not-before="dateTomorrow"
|
||||
|
|
|
|||
Loading…
Reference in a new issue