@openmrs/esm-patient-registration-app 8.5.1-pre.5790 → 8.5.1-pre.5806
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/dist/3093.js +1 -1
- package/dist/3093.js.map +1 -1
- package/dist/627.js +1 -1
- package/dist/openmrs-esm-patient-registration-app.js.buildmanifest.json +4 -4
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/patient-registration/field/id/id-field.component.tsx +1 -1
- package/src/widgets/edit-patient-details-button.component.tsx +0 -1
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"auxiliaryFiles": [
|
|
70
70
|
"627.js.map"
|
|
71
71
|
],
|
|
72
|
-
"hash": "
|
|
72
|
+
"hash": "652b9399973b337f",
|
|
73
73
|
"childrenByOrder": {}
|
|
74
74
|
},
|
|
75
75
|
{
|
|
@@ -424,9 +424,9 @@
|
|
|
424
424
|
"initial": false,
|
|
425
425
|
"entry": false,
|
|
426
426
|
"recorded": false,
|
|
427
|
-
"size":
|
|
427
|
+
"size": 1079,
|
|
428
428
|
"sizes": {
|
|
429
|
-
"javascript":
|
|
429
|
+
"javascript": 1079
|
|
430
430
|
},
|
|
431
431
|
"names": [],
|
|
432
432
|
"idHints": [],
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"auxiliaryFiles": [
|
|
441
441
|
"3093.js.map"
|
|
442
442
|
],
|
|
443
|
-
"hash": "
|
|
443
|
+
"hash": "49940659d21c6abe",
|
|
444
444
|
"childrenByOrder": {}
|
|
445
445
|
},
|
|
446
446
|
{
|
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.24.0"},"pages":[{"component":"root","route":"patient-registration","online":true,"offline":true},{"component":"editPatient","routeRegex":"patient\\/([a-zA-Z0-9\\-]+)\\/edit","online":true,"offline":true}],"extensions":[{"component":"addPatientLink","name":"add-patient-action","slot":"top-nav-actions-slot","online":true,"offline":true,"order":30},{"component":"patientPhotoExtension","name":"patient-photo-widget","slot":"patient-photo-slot","online":true,"offline":true},{"component":"editPatientDetailsButton","name":"edit-patient-details-button","slot":"patient-actions-slot","online":true,"offline":true},{"component":"editPatientDetailsButton","name":"edit-patient-details-button","slot":"patient-search-actions-slot","online":true,"offline":true}],"modals":[{"name":"cancel-patient-edit-modal","component":"cancelPatientEditModal"},{"name":"delete-identifier-confirmation-modal","component":"deleteIdentifierConfirmationModal"}],"version":"8.5.1-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":"^2.24.0"},"pages":[{"component":"root","route":"patient-registration","online":true,"offline":true},{"component":"editPatient","routeRegex":"patient\\/([a-zA-Z0-9\\-]+)\\/edit","online":true,"offline":true}],"extensions":[{"component":"addPatientLink","name":"add-patient-action","slot":"top-nav-actions-slot","online":true,"offline":true,"order":30},{"component":"patientPhotoExtension","name":"patient-photo-widget","slot":"patient-photo-slot","online":true,"offline":true},{"component":"editPatientDetailsButton","name":"edit-patient-details-button","slot":"patient-actions-slot","online":true,"offline":true},{"component":"editPatientDetailsButton","name":"edit-patient-details-button","slot":"patient-search-actions-slot","online":true,"offline":true}],"modals":[{"name":"cancel-patient-edit-modal","component":"cancelPatientEditModal"},{"name":"delete-identifier-confirmation-modal","component":"deleteIdentifierConfirmationModal"}],"version":"8.5.1-pre.5806"}
|
package/package.json
CHANGED
|
@@ -120,7 +120,7 @@ export const Identifiers: React.FC = () => {
|
|
|
120
120
|
|
|
121
121
|
return (
|
|
122
122
|
<div className={styles.halfWidthInDesktopView}>
|
|
123
|
-
<UserHasAccess privilege={['Get Identifier Types', 'Add
|
|
123
|
+
<UserHasAccess privilege={['Get Identifier Types', 'Add Patient Identifiers']}>
|
|
124
124
|
<div className={styles.identifierLabelText}>
|
|
125
125
|
<h4 className={styles.productiveHeading02Light}>{t('idFieldLabelText', 'Identifiers')}</h4>
|
|
126
126
|
<Button
|
|
@@ -20,7 +20,6 @@ const EditPatientDetailsButton: React.FC<EditPatientDetailsButtonProps> = ({ pat
|
|
|
20
20
|
<button
|
|
21
21
|
className="cds--overflow-menu-options__btn"
|
|
22
22
|
role="menuitem"
|
|
23
|
-
title={t('editPatientDetails', 'Edit patient details')}
|
|
24
23
|
data-floating-menu-primary-focus
|
|
25
24
|
onClick={handleClick}>
|
|
26
25
|
<span className="cds--overflow-menu-options__option-content">
|