-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix(service management): fix 400 issue when clicking 'Load More' button #1175
fix(service management): fix 400 issue when clicking 'Load More' button #1175
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
@ss-nikunj Did you test this scenario in App Management section? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully tested locally, LGTM!
Hi @manojava-gk, Yes I tested it in App Management section. There it is working fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you please update the changelog? (frist rebase to main)
@manojava-gk could you please review?
c40ee10
to
3232611
Compare
@evegufy Rebase & Changelog modified as you mentioned. @manojava-gk Can you please review it again? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Hi @evegufy, @manojava-gk approved this PR. can you please merge it? |
This comment was marked as duplicate.
This comment was marked as duplicate.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please resolve merge conflicts
3232611
to
f9ddc12
Compare
@oyo Merged conflict resolved! Can you please verify and merge it? Thank you! 🙂 |
f9ddc12
to
cb61cae
Compare
Quality Gate passedIssues Measures |
Hi @evegufy, As you mentioned, I have removed the changelog entry and added it to the description. |
Description
In the Service Request Management section, clicking the 'Load More' button generates a 400 Bad Request error, preventing additional service requests from being loaded.
A 400 Bad Request error is generated when attempting to load more service requests.
Issue
Checklist
CHANGELOG