Bug #7583
closedReport feedback not working
100%
Description
As was reported by the then current CSIRTmaster, Mirek Sochor
, the report feedback form does not work. The reason is an internal error because a deprecated function was used inside the Jinja template. This is another bug related to migration to Jinja 3.
Here is the removal commit upstream:
https://github.com/pallets/jinja/commit/b0015c72d5acbf93b9d99a1ce6167889338db85b
The argument 'indentfirst' of do_indent() was renamed to 'first'. That is trivial to fix.
Obviously, we must have been ignoring the Deprecation warning. That should be fixed also.
Related issues
Updated by Radko Krkoš over 2 years ago
- Related to Bug #7542: mentat-controller.py not working with jinja2 version 3.0.1. added
Updated by Radko Krkoš over 2 years ago
- Status changed from New to Waiting
- % Done changed from 0 to 50
Fix is prepared, in the appropriately named branch. The deprecation warning ignoration issue should be left for discussion.
Updated by Rajmund Hruška over 2 years ago
- Status changed from Waiting to In Review
Merged into devel and deployed on mentat-alt.
Updated by Pavel Kácha over 2 years ago
- Target version changed from 2.10 to 2.9.1
Updated by Rajmund Hruška over 2 years ago
- Related to Bug #7587: Deprecation warnings added
Updated by Rajmund Hruška over 2 years ago
- % Done changed from 50 to 100
- To be discussed deleted (
Yes)
I created issue #7587 to deal with the deprecation warnings.