You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll introduce a regression when #4627 gets merged:
Steps to reproduce
login as alice
share a file or folder with bob
login as bob
have a notification about the new share
accept the share with the respective button within the notification
Expected behaviour
The file list of the current view (personal, shared with me, others are not relevant) updates and shows the accepted resource / reflects that the resource is now accepted
Actual behaviour
The view doesn't update
Server configuration
ownCloud version: [10.6,)
Thoughts about when to solve it
When we migrated to vue3 and typescript we can refactor the code for loading resources. That is very repetitive as of writing this issue and involves 3-4 steps in every view (fetching the resources, transforming it into a format that is understood by e.g. the oc-table-files component, loading previews, loading indicators). When we refactor that we should also think about how to utilize resource loading from components outside of the files app, or if it even makes sense to move parts of the code to the runtime, so that accepting notifications doesn't have to rely on code of an extension.
The text was updated successfully, but these errors were encountered:
We'll introduce a regression when #4627 gets merged:
Steps to reproduce
Expected behaviour
The file list of the current view (personal, shared with me, others are not relevant) updates and shows the accepted resource / reflects that the resource is now accepted
Actual behaviour
The view doesn't update
Server configuration
ownCloud version: [10.6,)
Thoughts about when to solve it
When we migrated to vue3 and typescript we can refactor the code for loading resources. That is very repetitive as of writing this issue and involves 3-4 steps in every view (fetching the resources, transforming it into a format that is understood by e.g. the
oc-table-files
component, loading previews, loading indicators). When we refactor that we should also think about how to utilize resource loading from components outside of the files app, or if it even makes sense to move parts of the code to the runtime, so that accepting notifications doesn't have to rely on code of an extension.The text was updated successfully, but these errors were encountered: