Skip to content
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

COMCL-707: Fix Case Type Category Terms #1042

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

shahrukh-compuco
Copy link

Overview

This pr fixes the issue of wrong case type category being used on cases, awards and prospects pages. The issue was due to the fact that previously we were relying on cache to set and get the case type category, this was not 100% reliable as if two users are using the different case type category pages at the very same time it could result in wrong case type category term being displayed for either of the users. This pr replaces cache usage with session usage so that its more reliable.

@shahrukh-compuco shahrukh-compuco force-pushed the comcl-707-fix-case-type-category-terms branch from eb77f82 to 2ff0941 Compare September 4, 2024 09:10
@shahrukh-compuco shahrukh-compuco merged commit 2d05943 into master Sep 4, 2024
2 checks passed
@shahrukh-compuco shahrukh-compuco deleted the comcl-707-fix-case-type-category-terms branch September 4, 2024 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants