Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Commit 955dbfa

Browse files
authored
fix build (#340)
* fix build * add customisation on window
1 parent 86f37aa commit 955dbfa

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

packages/esm-patient-queues-app/src/routes.json

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
}
2828
],
2929
"extensions": [
30-
3130
{
3231
"name": "start-visit-form-button",
3332
"component": "startVisitFormButton",
@@ -97,9 +96,8 @@
9796
"title": "Clinical Room"
9897
}
9998
},
100-
10199
{
102-
"name" : "death-certification-notification",
100+
"name": "death-certification-notification",
103101
"component": "deathNotificationActionsButton",
104102
"slot": "patient-actions-slot"
105103
},
@@ -135,22 +133,31 @@
135133
"component": "endVisitModal"
136134
}
137135
],
138-
"workspaces": [
136+
"workspaces2": [
139137
{
140138
"name": "move-to-next-service-point-form-workspace",
141139
"component": "moveToNextServicePointFormWorkspace",
142-
"title": "Move to next service oint",
143-
"type": "form",
144-
"canMaximize": true,
145-
"width": "extra-wide"
140+
"window": "patient-chart-clinical-forms"
146141
},
147142
{
148143
"name": "start-visit-form-workspace",
149144
"component": "startVisitFormWorkspace",
150-
"title": "Start Visit",
151-
"type": "form",
152-
"canMaximize": true,
153-
"width": "extra-wide"
145+
"window": "patient-chart-clinical-forms"
146+
},
147+
{
148+
"name": "patient-form-entry-workspace",
149+
"component": "startVisitFormWorkspace",
150+
"window": "patient-chart-clinical-forms"
151+
}
152+
],
153+
"workspaceWindows2": [
154+
{
155+
"name": "patient-chart-clinical-forms",
156+
"icon": "clinicalFormActionButton",
157+
"order": 3,
158+
"width": "extra-wide",
159+
"group": "patient-chart",
160+
"canMaximize": true
154161
}
155162
]
156-
}
163+
}

0 commit comments

Comments
 (0)