Skip to content
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 consent manager issues #165

Merged
merged 14 commits into from
Nov 12, 2024
Merged

Fix consent manager issues #165

merged 14 commits into from
Nov 12, 2024

Conversation

anjuchamantha
Copy link
Contributor

@anjuchamantha anjuchamantha commented Oct 29, 2024

Fix consent manager issues

This PR fixes multiple issues in consent manager portal.

Related Issues:

Applicable Labels: OB3 Accelerator


Development Checklist

  1. Build complete solution with pull request in place.
  2. Ran checkstyle plugin with pull request in place.
  3. Ran Findbugs plugin with pull request in place.
  4. Ran FindSecurityBugs plugin and verified report.
  5. Formatted code according to WSO2 code style.
  6. Have you verified the PR doesn't commit any keys, passwords, tokens, usernames, or other secrets?
  7. Migration scripts written (if applicable).
  8. Have you followed secure coding standards in WSO2 Secure Engineering Guidelines?

Testing Checklist

  1. Written unit tests.
  2. Verified tests in multiple database environments (if applicable).
  3. Tested with BI enabled (if applicable).

@anjuchamantha anjuchamantha changed the title [WIP] Fix consent manager issues Fix consent manager issues Nov 11, 2024
aka4rKO
aka4rKO previously approved these changes Nov 11, 2024
imesh94
imesh94 previously approved these changes Nov 12, 2024
@@ -222,13 +222,18 @@ export const AdvanceSearch = () => {
className="sBorder"
title="submit search"
onClick={() => {
let userId = searchUser;
let userIdList =[userId];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix formatting

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed with 5280d26

@anjuchamantha anjuchamantha dismissed stale reviews from imesh94 and aka4rKO via 5280d26 November 12, 2024 06:19
@aka4rKO aka4rKO merged commit 186419a into wso2:3.0.0 Nov 12, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants