Skip to content

Commit

Permalink
close dd on date pick (#9612)
Browse files Browse the repository at this point in the history
* close dd on date pick

* Update changelog item
  • Loading branch information
Jan authored and AlexAndBear committed Dec 13, 2023
1 parent a582f8a commit 8abf8b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Enhancement: Moving share's "set expiration date" function
Moving "set expiration date" function to a three dots menu to help reduce visual load on simple shares in sharing pane

https://github.com/owncloud/web/issues/9493
https://github.com/owncloud/web/pull/9584
https://github.com/owncloud/web/pull/9612
https://github.com/owncloud/web/issues/9493
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ import {
formatRelativeDateFromDateTime
} from 'web-pkg'
import { DateTime } from 'luxon'
import { OcDrop } from 'design-system/src/components'
// just a dummy function to trick gettext tools
const $gettext = (str) => {
Expand Down Expand Up @@ -382,6 +383,7 @@ export default defineComponent({
collaboratorExpiryChanged({ expirationDate }) {
this.expirationDate = expirationDate
;(this.$refs.showMoreShareOptionsDropRef as InstanceType<typeof OcDrop>).hide()
},
async share() {
Expand Down

0 comments on commit 8abf8b7

Please sign in to comment.