Bug 40229 - Add ability to have user specific preferences
Summary: Add ability to have user specific preferences
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-24 16:08 UTC by Lisette Scheer
Modified: 2025-06-24 16:08 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lisette Scheer 2025-06-24 16:08:31 UTC
Currently there are things we store in cookies:
(list from Bug 39206)
    bib_list
    CGISESSID
    holdfor holdforclub
    intranet_bib_list
    JWT
    KohaOpacLanguage
    LastCreatedItem
    marctagstructure_selectdisplay
    search_path_code
    searchToOrder

There might be other settings we want to save per user (vue dashboard settings, column configuration, themes once those are added, etc) 

This bug is for the creation of a system (probably a table really) for storing that information on a per user basis.