Issue #56, Remove the MAIN_DISABLE_HOME configuration settings

Upon login users now go directly to the documents tab
This commit is contained in:
Roberto Rosario
2014-10-08 13:49:13 -04:00
parent c4c93a3ba8
commit b8f3fcf383
7 changed files with 2 additions and 45 deletions

View File

@@ -63,7 +63,7 @@ Release notes
Customization and fine tunning
==============================
:doc:`Settings <topics/settings>` | :doc:`Customization <topics/customization>`
:doc:`Settings <topics/settings>`
For developers
==============

View File

@@ -1,13 +0,0 @@
=============
Customization
=============
-----------
Home screen
-----------
Sometimes users just want to go directly to work and not just be greeted with
a home screen. For these kind of situations **Mayan EDMS** has the
:setting:`MAIN_DISABLE_HOME_VIEW` configuration option, which will cause
users to land on their ``recent document list`` as soon as they log in.
.. _`Andrea Franz's excellent web app template`: https://github.com/pilu/web-app-theme

View File

@@ -18,7 +18,6 @@ Introductions to all the key parts of Mayan EDMS you'll need to know:
tags
ocr
settings
customization
development
documentation
translations

View File

@@ -433,18 +433,6 @@ Default: ``5``
Maximum number of search queries to remember per user.
Main
====
.. setting:: MAIN_DISABLE_HOME_VIEW
**MAIN_DISABLE_HOME_VIEW**
Default: ``False``
Disable the home view and redirect users straight to the recent document list as soon as they log in.
User management
===============