Skip to content

Commit

Permalink
Merge branch 'release-2.12.x' into TASK-5395
Browse files Browse the repository at this point in the history
  • Loading branch information
gpveronica authored Dec 14, 2023
2 parents edbcdae + b7d8b3b commit fe0b009
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions src/webcomponents/clinical/clinical-analysis-group.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,18 +162,16 @@ export default class ClinicalAnalysisGroup extends LitElement {
showToolbar: false,
showCreate: false,
groups: [
// Note 20231211 Vero:
// To fix analyst as array after discuss with Nacho if and how makes sense to group by analyst
// {
// id: "analyst",
// distinctField: "analyst.id",
// queryField: "analystId",
// display: {
// title: "Analyst",
// icon: "fa-user-circle",
// emptyTitle: "Unassigned",
// },
// },
{
id: "analyst",
distinctField: "analysts.id",
queryField: "analystId",
display: {
title: "Analyst",
icon: "fa-user-circle",
emptyTitle: "Unassigned",
},
},
{
id: "status",
title: "Status",
Expand Down

0 comments on commit fe0b009

Please sign in to comment.