Commit 0f53f03
fix: update Files list when envelope is created
When creating an envelope in the Files app by selecting multiple PDFs,
the envelope folder was created but the Files list did not refresh to
show the newly created folder.
This commit adds event emissions to notify the Files app:
- files:node:created event for the envelope folder
- files:node:updated event for the parent directory
This ensures the Files list is updated immediately after envelope creation
without requiring a page refresh.
Signed-off-by: Vitor Mattos <[email protected]>
[skip ci]1 parent fa7b08d commit 0f53f03
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
44 | 64 | | |
45 | 65 | | |
46 | 66 | | |
| |||
0 commit comments