Skip to content

Commit

Permalink
FWF-3751: [Bugfix] Fix form loading issue for user with create submis…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
auslin-aot committed Oct 14, 2024
1 parent 591d88d commit 4bd9ab5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion forms-flow-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exceptiongroup==1.2.2
flask-jwt-oidc==0.7.0
flask-marshmallow==1.2.1
flask-restx==1.3.0
formsflow_api_utils @ git+https://github.com/shuhaib-aot/forms-flow-ai.git@feature/FWF-3679-subflow-creation-updation#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==23.0.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 @@ -17,4 +17,4 @@ markupsafe
PyJWT
redis
lxml
git+https://github.com/shuhaib-aot/forms-flow-ai.git@feature/FWF-3679-subflow-creation-updation#subdirectory=forms-flow-api-utils
git+https://github.com/AOT-Technologies/forms-flow-ai.git@develop#subdirectory=forms-flow-api-utils
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def find_all_active_by_formid(
)
query = cls.add_search_filter(query=query, search=search)
query = cls.access_filter(query=query)
query = cls.add_sort_filter(
query = add_sort_filter(
sort_by=sort_by,
sort_order=sort_order,
query=query,
Expand Down

0 comments on commit 4bd9ab5

Please sign in to comment.