Commit 367129a
committed
fix: redirect to envelope validation page after signing envelope file
When signing a file that is part of an envelope, the system was
redirecting to the individual file validation page instead of the
envelope validation page. This caused users to see only the single
file information rather than the complete envelope view.
This fix checks if the signed file has a parent envelope and returns
the parent envelope UUID in the response, ensuring proper navigation
to the envelope validation view.
Signed-off-by: Vitor Mattos <[email protected]>1 parent 4ec2116 commit 367129a
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
135 | 141 | | |
136 | 142 | | |
137 | 143 | | |
138 | 144 | | |
139 | 145 | | |
140 | | - | |
| 146 | + | |
141 | 147 | | |
142 | 148 | | |
143 | 149 | | |
| |||
0 commit comments