processmaker
processmaker copied to clipboard
ProcessMaker BPM Core
bugfix/FOUR-17745: Smart Inbox> filters are not changing when different saved searches are selected
## How to Test 1. Go to server 2. Go to tasks page 3. use the filters and create a saved search 4. Go to Tasks page 5. Press inbox...
## 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 -...
## Tickets solved by this PR: - https://processmaker.atlassian.net/browse/FOUR-21119 ## Solution - Added missing translations ## Important The following commands must be executed for this change to take effect: ``` php...
## Issue & Reproduction Steps Mobile Version doesn't have a close button for the hamburger ## Solution changed the navbar-icon when expended for mobile ## Related Tickets & Packages https://processmaker.atlassian.net/browse/FOUR-21268
## Issue & Reproduction Steps There were 2 problems here - When a user was added to a group using the Admin interface, timestamps were not saved in the group_members...
## Tickets Solved by this PR: - https://processmaker.atlassian.net/browse/FOUR-17640 ## Solution - Changed the timeout effect to 'kill' whenever the timeout is reached. ## How to Test 1. Create a script...
Fix export when nested screen does not exist See https://processmaker.atlassian.net/browse/FOUR-22988
https://github.com/ProcessMaker/processmaker/pull/8107 for winter
## Issue & Reproduction Steps Prepare a proof of concept enabling elastic search for Cases ## How to Test - Configure the following env variables - `SCOUT_DRIVER=elastic` - `ELASTIC_HOST=http://elasticsearch:9200` -...
Idea for a simple feature flag system using configs. Notes: - Maybe we should have 2 new columns in the Release Checklist: "New Feature Flags" and "Features To Enable" -...