diff --git a/docs/releases/2.2.rst b/docs/releases/2.2.rst index 49e67df088..c08fed9095 100644 --- a/docs/releases/2.2.rst +++ b/docs/releases/2.2.rst @@ -61,6 +61,10 @@ resolved to '/api/documents//pages//pages'. Other changes ------------- +- The user's full name or username is no longer displayed in the main menu. + Instead the work "Profile" is displayed. The users's full name or username + will be displayed when the "Profile" icon is clicked. This avoid menu + style breakable on long full names or usernames. - Simplify test runner by adding a new option '--mayan-apps' that automatically tests all Mayan apps that report to have tests. - Change the app flag that indicates when an app has test from 'test' to the diff --git a/mayan/apps/appearance/templates/appearance/base.html b/mayan/apps/appearance/templates/appearance/base.html index 73a69824fc..57ab139e7e 100644 --- a/mayan/apps/appearance/templates/appearance/base.html +++ b/mayan/apps/appearance/templates/appearance/base.html @@ -72,14 +72,19 @@