Commit c6cfaf2
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'1 parent 16856a9 commit c6cfaf2
1 file changed
+1
-1
lines changed| 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