Resolve "Make columns in CRUD lists configurable" #3931

Merged
hansegucker merged 14 commits from 1433-make-columns-in-crud-lists-configurable into master 2026-06-25 21:50:26 +02:00
Member

Information and screenshots

No further information have been provided.

Checklist

  • tox -e reformat,lint used
  • Changelog updated/No update necessary
  • Documentation (incl. Screenshots) up-to-date
  • Copyright in apps.py and README.rst up-to-date
  • (Unit) tests for new feature/regression tests for bug fixes (only if useful)
  • Adhere to URL scheme
  • Tested with admin account
  • Tested with normal account (based on permissions)

Backend checklist

  • Use permissions for all GraphQL mutations
  • Use query optimizer for all GraphQL queries
  • Don't use inefficient DB queries

Frontend checklist (mandatory with ~"part::frontend")

Closes #1433

## Information and screenshots No further information have been provided. ## Checklist - [x] `tox -e reformat,lint` used - [x] Changelog updated/No update necessary - [ ] Documentation (incl. Screenshots) up-to-date - [ ] Copyright in `apps.py` and `README.rst` up-to-date - [ ] (Unit) tests for new feature/regression tests for bug fixes (only if useful) - [ ] Adhere to [URL scheme](https://edugit.org/AlekSIS/official/AlekSIS/-/issues/86) - [ ] Tested with admin account - [ ] Tested with normal account (based on permissions) ## Backend checklist - [ ] Use permissions for all GraphQL mutations - [ ] Use query optimizer for all GraphQL queries - [ ] Don't use inefficient DB queries ## Frontend checklist (mandatory with ~"part::frontend") - [x] Screenshots are attached (mobile and desktop) - [x] Tested on mobile, tablet, and desktop sizes - [ ] Adhered to [frontend guidelines](https://edugit.org/AlekSIS/official/AlekSIS/-/blob/master/project/frontend_guidelines.rst?ref_type=heads) - [ ] Checked with [Firefox Accessibility Checker](https://firefox-source-docs.mozilla.org/devtools-user/accessibility_inspector/) Closes #1433
Author
Member

added 1 commit

  • babc4ffa - Create first working version of selectable columns in crudlist

Compare with previous version

added 1 commit <ul><li>babc4ffa - Create first working version of selectable columns in crudlist</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2286/diffs?diff_id=151491&start_sha=4281f6fb02472f3bdc1153468b77849d107719c7)
Author
Member

added 11 commits

  • 530aeafa - 1 earlier commit
  • 9395b2e6 - Move custom header logic into composable
  • c971e905 - Move custom header selection into own component
  • ffe0ceb9 - Fix usage with custom headers
  • 3f2e0a10 - Only show select_all button, if all differs from default columns
  • af8d76d9 - Add additionalTableFields prop for all crudlists where more data is loaded than displayed
  • a9cb0cb3 - Fix announcement crudlist
  • 60e38b53 - Use crud slots for all columns, not just default ones
  • c9eb1d27 - Fix detection of empty value in filefieldisplay
  • d8f71aee - Default to false in boolean fields
  • 9575c3cb - Allow disabling configurable columns in crudlists

Compare with previous version

added 11 commits <ul><li>530aeafa - 1 earlier commit</li><li>9395b2e6 - Move custom header logic into composable</li><li>c971e905 - Move custom header selection into own component</li><li>ffe0ceb9 - Fix usage with custom headers</li><li>3f2e0a10 - Only show select_all button, if all differs from default columns</li><li>af8d76d9 - Add additionalTableFields prop for all crudlists where more data is loaded than displayed</li><li>a9cb0cb3 - Fix announcement crudlist</li><li>60e38b53 - Use crud slots for all columns, not just default ones</li><li>c9eb1d27 - Fix detection of empty value in filefieldisplay</li><li>d8f71aee - Default to false in boolean fields</li><li>9575c3cb - Allow disabling configurable columns in crudlists</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2286/diffs?diff_id=151499&start_sha=babc4ffa5e56932278dcd69e3ab812d1f4242b24)
Author
Member

added 1 commit

  • dee638c8 - Notify about storage of column config

Compare with previous version

added 1 commit <ul><li>dee638c8 - Notify about storage of column config</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2286/diffs?diff_id=151501&start_sha=9575c3cb4004daaec9fe13d992c8cf725241f384)
Author
Member

grafik{width=900 height=569}

![grafik](/uploads/4bd48b55e9971069702eb386b7420f47/grafik.png){width=900 height=569}
Author
Member

marked the checklist item tox -e reformat,lint used as completed

marked the checklist item **tox \-e reformat,lint used** as completed
Author
Member

added 1 commit

  • d3fdbf75 - Write changelog for column config

Compare with previous version

added 1 commit <ul><li>d3fdbf75 - Write changelog for column config</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2286/diffs?diff_id=151503&start_sha=dee638c8543f01bc22c345bcc5b547effe9b426d)
Author
Member

marked the checklist item Changelog updated/No update necessary as completed

marked the checklist item **Changelog updated/No update necessary** as completed
Author
Member

marked the checklist item Screenshots are attached (mobile and desktop) as completed

marked the checklist item **Screenshots are attached \(mobile and desktop\)** as completed
Author
Member

marked the checklist item Tested on mobile, tablet, and desktop sizes as completed

marked the checklist item **Tested on mobile, tablet, and desktop sizes** as completed
Author
Member

marked this merge request as ready

marked this merge request as **ready**
Owner

mentioned in commit 52aa312ee7

mentioned in commit 52aa312ee7f2d08b38ae26f0e28e1f068cf86f09
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-Core!3931
No description provided.