-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
historical search to main #5438
Conversation
Fixed the observations in FOIMOD-2975 CFD
# Conflicts: # forms-flow-web/src/apiManager/services/FOI/foiRequestServices.js # forms-flow-web/src/components/FOI/FOIRequest/FOIRequest.js # forms-flow-web/src/components/FOI/customComponents/StateDropDown.js
historical request features to dev rook
add sorting and request type filter for historical search
minor bug fix for historical search sorting
historical records download
# Conflicts: # docker-compose.yml # forms-flow-web/src/actions/FOI/foiActionConstants.js # forms-flow-web/src/actions/FOI/foiRequestActions.js # forms-flow-web/src/apiManager/services/FOI/foiRecordServices.js # forms-flow-web/src/components/FOI/FOIRequest/FOIRequest.js # forms-flow-web/src/components/FOI/customComponents/Records/index.js # forms-flow-web/src/modules/FOI/foiRequestsReducer.js
merge latest dev to dev-rook
fix minor bug
added oipc no filter for historical search
fix minor bug
added oipc no filter for historical search
advanced search ux updates
bug fixes for advanced search updates
# Conflicts: # forms-flow-web/src/apiManager/services/FOI/foiRecordServices.js # forms-flow-web/src/components/FOI/FOIRequest/FOIRequest.js
merge latest dev to dev-rook (consults)
…t and new version) in regards to records page count data. Client no longer sends recordspagecount data when requests are updated and created by IAO. Instead BE and DB call is done to get the latest recordspagecount from the latest ministry request (which was generated by the page count calculator)
UX updates for disabled fields
Ticket 3467 - Incorrect page count (recordspagecount) bug fix
UX updates for disabled fields
merge historical search to dev
… mode # Conflicts: # forms-flow-web/src/apiManager/services/FOI/foiAdvancedSearchServices.js
else: | ||
basequery+= ' LIMIT 100' | ||
|
||
rs = db.session.execute(text(basequery)) |
Check failure
Code scanning / CodeQL
SQL query built from user-controlled sources High
user-provided value
This SQL query depends on a
user-provided value
This SQL query depends on a
user-provided value
This SQL query depends on a
user-provided value
This SQL query depends on a
user-provided value
This SQL query depends on a
user-provided value
This SQL query depends on a
user-provided value
This SQL query depends on a
user-provided value
This SQL query depends on a
user-provided value
This SQL query depends on a
user-provided value
This SQL query depends on a
user-provided value
This SQL query depends on a
user-provided value
This SQL query depends on a
user-provided value
Copilot Autofix AI about 1 month ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
No description provided.