Commit graph

31373 commits

Author SHA1 Message Date
prssanna
987b3e23ca fix: also emit doc close event on doc change 2021-04-01 17:05:44 +05:30
mergify[bot]
8a41881344
Merge pull request #12764 from prssanna/form-viewers
fix: users currently viewing a form
2021-04-01 10:12:57 +00:00
mergify[bot]
c584bfc529
Merge pull request #12763 from resilient-tech/fix-get_children
fix: create `_get_children` for passing `ignore_permissions` when needed
2021-04-01 09:50:28 +00:00
prssanna
0952e5d2d0 fix: users currently viewing a form 2021-04-01 15:17:35 +05:30
Sagar Vora
3b3b9e7e4a fix: create _get_children for passing ignore_permissions when needed 2021-04-01 15:04:51 +05:30
Suraj Shetty
431eb5046f
Merge pull request #12744 from surajshetty3416/fix-grid-validation
Co-authored-by: Prssanna Desai <prssud@gmail.com>
2021-04-01 12:56:41 +05:30
mergify[bot]
906790ec8a
Merge pull request #12758 from prssanna/form-input-focus
fix: only focus on first input if form is new
2021-04-01 07:22:57 +00:00
Suraj Shetty
108c728298 test: Add a test case for grid validation 2021-04-01 12:38:40 +05:30
prssanna
4fb544cb0a fix: only focus on first input if form is new 2021-04-01 12:16:49 +05:30
Prssanna Desai
202aac9e51
Merge branch 'develop' into fix-grid-validation 2021-04-01 11:00:10 +05:30
Suraj Shetty
f8fc853445
fix: Miscellaneous changes (#12754) 2021-04-01 09:42:49 +05:30
Snyk bot
3cd4e33469
chore(Snyk): Security upgrade snyk from 1.509.0 to 1.518.0 (#12753)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NETMASK-1089716
2021-04-01 08:34:58 +05:30
Suraj Shetty
8d07768a07
fix: Chart style in Dark Mode (#12751) 2021-03-31 23:42:11 +05:30
Prssanna Desai
0ac2a1f772
Merge branch 'develop' into fix-grid-validation 2021-03-31 22:38:19 +05:30
Suraj Shetty
b279ca2c0f
fix: Return correct value from frappe.db.count (#12748) 2021-03-31 22:15:29 +05:30
Walstan Baptista
193dbec47c
fix: frappe.client.get_value() to work when as_dict is false (#12739) 2021-03-31 16:33:34 +00:00
mergify[bot]
b51f13c291
Merge pull request #12720 from resilient-tech/whitelist-methods
feat: frappe.whitelist for doc methods
2021-03-31 16:23:32 +00:00
Suraj Shetty
7124e49473
Merge branch 'develop' into whitelist-methods 2021-03-31 20:42:37 +05:30
mergify[bot]
09b9c9e2f8
Merge pull request #12745 from hasnain2808/multiselect
fix: change z-index even when list is empty
2021-03-31 13:43:40 +00:00
Leela vadlamudi
4ef7f11751
Merge pull request #12729 from leela/code-cleanup
refactor: Code cleanup and attempt tracker for 2FA
2021-03-31 19:06:44 +05:30
hasnain2808@gmail.com
bbcfee9b48 fix: change z-index even when list is empty 2021-03-31 17:59:51 +05:30
Suraj Shetty
be857c753b fix: Grid validation
- Use separate docfields list for each child table row to
avoid cross row validation issue
2021-03-31 17:40:22 +05:30
mergify[bot]
1e8e0f4a3e
Merge pull request #12741 from hasnain2808/multiselect
fix: checkbox bleed
2021-03-31 10:56:50 +00:00
hasnain2808@gmail.com
b12714ae20 fix: checkbox bleed 2021-03-31 15:43:19 +05:30
Prssanna Desai
4a9498345d
Merge pull request #12721 from hasnain2808/fix--filters-in-share-url-not-working 2021-03-31 14:31:17 +05:30
leela
8fcb97ae31 test: OTP atempt tracker tests 2021-03-31 13:38:46 +05:30
hasnain2808@gmail.com
ec3ef85c06 chore: fix merge conflicts 2021-03-31 13:05:44 +05:30
hasnain2808@gmail.com
71ecb288c7 fix: use pathname on window.location 2021-03-31 13:01:33 +05:30
leela
1f6f02fd5a fix: Track 2FA OTP attempts using login tracker 2021-03-31 12:49:31 +05:30
Suraj Shetty
5688b3e7d9
fix: Miscellaneous changes (#12730) 2021-03-31 12:36:09 +05:30
Prssanna Desai
1c3688e0ed
fix: first column padding in datatable (#12733) 2021-03-31 12:33:06 +05:30
Rushabh Mehta
ed6468d5f2
Merge pull request #12713 from rmehta/fix-reportview
fix(refactor): lockdown frappe.desk.reportview
2021-03-31 10:50:25 +05:30
Rushabh Mehta
375cdea145
Update frappe/desk/reportview.py
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-31 10:10:46 +05:30
leela
9200192c1c refactor: Cleanup name confusion
Using `delete_session` name for a function and also as a method name is
confusing. Cleaned that up.
2021-03-30 20:59:00 +05:30
leela
2227b910d3 fix: Make authentication check mandatory even in case of 2FA 2021-03-30 20:58:52 +05:30
mergify[bot]
a1f15245f7
Merge pull request #12726 from zerodha/check_connections
fix: global get_conf() fails to return site config
2021-03-30 15:11:45 +00:00
mergify[bot]
c438359d3f
Merge pull request #12727 from prssanna/checkbox-fetch-from
fix: enable fetch from for Check fieldtype
2021-03-30 15:09:06 +00:00
Sagar Vora
ee61a61977
chore: remove unused code (#12725) 2021-03-30 20:34:52 +05:30
Sagar Vora
e2a3e0f53a fix: return method if method is being passed 2021-03-30 20:00:05 +05:30
prssanna
8d3e0c2440 fix: enable fetch from for Check fieldtype 2021-03-30 19:25:56 +05:30
Rushabh Mehta
337bdc976c fix(reportview): test 2021-03-30 18:35:44 +05:30
Sagar Vora
ada4ad7514 chore: add whitelist decorator to missed methods 2021-03-30 18:31:01 +05:30
Shridhar
86d372c4f6 fix: global get_conf() fails to return site config 2021-03-30 17:13:04 +05:30
mergify[bot]
1d8741b745
Merge pull request #12719 from prssanna/notification-fix
fix: System Notification fix
2021-03-30 11:12:43 +00:00
Rushabh Mehta
82399ddfba fix(minor): tests 2021-03-30 16:37:53 +05:30
Rushabh Mehta
868228bdea fix(minor): tests 2021-03-30 15:50:47 +05:30
Sagar Vora
6de2dfe2d9 test: remove unused import 2021-03-30 15:35:32 +05:30
Sagar Vora
3324f005b7 test: use frappe.local.attr instead of frappe.attr 2021-03-30 15:34:56 +05:30
Sagar Vora
528a7b0f30 test: add test to ensure run_doc_method works as expected 2021-03-30 15:08:05 +05:30
Mohammad Hasnain Mohsin Rajan
e10c09c189
chore: add semicolon 2021-03-30 14:23:15 +05:30