-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(files): Allow to drag and drop new files also on empty directories #41693
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
susnux
added
bug
3. to review
Waiting for reviews
feature: files
regression
files2vue
labels
Nov 23, 2023
/backport to stable28 |
susnux
force-pushed
the
fix/files-drag-and-drop
branch
from
November 23, 2023 14:00
ce24e9a
to
b4639cc
Compare
artonge
previously requested changes
Nov 23, 2023
susnux
force-pushed
the
fix/files-drag-and-drop
branch
2 times, most recently
from
November 23, 2023 19:45
daba85a
to
ef4ee28
Compare
Pytal
approved these changes
Nov 23, 2023
AndyScherzinger
approved these changes
Nov 23, 2023
susnux
force-pushed
the
fix/files-drag-and-drop
branch
2 times, most recently
from
November 24, 2023 01:08
d346f15
to
c6dbcb3
Compare
artonge
reviewed
Nov 27, 2023
susnux
force-pushed
the
fix/files-drag-and-drop
branch
2 times, most recently
from
November 27, 2023 14:27
ba69aa5
to
2bbc4a2
Compare
artonge
approved these changes
Nov 27, 2023
/compile amend / |
susnux
force-pushed
the
fix/files-drag-and-drop
branch
from
November 27, 2023 16:32
2bbc4a2
to
2c77922
Compare
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
…script in Vue files Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
susnux
force-pushed
the
fix/files-drag-and-drop
branch
from
November 27, 2023 16:36
2c77922
to
7e48ea0
Compare
8 tasks
/backport to stable28 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
this.$refs.table undefined
.Videos
Before
See that it is not possible to drop in empty folders
vokoscreenNG-2023-11-23_14-49-24.mp4
After
See that dropping is now possible in empty folders
vokoscreenNG-2023-11-23_14-48-17.mp4
Checklist