Commit 521e75f
committed
- Refactor conflict checker logic in upload and conflict utilities
- Introduced ``fetchConflictEntries`` to streamline fetching conflict entries based on the action type (upload or copy/move)
- Updated ``checkConflict`` to utilize the new fetching logic and improved conflict mapping
- Modified tests to reflect changes in conflict checking behavior, ensuring only direct children are checked for copy/move operations
- Updated dependencies and match ``v2.63.18``1 parent 6bdf4c8 commit 521e75f
8 files changed
Lines changed: 138 additions & 389 deletions
File tree
- frontend/src
- components/prompts/__tests__
- css
- i18n
- utils
- __tests__
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
32 | 39 | | |
33 | 40 | | |
34 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
This file was deleted.
0 commit comments