Commit 27d66f3
committed
feat: Add nodeId support in FileService.getNodeFromData
Enable FileService to retrieve nodes using Nextcloud nodeId
in addition to LibreSign fileId. This allows the service to
handle both registered LibreSign files and new Nextcloud files
in the same workflow.
The method now checks for 'nodeId' after 'fileId' and 'path',
maintaining backward compatibility while adding new functionality.
Signed-off-by: Vitor Mattos <[email protected]>1 parent 99135d6 commit 27d66f3
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
118 | 121 | | |
119 | 122 | | |
120 | 123 | | |
| |||
0 commit comments