Opened 10 years ago
Closed 8 years ago
#2295 closed feature-request (Fixed)
Persistant store of WebUI display settings
Reported by: | ancient | Owned by: | damoxc |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.12 |
Component: | Web UI | Version: | master |
Keywords: | Cc: | ancient@…, delugetorrent@… |
Description
The settings for what columns should be shown, and what order they should be sorted in is not stored in a persistent manner, but rather stored into the ys-torrentGrid cookie.
This means that this portion of the webui settings are lost between browsers, as well as lost every 7 days when the cookie has expired.
Deluge.js:34 seems to be responsible for setting this to use cookies.
This appears to affect the entire 1.3.x branch and git master.
Change History (4)
comment:1 Changed 10 years ago by ancient
- Cc ancient@… added
comment:2 Changed 10 years ago by Naddiseo
- Cc delugetorrent@… added
comment:3 Changed 10 years ago by Cas
- Summary changed from Grid WebUI settings do not persist to Persistant store of WebUI display settings
- Type changed from bug to feature-request
comment:4 Changed 8 years ago by Cas
- Milestone changed from Future to 1.3.12
- Resolution set to Fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in 1.3-stable: [0c750084dc9fc]