You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the refreshPreferences() method is refreshing all preference data. This method is called on every preference partial view load. We should add some data to the partial preference views, in html, that allows us to specify which preference data we need. (Perhaps through the use of a lookup table and a data-required attribute on the first node?)
Alternatively, we could just go by the view id (so 'locations' would resolve to the data for 'locations', and 'level profiles' would correspond to the data for 'level-profiles').
The text was updated successfully, but these errors were encountered:
Right now, the
refreshPreferences()
method is refreshing all preference data. This method is called on every preference partial view load. We should add some data to the partial preference views, in html, that allows us to specify which preference data we need. (Perhaps through the use of a lookup table and adata-required
attribute on the first node?)Alternatively, we could just go by the view id (so 'locations' would resolve to the data for 'locations', and 'level profiles' would correspond to the data for 'level-profiles').
The text was updated successfully, but these errors were encountered: