Skip to content

Commit

Permalink
Consultation Updates (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: Ray Lee <[email protected]>
  • Loading branch information
mikejritter and Ray Lee authored Jul 24, 2024
1 parent 757230d commit c7ec5ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/plugins/recordTypes/consultation/fields.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,17 @@ export default (configContext) => {
messages: defineMessages({
fullName: {
id: 'field.consultations_common.involvedParty.fullName',
defaultMessage: 'Parties involved party',
defaultMessage: 'Parties involved person',
},
name: {
id: 'field.consultations_common.involvedParty.name',
defaultMessage: 'Party',
defaultMessage: 'Person',
},
}),
view: {
type: AutocompleteInput,
props: {
source: 'person/local,person/ulan',
source: 'person/local',
},
},
},
Expand All @@ -184,7 +184,7 @@ export default (configContext) => {
view: {
type: AutocompleteInput,
props: {
source: 'organization/local,organization/ulan',
source: 'organization/local',
},
},
},
Expand Down Expand Up @@ -261,18 +261,18 @@ export default (configContext) => {
messages: defineMessages({
fullName: {
id: 'field.consultations_common.consultParty.fullName',
defaultMessage: 'Consultation log party',
defaultMessage: 'Consultation log recipient',
},
name: {
id: 'field.consultations_common.consultParty.name',
defaultMessage: 'Party',
defaultMessage: 'Recipient',
},
}),
repeating: true,
view: {
type: AutocompleteInput,
props: {
source: 'person/local,person/ulan',
source: 'person/local',
},
},
},
Expand Down

0 comments on commit c7ec5ae

Please sign in to comment.