fix xlsicon

This commit is contained in:
Jean-Marie Place 2021-10-03 18:02:57 +02:00
parent bc112efd76
commit e0bef407a8
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ def list_users(
html_class="table_leftalign list_users",
html_with_td_classes=True,
html_sortable=True,
base_url="%s?all=%s" % (request.base_url, all),
base_url="%s?all_depts=%s&with_inactives=%s" % (request.base_url, all_depts, with_inactives),
pdf_link=False, # table is too wide to fit in a paper page => disable pdf
preferences=sco_preferences.SemPreferences(),
)