FOUR-19110: [40531] changes on screen are not reflected in ongoing cases#7427
Merged
ryancooley merged 3 commits intonextfrom Sep 29, 2024
Merged
FOUR-19110: [40531] changes on screen are not reflected in ongoing cases#7427ryancooley merged 3 commits intonextfrom
ryancooley merged 3 commits intonextfrom
Conversation
… for cache control
ryancooley
approved these changes
Sep 27, 2024
|
QA server K8S was successfully deployed https://ci-366b9da8b8.engk8s.processmaker.net |
Contributor
|
Seems there is no cache in the screen: ScreenCache.mov |
|
QA server K8S was successfully deployed https://ci-366b9da8b8.engk8s.processmaker.net |
Contributor
|
@caleeli Is this not the intended behavior? It seems as if it handled the situation correctly. First it returns a 200, then it returns a 304 not modified. cc: @eiresendez |
danloa
approved these changes
Sep 27, 2024
Contributor
danloa
left a comment
There was a problem hiding this comment.
I had some issue, probably web browser related. It used the disk cache to retrieve the screen. After I disabled and enabled the browser cache, everything is working correctly now.
devmiguelangel
approved these changes
Sep 27, 2024
…lidation for cache control" This reverts commit 1858009.
… updates are reflected - Added a version parameter to screen URLs based on the last modified id. - Ensures that changes in the screen trigger a new URL, bypassing cached versions. - Prevents stale data by forcing the browser to fetch the updated resource when changes occur.
|
QA server K8S was successfully deployed https://ci-366b9da8b8.engk8s.processmaker.net |
danloa
approved these changes
Sep 27, 2024
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.


Issue & Reproduction Steps
Current behavior
Expected behavior
Solution
How to Test
Related Tickets & Packages
Code Review Checklist
ci:next
ci:deploy
ci:screen-builder:bugfix/FOUR-19110