* [feat] Removed help from toolbar.js
* [feat] Removed help from global search
* [feat] redirected search in help to docs website
[] Url needs to be configurable from hooks
* [Feat] Removed search functions for help
* [fix] Help links not redirecting
* [feat] Modified "Help" menu on desk toolbar
* [feat] Removed docs search from desk toolbar
* Removed Search from toolbar.js
* Removed /search_docs from website
* Removed help from migrate
* Deprecated help from command utils
* Removed help.py
* Removed help setup from travis.yml
* [fix] Fixed formatting issues
* [fix] Deleted commented code from toolbar.js
* [fix] Minor link fix
* [Fix] Fixed a small typo
* Removed docs_app dependency from pathces
* [fix] Removed commented code
* [fix] Typo in function name
* fix: remove commented code
* [fix] Changed 'Deprecated' message to 'Removed'
Removed will be the correct term instead of deprecated
* Add email_account option to disable SMTP Authentication.
* Partially reverting email_account.py changes. Unnecessary incoming_server logic was added.
* Codacy code style issue fix.
* Suppress 'Password is required or select Awaiting Password' message if only smtp is used an no athentication is required.
* Suppress 'Password is required or select Awaiting Password' message if only smtp is used an no athentication is required.
* Simplified logic.
* Reverted excessive changes.
* fix: remove description and make label clear
* [feat] Removed help from global search
* [feat] redirected search in help to docs website
[] Url needs to be configurable from hooks
* [Feat] Removed search functions for help
* [fix] Help links not redirecting
* [feat] Modified "Help" menu on desk toolbar
* [feat] Removed docs search from desk toolbar
* Removed Search from toolbar.js
* Removed help from migrate
* Deprecated help from command utils
* Removed help setup from travis.yml
* [fix] Fixed formatting issues
* [fix] Deleted commented code from toolbar.js
* [fix] Minor link fix
* [fix] Removed accidentally added autodeploy
Use case:
When you enable Workflow for any DocType, it's status is now tracked by
`workflow_field` and not `docstatus`. When you navigate from
Notification dropdown, it applied a `docstatus` filter on the List View
which cannot be applied. This can be ignored and user can apply his
own filters.
* display Customize option in menu bar only for standard DocType
* disallow opening of custom doctype in Customize Form
* make fields dependent on is_submittable property visible for child table
* throw message that custom fields can only be added to standard doctype
* set query similar to the one in Customize Form for DocType selection
* only hide customize option [fix]
* add core doctypes list in model and use it from there
* avoid editing of core doctype from Customize Form or Custom Field
* test case updated and additional test for core doctypes added
* codacy fix
apparently this occurs when get_notifcations is called, and at the same time, a table is being modified. to fix this, we just skip the table that is currently being modified.
Signed-off-by: Chinmay Pai <chinmaydpai@gmail.com>