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

make set_flavour work with permanent=False #36

Closed
wants to merge 1 commit into from
Closed

make set_flavour work with permanent=False #36

wants to merge 1 commit into from

Conversation

living180
Copy link

get_flavour was always checking the flavour_storage first, so if set_flavour was called with permanent=False to set the flavour on the request but not the flavour_storage, get_flavour was not affected. Change to make get_flavour check the request first, and then the flavour_storage.

get_flavour was always checking the flavour_storage first, so if
set_flavour was called with permanent=False to set the flavour on the
request but not the flavour_storage, get_flavour was not affected.
Change to make get_flavour check the request first, and then the
flavour_storage.
@living180
Copy link
Author

Needs more work to be fully functional - closing and will open a new PR when appropriate.

@living180 living180 closed this May 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant