- The previous limit was 3 per user which is way too less, no known reason to restrict this other than hogging of system with too many reports. Bumped default limit to 20. - site config is not easily discoverable or editable, added config in system settings. - Moved auto email report background job form daily queue to `daily_long` queue. closes https://github.com/frappe/frappe/issues/16681 <img width="1049" alt="Screenshot 2022-04-20 at 12 33 06 PM" src="https://user-images.githubusercontent.com/9079960/164170117-5612d9df-da91-441b-a4f6-acd89d30336e.png"> `no-docs` (error message is sufficient to explain to user what to do without referring docs) ref: ISS-21-22-10245 ISS-21-22-07742 ISS-20-21-10850 ISS-20-21-10112 and many more times. This is such a stupid validation 🤦 |
||
|---|---|---|
| .. | ||
| doctype | ||
| form_tour/doctype | ||
| page | ||
| report | ||
| web_form | ||
| workspace | ||
| __init__.py | ||
| notifications.py | ||
| README.md | ||
| utils.py | ||
Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.