Adding the ability to have a hidden reset for the resources.#1086
Merged
brendanbond merged 7 commits intomasterfrom Jul 7, 2025
Merged
Adding the ability to have a hidden reset for the resources.#1086brendanbond merged 7 commits intomasterfrom
brendanbond merged 7 commits intomasterfrom
Conversation
krishnpalchouhan
approved these changes
Feb 27, 2025
krishnpalchouhan
suggested changes
Feb 27, 2025
Contributor
krishnpalchouhan
left a comment
There was a problem hiding this comment.
Please close this PR as currently we are on 9.0.0-rc1
krishnpalchouhan
suggested changes
Feb 27, 2025
package.json
Outdated
| { | ||
| "name": "@formio/angular", | ||
| "version": "8.0.0-rc.3", | ||
| "version": "8.0.0-rc.6", |
projects/angular-formio/package.json
Outdated
| { | ||
| "name": "@formio/angular", | ||
| "version": "8.0.0-rc.3", | ||
| "version": "8.0.0-rc.6", |
brendanbond
approved these changes
Jul 1, 2025
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
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.
Link to Jira Ticket
https://formio.atlassian.net/browse/FIO-10084
Description
Within he Resource controller, it performs a load of the existing resource, and then while you are navigating within the resource (via edit, view, and delete), it keeps a cache of the loaded resource. There is currently no way to force a "reload" of this resource which could cause issues if you wish to fetch the latest version from the server within the resource view. This pull request adds a "reset" parameter to allow you to navigate to a route, and then pass a "reset" query parameter which will then perform a hard refresh of the loaded resource to ensure it grabs the latest versions.
Breaking Changes / Backwards Compatibility
None
Dependencies
None
How has this PR been tested?
Manual
Checklist: