Skip to content

Commit

Permalink
Updated requirement txt and changed tooltip (AOT-Technologies#2000)
Browse files Browse the repository at this point in the history
* Updated requriement txt and changed tooltip

* changed typo in git url
  • Loading branch information
shuhaib-aot authored Apr 5, 2024
1 parent df00651 commit 8a43590
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion forms-flow-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ecdsa==0.18.0
flask-jwt-oidc==0.3.0
flask-marshmallow==1.2.1
flask-restx==1.3.0
formsflow_api_utils @ git+https://github.com/aot-technologies/forms-flow-ai.git@b68db2b66d606bb30436200de1497f60b35f38b1#subdirectory=forms-flow-api-utils
formsflow_api_utils @ git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#subdirectory=forms-flow-api-utils
gunicorn==21.2.0
h11==0.14.0
h2==4.1.0
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-api/requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ sqlalchemy_utils
markupsafe
PyJWT
redis
git+https://github.com/aot-technologies/forms-flow-ai.git@ignore-logs-dev#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
2 changes: 1 addition & 1 deletion forms-flow-documents/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ecdsa==0.18.0
flask-jwt-oidc==0.3.0
flask-marshmallow==1.2.1
flask-restx==1.3.0
formsflow_api_utils @ git+https://github.com/AOT-Technologies/forms-flow-ai.git@d4f8bf6d3f0d0917d799724f996b599ab30dafaf#subdirectory=forms-flow-api-utils
formsflow_api_utils @ git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#subdirectory=forms-flow-api-utils
gunicorn==21.2.0
h11==0.14.0
h2==4.1.0
Expand Down
2 changes: 1 addition & 1 deletion forms-flow-documents/requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ PyJWT
selenium
selenium-wire
nested-lookup
git+https://github.com/AOT-Technologies/forms-flow-ai.git@ignore-logs-dev#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#egg=formsflow_api_utils&subdirectory=forms-flow-api-utils
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const ServiceFlowTaskDetails = React.memo(() => {
<Col >
<Row className="ms-0 task-header">{task?.name}</Row>
<Row className="ms-0 fs-5 fw-normal">
<span className="application-id" title={t("Process Name")}>
<span className="application-id" title={t("Workflow")}>
{" "}
{
getProcessDataObjectFromList(processList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ const TaskHeaderListView = React.memo(({task,taskId,groupView = true}) => {
}

{vissibleAttributes?.taskVisibleAttributes?.assignee &&
<Col xs={2} >
<div className="tab-width">
<Col xs={2} onClick={(e)=> e.stopPropagation()} >
<div className="tab-width px-3">
<div>
<h6 className="fw-bold">{t("Assignee")}</h6>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const ServiceFlowTaskList = React.memo((props) => {

<div className="fs-16 d-flex justify-content-between">
<div className="pe-0 mw-65 text-truncate">
<span data-toggle="tooltip" title="Form Name">
<span data-toggle="tooltip" title={t("Workflow")}>
{
getProcessDataObjectFromList(
processList,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ const ServiceTaskListViewDetails = React.memo(() => {
<Col xs={4}>
<Row className="ms-0 task-header">{task?.name}</Row>
<Row className="ms-0 fs-5 fw-normal">
<span className="application-id" title={t("Process Name")}>
<span className="application-id" title={t("Workflow")}>
{" "}
{
getProcessDataObjectFromList(processList,
Expand Down

0 comments on commit 8a43590

Please sign in to comment.