-
Notifications
You must be signed in to change notification settings - Fork 66
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
Manage application name update of fragment apps. #269
Manage application name update of fragment apps. #269
Conversation
...on/identity/organization/management/application/listener/FragmentApplicationMgtListener.java
Show resolved
Hide resolved
...on/identity/organization/management/application/listener/FragmentApplicationMgtListener.java
Outdated
Show resolved
Hide resolved
...on/identity/organization/management/application/listener/FragmentApplicationMgtListener.java
Outdated
Show resolved
Hide resolved
...on/identity/organization/management/application/listener/FragmentApplicationMgtListener.java
Outdated
Show resolved
Hide resolved
...on/identity/organization/management/application/listener/FragmentApplicationMgtListener.java
Show resolved
Hide resolved
...on/identity/organization/management/application/listener/FragmentApplicationMgtListener.java
Outdated
Show resolved
Hide resolved
IdentityUtil.threadLocalProperties.get() | ||
.put(UPDATED_APPLICATION_NAME, serviceProvider.getApplicationName()); | ||
} | ||
} else if (!isInternalProcess(tenantDomain)) { |
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.
This logic need not be inside else if block. You can have as a normal if condition by checking the application update by internal process of root org. If name is different, can throw the exception.
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.
only sub organizations name update using external process should be blocked. therfore added the else if block
...on/identity/organization/management/application/listener/FragmentApplicationMgtListener.java
Outdated
Show resolved
Hide resolved
d313ae0
to
68d8c89
Compare
...on/identity/organization/management/application/listener/FragmentApplicationMgtListener.java
Outdated
Show resolved
Hide resolved
...on/identity/organization/management/application/listener/FragmentApplicationMgtListener.java
Outdated
Show resolved
Hide resolved
68d8c89
to
cf1c635
Compare
cf1c635
to
6b227f2
Compare
PR builder started |
PR builder completed |
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.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/6638300315
… release v1.3.27
… for next development iteration
Purpose
with this PR
Fixes for