Releases: Aam-Digital/ndb-core
Releases · Aam-Digital/ndb-core
3.43.0
3.43.0 (2024-11-25)
Bug Fixes
- prevent re-sync after reloading the app if user.project related permission is set (#2665) (7115646), closes #2542
- dashboard: widget shows correct number excluding inactive records (#2649) (1b20cea), closes #2647
- dashboard: improve layout of entity-count widget (#2643) (4922fd1), closes #2638
- dashboard: progress dashboard shows correct overall percentage again (#2663) (4c62214), closes #2659
- attendance status now always reliably saved (#2641) (a3e369f), closes #2615
- .i18n: add new translations (916f587)
- make location dialog save button always reachable on small screens (#2666) (16580a7), closes #2655
- prevent duplicate keys in filter options (#2640) (31d7ffd)
- resolve some issues with configuration of fields (#2681) (cfcc585), closes #2667 #2669 #2674
- .upgrade dependencies (3bdef84)
Features
- use GPS sensor data to set a location field (#2651) (0f4846c), closes #1579
- public forms: default values can now include dynamic values like current date (#2635) (c02ed26), closes #2401
- reporting: add multi-query support (#2644) (2237f66)
- core: support for nested navigation menu items (#2609) (7b788aa), closes #2249
- .core: allow hiding of fields through config (#2668) (961a9de), closes #2635
- .core: make subtitle and explanation for all dashboard widgets overwritable via config (#2656) (123154b), closes #2594
3.42.2
3.42.2 (2024-10-24)
Bug Fixes
- attendance: attendance overview tab lists archived activities separately now (#2616) (ac59557), closes #2587
- attendance: display all absent participants on dashboard (even if added via group) (ffa150f), closes #2618
- dashboard: improve UI and performance of count & disaggregation widget (#2575) (2e7b884), closes #2557
- Template Export: required filename pattern field is marked as required (d9caf50)
- updates for technical dependencies
- .deps: update dependencies and upgrade storybook (caca359)
- improvements to error handling and logging
3.42.1
3.42.0
3.42.0 (2024-10-02)
Bug Fixes
- Admin UI: make entity color configurable (b49fa12)
- catch potential errors when working with broken IDs (acae4a1)
- .demo: correctly generate category values again (a1dcea8)
- .i18n: update missing translations (42a78b3)
- update dependencies (software packages) (ddfc7e4)
Features
3.41.2
3.41.2 (2024-09-11)
Bug Fixes
- i18n: fix problems with translations (f121eff)
- display long texts (e.g. note texts) with linebreaks in the table (#2568) (904d20c), closes #2547
- Admin UI: make photo and percentage field types available for configuration (#2546) (482feae), closes #2503 #2121
- Admin UI: prevent editing of unsupported views causing broken system configuration (#2569) (f0a6a3c), closes #2466
- .avoid issues with demo-data causing error being saved to indexedDb (57ce7b4)
- fix some glitches in the behavior of dropdown components (c92021e)
- .make acceptable file types for attachments configurable (59e3d0b)
- .migrate ChildBlock config when used as viewComponent (ffbc197)
- .truncate filter params in URL to avoid HTTP 431 Error for overlong URLs (#2513) (c06a23a), closes #2388
3.41.1
3.41.0
3.41.0 (2024-08-29)
Bug Fixes
- bulk actions: use shift key to select a range of records (#2451) (831cb09), closes #2290
- user: display better user profile information (#2506) (2f749d9), closes #2504
- delete user account when deleting the user profile entity (#2514) (659803a)
- dropdown options of select fields use the full available width for better readability (#2508) (6cb284a), closes #2494
- inherited values also work from initial values of a new entity (#2549) (19fb3eb), closes #2431
- sync performance improved (starts only one sync job at a time) (#2534) (c8875f8)
- remove pre-defined standard fields to clean up custom configurations (#2510) (6cee3fc)
Features
- inherited fields: configure rules to automatically "inherit" the value from a linked "parent" record (e.g. copying the category of a linked event into your new event to avoid manual re-entering of details). Inherited fields and their status are shown in the forms interface and can be manually overwritten or reset (#2437) (a77bd02)