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

修复 is_ajax() 判断失效的问题 #1896

Merged
merged 2 commits into from
Oct 7, 2022
Merged

修复 is_ajax() 判断失效的问题 #1896

merged 2 commits into from
Oct 7, 2022

Conversation

hhyo
Copy link
Owner

@hhyo hhyo commented Oct 7, 2022

fix #1884

@codecov
Copy link

codecov bot commented Oct 7, 2022

Codecov Report

Base: 75.91% // Head: 75.95% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (3740128) compared to base (cc70b96).
Patch coverage: 88.23% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1896      +/-   ##
==========================================
+ Coverage   75.91%   75.95%   +0.03%     
==========================================
  Files          91       91              
  Lines       14186    14195       +9     
==========================================
+ Hits        10770    10782      +12     
+ Misses       3416     3413       -3     
Impacted Files Coverage Δ
common/utils/permission.py 48.27% <50.00%> (+11.23%) ⬆️
common/tests.py 100.00% <100.00%> (ø)
sql/views.py 63.45% <0.00%> (-0.67%) ⬇️
sql/engines/goinception.py 64.92% <0.00%> (-0.33%) ⬇️
sql/engines/mssql.py 70.05% <0.00%> (-0.16%) ⬇️
sql/engines/mongo.py 50.00% <0.00%> (+0.13%) ⬆️
sql/utils/sql_utils.py 63.51% <0.00%> (+0.42%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

1.9.0版本启动后对于没有权限的页面返回500错误
1 participant