diff --git a/frontend/src/components/layout/Header.js b/frontend/src/components/layout/Header.js index 19103d9986..03a22f62b7 100644 --- a/frontend/src/components/layout/Header.js +++ b/frontend/src/components/layout/Header.js @@ -6,14 +6,13 @@ import UserSessionDetailsContext from "../../UserSessionDetailsContext"; import "../Style.css"; import { Select, SelectItem } from "@carbon/react"; import config from "../../config.json"; -import { getFromOpenElisServer } from "../utils/Utils"; import { Search, Notification, Language, UserAvatarFilledAlt, Logout, - Close + Close, } from "@carbon/icons-react"; import { @@ -33,7 +32,7 @@ import { function OEHeader(props) { const { releaseNumber } = useContext(ConfigurationContext); - const {BANNER_TEXT} = useContext(ConfigurationContext); + const { BANNER_TEXT } = useContext(ConfigurationContext); const { userSessionDetails, logout } = useContext(UserSessionDetailsContext); const [switchCollapsed, setSwitchCollapsed] = useState(true); const userSwitchRef = createRef(); @@ -51,9 +50,15 @@ function OEHeader(props) { const panelSwitchIcon = () => { return userSessionDetails.authenticated ? ( - switchCollapsed?: + switchCollapsed ? ( + + ) : ( + + ) + ) : switchCollapsed ? ( + ) : ( - switchCollapsed? : + ); }; @@ -76,7 +81,7 @@ function OEHeader(props) {
( + render={({ isSideNavExpanded, onClickSideNavExpand }) => (
{userSessionDetails.authenticated && (
  • - +
  • @@ -321,7 +330,12 @@ function OEHeader(props) { - + diff --git a/pom.xml b/pom.xml index 04ed86b77b..487dcb07a7 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 2 8 0 - 14 + 15 UTF-8 ${project.basedir}/liquibase/liquibase.properties 1.4.1 diff --git a/src/main/resources/liquibase/2.8.x.x/base.xml b/src/main/resources/liquibase/2.8.x.x/base.xml index 0023e3ab6b..5cc9f8b97f 100644 --- a/src/main/resources/liquibase/2.8.x.x/base.xml +++ b/src/main/resources/liquibase/2.8.x.x/base.xml @@ -11,4 +11,5 @@ + \ No newline at end of file diff --git a/src/main/resources/liquibase/2.8.x.x/immunohistochemistry.xml b/src/main/resources/liquibase/2.8.x.x/immunohistochemistry.xml index fdf82d5084..b42052035c 100644 --- a/src/main/resources/liquibase/2.8.x.x/immunohistochemistry.xml +++ b/src/main/resources/liquibase/2.8.x.x/immunohistochemistry.xml @@ -130,7 +130,7 @@ 8:0fb458f9d4381982c866b642617489ba - select count(*) from clinlims.test where description = 'Immunohistochemistry examination'; + select count(*) from clinlims.test where description = 'Anti-Pan Keratin'; add immunohistochemistry test and sample type info