| Summary: | #<Object> has no method 'getTheme' ThemeBuilder.js:938 | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Adrian Aichner <adrian.aichner> |
| Component: | Node | Assignee: | Project Inbox <orion.server-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | antonm, mamacdon |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Adrian Aichner
Odd... The Node server currently doesn't have the same preferences support that the Java server does (i.e. server-side persistence of preferences is not implemented). The client side JS error is surprising though -- not sure how this ThemePreference functionality gets mixed in. What about window.localStorage?
I see
"/orion/preferences/local/themes":"{\"styles\":\"[{\\\"name\\\":\\\"Orion\\\",\\\"navbar\\\":\\\"#333\\\",\\\"button\\\":\\\"#EFEFEF\\\",...
in there.
I now see UI Theme under Settings and clicking it works fine. Only get some CSS warnings. |