From a62fd5d9b2e65478fb9c77e3f74150962073164a Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Fri, 29 Jul 2022 10:57:55 -0700 Subject: [PATCH] IO-1861 Scoreboard entry edit bug fixes. --- .../scoreboard-jobs-list.component.jsx | 10 +++++++--- client/src/graphql/scoreboard.queries.js | 3 +++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/client/src/components/scoreboard-jobs-list/scoreboard-jobs-list.component.jsx b/client/src/components/scoreboard-jobs-list/scoreboard-jobs-list.component.jsx index eb4a5da7a..593f11ce7 100644 --- a/client/src/components/scoreboard-jobs-list/scoreboard-jobs-list.component.jsx +++ b/client/src/components/scoreboard-jobs-list/scoreboard-jobs-list.component.jsx @@ -1,5 +1,5 @@ import { useQuery } from "@apollo/client"; -import { Button, Card, Input, Modal, Space, Table } from "antd"; +import { Button, Card, Input, Modal, Space, Table, Typography } from "antd"; import React, { useState } from "react"; import { useTranslation } from "react-i18next"; import { Link } from "react-router-dom"; @@ -118,16 +118,20 @@ export default function ScoreboardJobsList({ scoreBoardlist }) { )} + + + {t("general.labels.searchresults", { search: state.search })} + { setState((state) => ({ ...state, search: value })); }} - value={state.search} + //value={state.search} enterButton /> diff --git a/client/src/graphql/scoreboard.queries.js b/client/src/graphql/scoreboard.queries.js index fc7029677..4dc7d522b 100644 --- a/client/src/graphql/scoreboard.queries.js +++ b/client/src/graphql/scoreboard.queries.js @@ -111,6 +111,9 @@ export const QUERY_SCOREBOARD_PAGINATED = gql` v_make_desc v_model_desc v_model_yr + ownr_fn + ownr_ln + ownr_co_nm } date bodyhrs