réactive avis PE pour essais

This commit is contained in:
Emmanuel Viennet 2022-01-26 23:51:46 +01:00
parent 00fe353c54
commit a953387437
2 changed files with 3 additions and 3 deletions

View File

@ -105,10 +105,10 @@ def _build_menu_stats(formsemestre_id):
"enabled": True, "enabled": True,
}, },
{ {
"title": "Documents Avis Poursuite Etudes", "title": "Documents Avis Poursuite Etudes (xp)",
"endpoint": "notes.pe_view_sem_recap", "endpoint": "notes.pe_view_sem_recap",
"args": {"formsemestre_id": formsemestre_id}, "args": {"formsemestre_id": formsemestre_id},
"enabled": current_app.config["TESTING"] or current_app.config["DEBUG"], "enabled": True, # current_app.config["TESTING"] or current_app.config["DEBUG"],
}, },
{ {
"title": 'Table "débouchés"', "title": 'Table "débouchés"',

View File

@ -1,7 +1,7 @@
# -*- mode: python -*- # -*- mode: python -*-
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
SCOVERSION = "9.1.33" SCOVERSION = "9.1.34"
SCONAME = "ScoDoc" SCONAME = "ScoDoc"