Merge pull request #20538 from nextcloud/fix/20520/share-expire

Fix share expiration date not shown
This commit is contained in:
Roeland Jago Douma 2020-04-30 20:55:05 +02:00 committed by GitHub
commit b2b8be83f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -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"

View file

@ -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"