Feature/four 26166 b#8802
Open
caleeli wants to merge 706 commits intofeature/FOUR-26166from
Open
Conversation
FOUR-28520 Reassign > The imported process does not list all reassign…
FOUR-27993: Mobile > Processes view is not working correctly
FOUR-27904 Web entry Authenticated, is not working, when the start ev…
Smart Extract - HTIL
bugfix/FOUR-21604 Display Screen moustache syntax is rendering data as a date
Epic/FOUR-26391: AI Data Connectors Implementation
FOUR-28794: Delete notifications tied to case on delete and add test
FOUR-24108 Reassignment form is not hidden in tasks where the "Allow …
…users due to inefficient query for filtering
FOUR-28328: The "save as template" option should not be displayed for a screen template.
…r overlap in app.php.
….js; enhance Session.vue to utilize session state updates and warnings. This includes adding BroadcastChannel support for session events, localStorage management for session state, and integrating session renewal logic in the Session component.
…bootstrap.js; update Session.vue to handle session expiration and logout functionality with improved button interactions. Modify session.js to ensure proper handling of timeout warning seconds.
FOUR-28838: Fix case detail error when case is deleted via API
Prefix ambiguous columns in ProcessRequestToken::scopeFilter with process_request_tokens to avoid conflicts when queries include joins or subqueries. Add feature tests in TasksTest: one to verify free-text filtering returns matching tasks, and another to ensure scopeFilter works with a joined subquery (uses qualified column names). These changes prevent ambiguous column errors and validate filtering behavior.
Qualify the id column in ProcessRequestToken scopeFilter whereIn calls to use process_request_tokens.id to avoid ambiguous column errors when queries include joins/subqueries. Tests updated: import Setting, add assertion to exclude non-matching task, introduce buildJoinedSubquery helper that replicates the Saved Search join pattern, refactor existing join test to use the helper, and add a new test to verify the indexed-search numeric filter path works with the joined subquery (creates indexed-search setting and checks results by id).
FOUR-30670 Fix More Vulnerabilities
FOUR-30703 | Save Search Shows “Error Loading Items” in Available Columns
FOUR-30704: REGRESSION Not all pages are displayed on forms tab to request
FOUR-30705 Fix DevLink
FOUR-30724 Fix swagger generate problem
observation/FOUR-30742 There is not header in process documentation
rodriquelca
approved these changes
Apr 28, 2026
FOUR-30672 Update custom packages
|
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
Describe the issue this ticket solves and describe how to reproduce the issue (please attach any fixtures used to reproduce the issue).
Solution
How to Test
Describe how to test that this solution works.
Related Tickets & Packages
Code Review Checklist