Skip to content

Commit

Permalink
Merge pull request #29 from uwcirg/feature/primary-author-label-fix
Browse files Browse the repository at this point in the history
fix Primary Author column label
  • Loading branch information
achen2401 authored Jul 19, 2023
2 parents 851c86e + ab512ae commit aa7a8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
{"expr":"$$.name[0].family","label":"Last Name"},
{"expr":"$$.birthDate","label":"Birth Date"},
{"dataType":"timeAgo","defaultSort":"asc","expr":"$$.extension[?(@.url=='http://isacc.app/time-of-last-unfollowedup-message')].valueDateTime","label":"Time Since Reply","sortBy":"time-of-last-unresponded-message"},
{"expr":"$$.generalPractitioner[0].display","label":"PrimaryAuthor","sortBy":"general-practitioner"}
{"expr":"$$.generalPractitioner[0].display","label":"Primary Author","sortBy":"general-practitioner"}
]
depends_on:
Expand Down

0 comments on commit aa7a8d6

Please sign in to comment.