We’re releasing DataLion 2025.1.178, which fixes several user management issues and improves dashboard functionality.
👥 User Management Fixes
Admin Backend Working Again
- User Creation: Fixed the error that sometimes prevented creating new users
- User Search: Search functionality in the user list works properly now
- Sorting & Navigation: You can sort user lists and navigate between pages without errors
- Billing Calculations: User count tracking in Billing & Account now shows correct numbers for historical months
📊 Dashboard & Export Updates
PDF Export Improvements
- Dynamic Dashboards: PDFs now include all charts from dynamically-loaded dashboards, not just the visible ones
- Scroll-Based Loading: Dashboards set to „Load dynamically when scrolling into view“ export completely
Filter Functionality
- Multiple Default Values: Dashboard dropdown filters support multiple defaults again, both through the UI and JSON editing
- Static Global Filters: These are now recognized as changes immediately, update the URL automatically, and can be saved right away
🔗 Additional Fixes
Service Links
- Links to dashboards maintain all parameters and settings instead of redirecting to the project start page
Stacked Charts
- Decimal precision settings now apply correctly to mean values, following project or chart-specific settings
📝 Technical Details
For those working with dashboard filters:
- Multiple filter defaults:
"default":"2|3|4"
(pipe separator for OR logic) - Benchmark filters:
"default":"2,3,4"
(comma-separated)
This release focuses on fixing broken functionality and improving reliability. Thanks for your patience while we addressed these issues.