Commit graph

24760 commits

Author SHA1 Message Date
Rohit Waghchaure
ee0e4e0a44 fix: '>' not supported between instances of 'int' and 'NoneType' 2020-05-03 20:46:21 +05:30
Shivam Mishra
f713585e68
Merge pull request #10157 from prssanna/dashboard-view-fix
fix: remove unnecessary set_value
2020-04-29 21:43:56 +05:30
prssanna
fb8ca03640 fix: remove unnecessary set_value 2020-04-29 21:42:24 +05:30
Prssanna Desai
7fee379e42
Merge pull request #10000 from prssanna/doctype-dashboard-view
feat: Dashboard view for DocTypes
2020-04-29 20:04:58 +05:30
Suraj Shetty
1db383998d
Merge pull request #10150 from surajshetty3416/fix-form-no-change-message 2020-04-29 18:48:09 +05:30
Suraj Shetty
10b4f1335c fix: Only show "No changes in document" if form is not dirty 2020-04-29 18:27:51 +05:30
prssanna
e4731d0fd7 fix: fix indent 2020-04-29 18:10:34 +05:30
Prssanna Desai
7d04a56738
Merge pull request #9861 from gavindsouza/data-options-child-table
feat: data validation for child table
2020-04-29 16:41:26 +05:30
prssanna
a5724699c6 fix: formatting 2020-04-29 14:37:45 +05:30
prssanna
6833cbe822 fix: add number card to translation comment 2020-04-29 13:49:32 +05:30
prssanna
ec9463c105 fix: check if list is empty 2020-04-29 13:48:37 +05:30
prssanna
8002bd2da8 fix: formatting 2020-04-29 13:39:28 +05:30
Suraj Shetty
69fb2db5ec
Merge pull request #10136 from scmmishra/after-load-web-form 2020-04-29 13:20:56 +05:30
Suraj Shetty
3b298c7ab1
Merge pull request #10143 from sagarvora/patch-2 2020-04-29 13:01:45 +05:30
Sagar Vora
a195421097
fix: do not check for frappe.conf.monitor while stopping monitor 2020-04-28 19:22:20 +05:30
Shivam Mishra
2190b44a6f
fix (style): added semi-colon 2020-04-28 19:06:58 +05:30
mergify[bot]
434ed23f34
Merge pull request #10138 from surajshetty3416/fix-new-doc-creation
fix: Add `__unsaved` flag for newly created doc
2020-04-28 09:51:36 +00:00
Suraj Shetty
0c62b0629e fix: Fix message for doc save without changes
- To avoid confusion
2020-04-28 14:07:43 +05:30
Suraj Shetty
689b68341e fix: Add __unsaved flag for newly created doc 2020-04-28 14:07:29 +05:30
Shivam Mishra
80346e1bd6 fix: title 2020-04-28 14:00:04 +05:30
Shivam Mishra
14d02cbbfb fix: explicit check of return value of validate 2020-04-28 13:55:47 +05:30
Shivam Mishra
ad66cfcb8b fix: trigger after_load and after_save explicitly 2020-04-28 13:50:53 +05:30
prssanna
79ffeac421 fix: remove unused option in widget config 2020-04-28 13:48:13 +05:30
prssanna
84c8d20ce9 fix: set resize button tooltip according to state 2020-04-28 13:41:32 +05:30
prssanna
e47b138cb0 feat: add resize to customize options and enable for charts 2020-04-28 13:14:27 +05:30
mergify[bot]
d850a8ee4b
Merge pull request #10127 from AKedar21/patch-6
fix: removed from_test parameter in send_one function
2020-04-28 07:33:18 +00:00
Marica
f5a18a514e
fix: Validation on Select field with Default and no Options. (#10041)
* fix: Validation on Select field with Default and no Options.

* Apply suggestions from code review

Co-Authored-By: Shivam Mishra <scmmishra@users.noreply.github.com>

* fix: Use frappe.bold()

Co-authored-by: Shivam Mishra <scmmishra@users.noreply.github.com>
2020-04-28 07:01:36 +00:00
Abhishek Kedar
205c852f1c
fix: removed from_test parameter in send_one function
from_test parameter is not at all used anywhere in the send_one function so removed it, and its value will be always False.
2020-04-28 11:32:24 +05:30
mergify[bot]
7f9e715641
Merge pull request #10109 from ruchamahabal/fix-desk-pages
fix(minor): Labels in Users Desk Page
2020-04-28 05:45:22 +00:00
Suraj Shetty
802ef11e42
Merge pull request #10126 from surajshetty3416/fix-backup 2020-04-28 11:09:23 +05:30
Suraj Shetty
6efce72a3a fix(backup): Use fallback dbport if no port is set for a site 2020-04-28 09:21:48 +05:30
prssanna
5f52e51e7b fix: add top margin to empty state message 2020-04-27 23:05:11 +05:30
prssanna
d1ee6d163c fix: fix height of new card widget 2020-04-27 22:52:41 +05:30
prssanna
099a9bf851 fix: add search fields to number cards link query 2020-04-27 22:51:43 +05:30
mergify[bot]
7df907a8ed
Merge pull request #9928 from AKedar21/patch-5
perf: enqueue instance of send_one for better performance
2020-04-27 14:27:58 +00:00
prssanna
6c7127000c fix(patch): reload doctype in patch 2020-04-27 19:17:48 +05:30
mergify[bot]
f86fdd9745
Merge pull request #10117 from frappe/role_permission_manager_fix
fix: change tooltip document types to type
2020-04-27 12:55:24 +00:00
Abhishek Kedar
fda7a45c52
fix: corrected flush job for passing test_flush 2020-04-27 18:25:16 +05:30
Michelle Alva
fc3195537d
fix: change tooltip document types to type
In Role Permissions Manager, the tooltip for document type shows document types. Changed it to document type
2020-04-27 18:09:31 +05:30
mergify[bot]
8d2f35628b
Merge pull request #10066 from prssanna/group-by-toggle
fix: toggle Group By button display
2020-04-27 11:16:30 +00:00
mergify[bot]
3c6da9e429
Merge pull request #10097 from fumin/patch-5
fix: backups on mariadb listening on other ports
2020-04-27 11:05:19 +00:00
mergify[bot]
7832b138e7
Merge pull request #10114 from netchampfaris/dib-fixes
fix: Validate value only if value is set
2020-04-27 10:11:22 +00:00
Suraj Shetty
11c3054eb5
Merge pull request #10035 from netchampfaris/page-builder-tailwind 2020-04-27 15:31:01 +05:30
Faris Ansari
fc94add547 fix: Show child table after fieldname in warnings 2020-04-27 14:36:32 +05:30
Faris Ansari
f9ff4e6af7 fix: Validate value only if it is set 2020-04-27 14:36:12 +05:30
Faris Ansari
d8a0b8cc53 fix: Allow Yes, No, Y, N values for Check fields 2020-04-27 14:35:47 +05:30
Faris Ansari
014c9798bf fix: Handle empty values in Footer template 2020-04-27 13:15:09 +05:30
Faris Ansari
b8a50f063f Merge branch 'develop' of https://github.com/frappe/frappe into page-builder-tailwind-blurred-images 2020-04-27 13:06:40 +05:30
mergify[bot]
50da7acba7
Merge pull request #10106 from surajshetty3416/fix-child-table-style
fix: Grid Form style
2020-04-27 06:04:44 +00:00
Suraj Shetty
65c29161b0
Merge branch 'develop' into data-options-child-table 2020-04-27 11:06:35 +05:30