Commit 4128420
committed
fix(stable32): replace getSidebar() with OCA.Files.Sidebar in showStatusInlineAction
getSidebar() is a @nextcloud/files v4-only API, not available in v3.12.x.
Replace sidebar open/setActiveTab calls with the NC32-compatible
OCA.Files.Sidebar global, passing node.path string.
Signed-off-by: Vitor Mattos <[email protected]>1 parent c56ce82 commit 4128420
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | | - | |
| 31 | + | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments