Skip to content

Commit

Permalink
Merge pull request AOT-Technologies#2267 from auslin-aot/bugfix/FWF-3…
Browse files Browse the repository at this point in the history
…751-form-loading-issue-fix

FWF-3751: [Bugfix] Fix form loading issue for user with create submission
  • Loading branch information
arun-s-aot authored Oct 14, 2024
2 parents 35afacd + 4bd9ab5 commit d88b3d3
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 d88b3d3

Please sign in to comment.