You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a cache error when you are editing some workflow scheme, this because we are not deleting the previous version from cache.
Expected Behavior
We need update this content in the cache when you save the changes
Current Behavior
We are not deleting the content from cache and for example:
If you archive some content and then you try to get the schemes of the content type via REST, we are getting the scheme with the archived property in false
Steps to Reproduce (for bugs)
Create a new Workflow
Associate this workflow to some content type
Via REST try to get all the schemes of this content type using this rest: http://localhost:8080/api/v1/workflow/schemes/schemescontenttypes/{contentTypeId}
Go via backend and archive this scheme
Made again the same call to the rest
Your Environment
Tested in the last master // postgres // FF
The text was updated successfully, but these errors were encountered:
* Fixing issues with the unit test
* #13581 fixing the sort on copy, the multitree was not respecting the treeorder
* #13929 fixing a cache issue for find by contenttype on workflows
We have a cache error when you are editing some workflow scheme, this because we are not deleting the previous version from cache.
Expected Behavior
We need update this content in the cache when you save the changes
Current Behavior
We are not deleting the content from cache and for example:
If you archive some content and then you try to get the schemes of the content type via REST, we are getting the scheme with the archived property in false
Steps to Reproduce (for bugs)
http://localhost:8080/api/v1/workflow/schemes/schemescontenttypes/{contentTypeId}
Your Environment
Tested in the last master // postgres // FF
The text was updated successfully, but these errors were encountered: