Skip to content

Commit

Permalink
fix issue with biometric ID (#59)
Browse files Browse the repository at this point in the history
Authored-by: Jean Daboul MAXY <[email protected]>
  • Loading branch information
jeandaboul authored Jan 11, 2022
1 parent 2dddbfe commit 07e9875
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions omod/src/main/webapp/fragments/search/m2SysSearch.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
<input type="text" name="fingerprintSubjectId" class="invisible" size="1" style="min-width:1em;"/>
<input type="hidden" id="biometricXml" name="biometricXml"/>
<input type="hidden" id="searchFinger" name="searchFinger" value="1"/>
<input type="hidden" id="nationalBiometricSubjectId" name="nationalBiometricSubjectId"/>
<input type="hidden" id="localBiometricSubjectId" name="localBiometricSubjectId"/>
<input type="hidden" name="successMessage" id="successMessage" value="${ ui.message("registrationapp.biometrics.m2sys.register.success") }"/>
<input type="hidden" name="errorMessage" id="errorMessage" value="${ ui.message("registrationapp.biometrics.m2sys.register.failure") }"/>
<input type="hidden" name="engineMessage" id="engineMessage" value="${ ui.message("registrationapp.biometrics.m2sys.errorEngine") }"/>
Expand Down

0 comments on commit 07e9875

Please sign in to comment.