From 0f1ca310a768521824ae6c8256beec251319fa0b Mon Sep 17 00:00:00 2001 From: vimla01 <224776616+vimla01@users.noreply.github.com> Date: Wed, 10 Dec 2025 04:28:09 +0530 Subject: [PATCH 1/3] RA-1747: Hide 'Admit to inpatient' button on patient dashboard --- omod/src/main/resources/styles/referenceapplication.scss | 6 +++++- pom.xml | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/omod/src/main/resources/styles/referenceapplication.scss b/omod/src/main/resources/styles/referenceapplication.scss index 1ff0b1fd..1c58747a 100644 --- a/omod/src/main/resources/styles/referenceapplication.scss +++ b/omod/src/main/resources/styles/referenceapplication.scss @@ -3,4 +3,8 @@ @import "font-awesome-5/fa-brands"; @import "font-awesome-5/fa-regular"; @import "font-awesome-5/fa-solid"; -@import "font-awesome-5/fontawesome"; \ No newline at end of file +@import "font-awesome-5/fontawesome"; + +#referenceapplication\.realTime\.simpleAdmission { + display: none !important; +} diff --git a/pom.xml b/pom.xml index 01cff405..bcb76f17 100644 --- a/pom.xml +++ b/pom.xml @@ -520,9 +520,10 @@ org.apache.maven.plugins maven-compiler-plugin + 3.8.1 - 1.6 - 1.6 + 1.8 + 1.8 From 3e69bb57b8043f340e4120dc251462b40857651f Mon Sep 17 00:00:00 2001 From: vimla01 <224776616+vimla01@users.noreply.github.com> Date: Fri, 26 Dec 2025 23:14:45 +0530 Subject: [PATCH 2/3] Revert accidental Java version change --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index bcb76f17..01cff405 100644 --- a/pom.xml +++ b/pom.xml @@ -520,10 +520,9 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 - 1.8 - 1.8 + 1.6 + 1.6 From f484b21cfe2bb543d029a5a0a2ea41daaa466b52 Mon Sep 17 00:00:00 2001 From: vimla01 <224776616+vimla01@users.noreply.github.com> Date: Mon, 23 Feb 2026 21:37:43 +0530 Subject: [PATCH 3/3] fixed --- omod/src/main/resources/styles/referenceapplication.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omod/src/main/resources/styles/referenceapplication.scss b/omod/src/main/resources/styles/referenceapplication.scss index 1c58747a..80e20f8c 100644 --- a/omod/src/main/resources/styles/referenceapplication.scss +++ b/omod/src/main/resources/styles/referenceapplication.scss @@ -6,5 +6,5 @@ @import "font-awesome-5/fontawesome"; #referenceapplication\.realTime\.simpleAdmission { - display: none !important; + display: none; }