2.3.3
2025-03-31
Release notes - Selfpoint3 - stable-2.3.3
Bug fixes
Removed default user group
Removed automatic "selfpoint" group assignment during user login to prevent unintended document access.
(SEL-6156, SEL-6157)
Fixed section display logic when opening tickets in admin view
Now correctly handles differences between sections hidden by: • Conditional show/hide rules • "Hide in admin"
This ensures that the first section is always hidden when it should be.
Fixed cached values in Summary component
Fixed cached display values in Summary component when switching between tickets in admin view. Ensures summaries always reflect the current ticket's data.
Log forced status changes
Forced status changes on tickets now produces logs in the ticket process history
(SEL-6409)
New & improved
Optimized log fetching in the admin ticket view
Logs are now only fetched when the History tab is opened (instead of on initial load), reducing ticket loading times.
Logs are fetched dynamically per tab (e.g., "Process" tab loads only process-related logs) with an initial batch of 10 logs.
Added "Load More/Load Less" buttons to fetch logs in optional increments (defualting to 10), minimizing unnecessary database queries.
Enhanced Process History Logs
Added connection name and new status information to process history logs for status changes
For forced status changes, connection is now labeled as "forced"
Note: Only applies to logs created after this update (historical logs won't show this information)
Last updated