This commit is contained in:
@@ -46,16 +46,16 @@ CURRENT TODOs
|
||||
|
||||
|
||||
|
||||
todo: when making change to listview filter for saved datalistview and then returning to datatable it's *not* using the latest changes
|
||||
- This is if I SAVE it after editing it in the listview editor
|
||||
- This does *not* occur if I don't save it and it uses the unsaved cache instead
|
||||
- It only "takes" if I switch to another listview or none then back again in teh drop down box, it's HARD caching the original value not refreshing it
|
||||
- maybe it thinks because it has an ID and that ID is the same that it doesn't need to refresh?
|
||||
- or maybe the cached local copy of that datalistview is not set (if there is one for saved dlv?)
|
||||
|
||||
todo: Make functional user settings form with all overrides so can test shit out
|
||||
- state.locale.languageOverride = "en-US"; state.locale.timeZoneOverride = "America/New_York"; state.locale.currencyName = "USD";
|
||||
- check server for anything else useroptions
|
||||
- public string EmailAddress { get; set; }
|
||||
public int UiColor { get; set; }//gonna need to convert this one
|
||||
//browser forced overrides
|
||||
public string LanguageOverride { get; set; }
|
||||
public string TimeZoneOverride { get; set; }
|
||||
public string CurrencyName { get; set; }
|
||||
public bool Hour12 { get; set; }
|
||||
|
||||
|
||||
todo: SEARCH UI
|
||||
|
||||
Reference in New Issue
Block a user