Skip to content

Releases: Aam-Digital/ndb-core

3.42.2

24 Oct 07:36
72c0b5a
Compare
Choose a tag to compare

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
    • .ensure base types like Note are migrated (2666517)
    • .i18n: update translations (62d2e03)
    • .prevent component init error (#2620) (01d607a)
    • .prevent error when attempting to log details of failed to fetch (e844ec8)

3.42.1

05 Oct 03:02
3628401
Compare
Choose a tag to compare

3.42.1 (2024-10-05)

Bug Fixes

3.42.0

02 Oct 17:05
e39728f
Compare
Choose a tag to compare

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

  • bulk edit - update a field for multiple entities at once (#2565) (4a0e252), closes #2291
  • template export support (pdf generator with "mail merge"-type functionality) (27f6f44)

3.41.2

11 Sep 22:28
0418c65
Compare
Choose a tag to compare

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

30 Aug 10:54
9a7ac26
Compare
Choose a tag to compare

3.41.1 (2024-08-30)

Bug Fixes

  • improved test and production configuration

3.41.0

29 Aug 13:06
03d854c
Compare
Choose a tag to compare

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)

3.40.0

13 Aug 07:42
704d3ae
Compare
Choose a tag to compare

3.40.0 (2024-08-13)

Bug Fixes

  • show archived records greyed out to make them distinguishable from active records (#2505) (c4cde7e), closes #2229

Features

  • support for sql reports without date range (#2502) (6235b04)

3.39.3

03 Aug 07:22
28500e1
Compare
Choose a tag to compare

3.39.3 (2024-08-03)

Bug Fixes

  • file attachments: avoid errors while offline (840cffd), closes #2450
  • sync: skip sync requests while offline (a70251f)
  • fix: update local user permissions to always reflect the user's assigned projects (68a063a), closes #2470

3.39.2

01 Aug 20:39
39e9649
Compare
Choose a tag to compare

3.39.2 (2024-08-01)

Bug Fixes

  • better logging in case of connection and config problems
    • .logging: log better details of DB fetch errors (232e983)
    • .logging: log better details of permission config errors (94b73e9)
    • .logging: use sentry-angular with special providers and tracing (9c7d887)
  • prevent invalid dropdown options to be added (#2493) (14e5967), closes #2491
  • user management: highlight "create account" button for clearer user guidance (#2489) (0334e70), closes #2461

3.39.1

29 Jul 17:17
db04fdd
Compare
Choose a tag to compare

3.39.1 (2024-07-29)

Bug Fixes

  • location: correctly display towns in address search result (5b6ef1e)
  • location: correctly load locations for pre-matching map (8cdbb88)
  • sync: better fault tolerance and logging during sync (68c4aae)