-
Couldn't load subscription status.
- Fork 137
Remove Cf Role by Username #4172
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Org relations were not correctly passed to action builder - Pagination Monitor Helper used cache with stail obs - Create space. Refresh on stepper, create space, return to stepper and new space was ignored when validating space name - Obs containing list of spaces came from pag mon helper cache - cache did not contain latest list as cached obs had no subs when new space added - more details in code
- Ensures the correct obs is returned (first page vs all pages) Also, in AddEditSpaceStepBase.. - ensure we look for org spaces in the correct place - unsub from fetch org spaces obs once we have a response
…e-role-by-username
…e-role-by-username
…e-role-by-username
richard-cox
commented
Mar 20, 2020
...atures/cloud-foundry/users/manage-users/manage-users-modify/manage-users-modify.component.ts
Outdated
Show resolved
Hide resolved
richard-cox
commented
Mar 20, 2020
...atures/cloud-foundry/users/manage-users/manage-users-modify/manage-users-modify.component.ts
Show resolved
Hide resolved
richard-cox
commented
Mar 20, 2020
...ages/cloud-foundry/src/features/cloud-foundry/users/manage-users/manage-users.component.html
Show resolved
Hide resolved
richard-cox
commented
Mar 20, 2020
.../packages/cloud-foundry/src/shared/components/cf-role-checkbox/cf-role-checkbox.component.ts
Outdated
Show resolved
Hide resolved
richard-cox
commented
Mar 20, 2020
.../cloud-foundry/src/shared/components/list/list-types/cf-routes/cf-routes-data-source-base.ts
Outdated
Show resolved
Hide resolved
richard-cox
commented
Mar 20, 2020
...undry/src/shared/components/list/list-types/cf-org-users/cf-org-users-list-config.service.ts
Outdated
Show resolved
Hide resolved
richard-cox
commented
Mar 20, 2020
src/frontend/packages/cloud-foundry/src/shared/data-services/cf-user.service.ts
Outdated
Show resolved
Hide resolved
richard-cox
commented
Mar 20, 2020
src/frontend/packages/cloud-foundry/src/shared/data-services/cf-user.service.ts
Show resolved
Hide resolved
richard-cox
commented
Mar 20, 2020
src/frontend/packages/core/src/core/current-user-permissions.checker.ts
Outdated
Show resolved
Hide resolved
richard-cox
commented
Mar 20, 2020
richard-cox
commented
Mar 20, 2020
...rontend/packages/core/src/shared/components/list/list-table/table-row/table-row.component.ts
Outdated
Show resolved
Hide resolved
richard-cox
commented
Mar 20, 2020
- Work around FF bug (admin status overrides FF values) - Wire un unset roles by username FF
- caters for case when user removes there own `manager` role
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#4171 Details