#38 User requests
* implements 1) "Add titles to public reports, next to identifiers"
This commit is contained in:
@@ -570,7 +570,7 @@ def report_view(request:HttpRequest, id: str):
|
||||
deductions = acc.deductions.all()\
|
||||
.distinct("intervention")\
|
||||
.select_related("intervention")\
|
||||
.values_list("intervention__id", "intervention__identifier", named=True)
|
||||
.values_list("intervention__id", "intervention__identifier", "intervention__title", named=True)
|
||||
|
||||
context = {
|
||||
"obj": acc,
|
||||
|
||||
Reference in New Issue
Block a user