Skip to content

Commit

Permalink
Merge branch 'release-v1.6.0' of github.com:opencrvs/opencrvs-country…
Browse files Browse the repository at this point in the history
…config into release-v1.6.0
  • Loading branch information
Zangetsu101 committed Sep 27, 2024
2 parents 044db55 + 94420eb commit 65ffe44
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/form/addresses/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const defaultAddressConfiguration: IAddressConfiguration[] = [
{
// INFORMANT ADDRESS FIELDS
precedingFieldId:
'birth.informant.informant-view-group.informant-nid-seperator',
'birth.informant.informant-view-group.informantBirthRegistrationNumber',
configurations: [
{
config: AddressSubsections.PRIMARY_ADDRESS_SUBSECTION,
Expand Down
7 changes: 0 additions & 7 deletions src/form/birth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,6 @@ export const birthForm: ISerializedForm = {
hideIfNidIntegrationEnabled.concat(hideIfInformantMotherOrFather),
true
),
// preceding field of address fields
divider('informant-nid-seperator', [
{
action: 'hide',
expression: informantNotMotherOrFather
}
]),
// ADDRESS FIELDS WILL RENDER HERE
divider('informant-address-seperator', [
{
Expand Down
1 change: 1 addition & 0 deletions src/translations/client.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1808,6 +1808,7 @@ search.locationNotFound,Label for location not found,Location Not Found,Emplacem
search.noDeclarations,The text when there is no declaration to review,No declarations to review,Aucune déclaration à examiner
search.noResultFor,The no result text,No results for ”{param}”,Aucun résultat pour “{param}”
search.noResults,Text to display if the search return no results for the current filters,No result to display,Aucun résultat à afficher
search.placeholder,Placeholder text of search input,Name of query,Nom de la requête
search.removeBbookmarkAdvancedSearchModalBody,Modal body for remove bookmark advacnced search,This advanced search bookmark will be removed from the side bar shortcut,Ce signet de recherche avancée sera supprimé du raccourci de la barre latérale
search.removeBookmarkAdvancedSearchModalTitle,Modal title for remove bookmark advacnced search,Remove search query?,Supprimer la requête de recherche ?
search.results,Results label at the top of the data table component,Results,Résultats
Expand Down

0 comments on commit 65ffe44

Please sign in to comment.