-
Notifications
You must be signed in to change notification settings - Fork 103
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
[CONFIG] Taxon sheet and config #3312
[CONFIG] Taxon sheet and config #3312
Conversation
….TAXON_SHEET.ENABLE_TAB_PROFILES'
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3312 +/- ##
===========================================
+ Coverage 83.93% 83.95% +0.02%
===========================================
Files 122 122
Lines 9715 9729 +14
===========================================
+ Hits 8154 8168 +14
Misses 1561 1561
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A part quelques modifications de codes, tout fonctionne !
Co-authored-by: Jacques Fize <[email protected]>
@@ -82,6 +82,7 @@ | |||
VMTaxrefListForautocomplete, | |||
) | |||
|
|||
from geonature import app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Souvent, on passe plutôt par le current_app
de flask
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
il me semble que la, on est avant le current_app
Closes #3311