Commit c700165
committed
fix: correct property name for file UUID in FileElementController
The FileElementService::getVisibleElementFromProperties() method expects
the 'uuid' key but the controller was passing 'fileUuid', causing the
file lookup to fail with 'File not found for visible element' error.
This fixes the issue where creating file elements (visible signature
elements) via the API endpoint /api/v1/file-element/{uuid} was failing
with a 404 error.
Fixes: Behat test 'Request to sign using email as identifier and when
is necessary to use visible elements'
Signed-off-by: Vitor Mattos <[email protected]>1 parent 16856a9 commit c700165
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments