Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choose show's root at /home #2231

Merged
merged 5 commits into from
Feb 21, 2017
Merged

Choose show's root at /home #2231

merged 5 commits into from
Feb 21, 2017

Conversation

fernandog
Copy link
Contributor

@fernandog fernandog commented Feb 20, 2017

Choose show's root at /home

image

@wimpyrbx @Thraxis need help to make the select more aligned with other objects

@wimpyrbx
Copy link
Contributor

image

@fernandog fernandog force-pushed the feature/root_dir_home branch 4 times, most recently from a0bcd52 to c0f8e66 Compare February 20, 2017 17:03
@@ -1466,6 +1467,7 @@ def save_config():
new_config['General']['display_all_seasons'] = int(app.DISPLAY_ALL_SEASONS)
new_config['General']['news_last_read'] = app.NEWS_LAST_READ
new_config['General']['broken_providers'] = helpers.get_broken_providers() or app.BROKEN_PROVIDERS
new_config['General']['shows_root'] = int(app.SHOWS_ROOT)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this meant to be an int?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Its a index of which root folder was used

}
}).then(function(response) {
log.info(response);
window.location.reload();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may not want this here as it'll reload the page on change.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fernandog this may have been what was causing the other page to reload, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By design to only get shows with that root

@fernandog fernandog merged commit 9f7464f into develop Feb 21, 2017
@fernandog fernandog deleted the feature/root_dir_home branch February 21, 2017 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants