Also show the logout button when using externally managed auth (fixes #1709)

This commit is contained in:
Bernd Bestel
2022-01-06 13:46:20 +01:00
parent ad0dbdfc22
commit 5f8299cf4a
2 changed files with 2 additions and 1 deletions

View File

@@ -5,3 +5,4 @@
- Fixed that formatted (HTML) text for the (hidden by default) product description column on the stock overview page was not correctly displayed
- Fixed that numeric and date-time sorting of table columns on the stock entries page did not work correctly (thanks @MasterofJOKers)
- Fixed that the barcode lookup for the "Stock by-barcode" API endpoints was case sensitive
- Fixed that the logout button/menu was missing when using external authentication (e.g. LDAP)