Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/form/v2/birth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,12 @@ export const birthEvent = defineConfig({
'This is shown as the action name anywhere the user can trigger the action from',
id: 'event.birth.action.validate.label'
},
conditionals: [
{
type: ConditionalType.ENABLE,
conditional: not(flag('approval-required-for-late-registration'))
}
],
deduplication: {
id: 'birth-deduplication',
label: {
Expand All @@ -290,6 +296,12 @@ export const birthEvent = defineConfig({
'This is shown as the action name anywhere the user can trigger the action from',
id: 'event.birth.action.register.label'
},
conditionals: [
{
type: ConditionalType.ENABLE,
conditional: not(flag('approval-required-for-late-registration'))
}
],
deduplication: {
id: 'birth-deduplication',
label: {
Expand Down
1 change: 1 addition & 0 deletions src/translations/client.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2261,6 +2261,7 @@ verifyCertificate.successTitle,title for success alert,Valid QR code,Code QR val
verifyCertificate.successUrl,title for success alert for url validation,URL Verification,Vérification des URL
verifyCertificate.timeOut,message when time out after few minute,You been timed out,Délais expirée
verifyCertificate.toastMessage,Message for the toast when time spend 1 minute,"After verifying the certificate, please close the browser window","Après avoir vérifié le certificat, veuillez fermer la fenêtre du navigateur."
actions.notify,Notify action label,Notify,Notifier
views.idReader.label.manualInput,Label that shows below the divider on the id reader component,Complete fields below,Remplissez les champs ci-dessous
views.idReader.label.or,Label that shows on the divider,Or,Ou
views.idVerification.banner.actions.reset,,Reset,Réinitialiser
Expand Down
Loading