diff --git a/changelog/66_UNRELEASED_xxxx-xx-xx.md b/changelog/66_UNRELEASED_xxxx-xx-xx.md index 9577e561..c4d9e610 100644 --- a/changelog/66_UNRELEASED_xxxx-xx-xx.md +++ b/changelog/66_UNRELEASED_xxxx-xx-xx.md @@ -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) diff --git a/views/layout/default.blade.php b/views/layout/default.blade.php index 4eb3fb8d..ff42a5ce 100644 --- a/views/layout/default.blade.php +++ b/views/layout/default.blade.php @@ -483,10 +483,10 @@