]> source.dussan.org Git - nextcloud-server.git/commit
fix(ShareEntryLinkList): Append new links to the end of list
authorfenn-cs <fenn25.fn@gmail.com>
Wed, 30 Oct 2024 13:49:43 +0000 (14:49 +0100)
committerfenn-cs <fenn25.fn@gmail.com>
Wed, 30 Oct 2024 13:56:55 +0000 (14:56 +0100)
commit0daacbe81d0e860eb4daa845902277401f96a552
treee996bdf03fe531a5ae29956746fd1b75d074528c
parent1140e41db2ef6241f806eb605df48642a2a32c62
fix(ShareEntryLinkList): Append new links to the end of list

Currently new shares are added to beginning of the share list in the UI
messing up the ordering with the original (first) looking like the most
recent and the most recent looking like the original share. This error
disappears on refresh.

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

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
apps/files_sharing/src/views/SharingLinkList.vue