nextcloud_server/apps/files_sharing/src/mixins
fenn-cs 82cdc1080f Fix undefined share object during expirationDate update
In 04e8733721 a regression was introduced.
`this` means nothing inside arrow functions, hence this.share was referring to
an undefined object and so all attempted updates for expiration dates would fail.

Resolves : https://github.com/nextcloud/server/issues/43256

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2024-02-20 11:10:23 +01:00
..
ShareDetails.js Fix invite guest for new sharing flow 2023-09-14 12:00:32 +01:00
ShareRequests.js Improve sharing flow 2023-08-30 17:58:01 +02:00
ShareTypes.js Use @nextcloud/sharing in files and files_sharing 2022-01-26 17:58:43 +01:00
SharesMixin.js Fix undefined share object during expirationDate update 2024-02-20 11:10:23 +01:00