-
Notifications
You must be signed in to change notification settings - Fork 265
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
Update rules feature with readonly support and missing resource alert messaging #7454
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
269371a
Improve rule component with readonly support + reource missing check …
jeradrutnam 75a5ede
Remove duplicate use-get-resource api hook
jeradrutnam 2dd73d5
Merge branch 'master' of https://github.com/wso2/identity-apps into r…
jeradrutnam 3205746
Add apiRoot to store.reducer.endpoints
jeradrutnam 5f74a67
🦋 Add changeset
jeradrutnam cb261d6
Fix alert message not showing properly issue in rules component
jeradrutnam 2c43412
Fix use-get-resource-list module import in rule component
jeradrutnam 93c635f
Update resource not found messaging in rule component
jeradrutnam 28f4754
Fix deleted resource detail caching issue in rules component
jeradrutnam 33a0fd0
Add missing data-componentid rule conditions component
jeradrutnam 8f997df
Add some missing doc comments in rules component utils
jeradrutnam f2a355b
Fix some type declarions in rules conditions component
jeradrutnam 67013b5
Add null check for findMetaValuesAgainst in rules condition component
jeradrutnam aa40b36
Fix alert flicker issue on saving in rule component
jeradrutnam 27c67a6
Fix wrong module version bump in changeset
jeradrutnam 45d4d42
Address some comments in pre-issue-access-token component
jeradrutnam 319b75f
Change useGetResourceListOrResourceDetails hook file namein rules com…
jeradrutnam f09ee88
Delete use-get-resource-list file in rules component
jeradrutnam e0fb4e7
Fix an issue in rules component
jeradrutnam 35dddfb
Improve readonly view in rules component
jeradrutnam File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@wso2is/admin.rules.v1": minor | ||
"@wso2is/admin.core.v1": minor | ||
"@wso2is/i18n": minor | ||
"@wso2is/admin.actions.v1": patch | ||
--- | ||
|
||
Add readonly view and missing resource alert support to the rules component |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.