Feature #1025
EPG: column configuration not persitent
| Status: | Accepted | Start date: | 09/29/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% | |
| Category: | WEB UI | |||
| Target version: | - |
Description
By default the "End" column is not visible... so I've added it.
When I reload the page, the "End" columns is missing again.
Subtasks
History
#1
Updated by Adam Sutton 10 months ago
- Tracker changed from Bug to Feature
- Subject changed from [2.99.26.gfc10a - WEB UI] Electronic Program Guide: Added columns are not saved to EPG: column configuration not persitent
Again this is somewhat by design, in the sense that no effort has been made to implement the persistent column configuration.
Not sure whether this will change, if you fancy sending a patch though I'll take a look.
#2
Updated by Walter Purcaro 8 months ago
I've implemented the extjs storing state feature for all grids in my webui_v2 branch, but seems it works with channels tab only... With the others the tvh webserver refuses the connection. :S
#3
Updated by Adam Sutton 8 months ago
- Status changed from New to Accepted
- Assignee deleted (
Hein Rigolo)
PRs greatly appreciated.
Adam
#4
Updated by Walter Purcaro 8 months ago
I'm now working to fix it.
My idea is to complete a first stage fo changes and make a full PR, later today or tomorrow. 
#5
Updated by Adam Sutton 8 months ago
Walter,
what's your fork?
Adam
#6
Updated by Walter Purcaro 8 months ago
#7
Updated by Walter Purcaro 8 months ago
Update:
Because there was (is) a obvious issue with extjs cookiestorage and tvh, I've implemented grids state storing using html5 localstorange and seems to work well now. Nevertheless, needs more testing...