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

Fix setting 'ac' in request.vars #1789

Merged
merged 2 commits into from Oct 19, 2017
Merged

Fix setting 'ac' in request.vars #1789

merged 2 commits into from Oct 19, 2017

Conversation

timnyborg
Copy link
Contributor

Currently, if an autocomplete is defined, request.vars.ac is set to 1 with every request, because sqlhtml updates request.vars to generate a URL, rather than cloning it.

@codecov-io
Copy link

codecov-io commented Oct 12, 2017

Codecov Report

Merging #1789 into master will decrease coverage by <.01%.
The diff coverage is 50%.

@@            Coverage Diff             @@
##           master    #1789      +/-   ##
==========================================
- Coverage   54.37%   54.36%   -0.01%     
==========================================
  Files          43       43              
  Lines       17759    17760       +1     
  Branches     4187     4187              
==========================================
- Hits         9656     9655       -1     
- Misses       6849     6855       +6     
+ Partials     1254     1250       -4

@mdipierro mdipierro merged commit 1e586b3 into web2py:master Oct 19, 2017
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

3 participants