Commit graph

32072 commits

Author SHA1 Message Date
mergify[bot]
bdbdef92a8
Merge pull request #12888 from netchampfaris/server-script-autocompletion
feat: Add autocompletion items in Server Script
2021-04-20 16:50:21 +00:00
mergify[bot]
37c4d62f35
Merge pull request #12924 from nabinhait/set-defaults-fix
fix: Get defaults from user_defaults based on fieldname
2021-04-20 16:31:30 +00:00
Faris Ansari
273e6b01db style: missing semicolon 2021-04-20 21:46:20 +05:30
Nabin Hait
ec0c628c84 fix: Get defaults from user_defaults based on fieldname 2021-04-20 21:39:59 +05:30
Faris Ansari
c309cb2d29 fix: Pass score to ace to let it handle sorting 2021-04-20 16:23:20 +05:30
Faris Ansari
8ca7ba6b56 fix: remove hardcoded value 2021-04-20 16:08:11 +05:30
Faris Ansari
8aa26c7286 fix: Include all keys and sort by score 2021-04-20 16:01:56 +05:30
mergify[bot]
94f39abe88
Merge pull request #12919 from prssanna/fix-auto-email-report
fix: aggregate column in auto email report
2021-04-20 09:27:20 +00:00
Suraj Shetty
06ea52b964
fix(treeview): Accept filters as kwargs to avoid TypeError (#12920) 2021-04-20 14:54:40 +05:30
mergify[bot]
970a9d481e
Merge pull request #12917 from surajshetty3416/fix-reportview-get-for-group-filters
fix: Pass aggregate_on_doctype to properly create the query
2021-04-20 09:11:50 +00:00
prssanna
b7e75e5305 fix: aggregate column in auto email report 2021-04-20 14:36:41 +05:30
Suraj Shetty
a19207c2f1 fix: Pass aggregate_on_doctype to properly create the query 2021-04-20 14:21:25 +05:30
mergify[bot]
8582f651f6
Merge pull request #12913 from abhishekbalam/api_login_fix
fix: whitelist login method to fetch session id remotely
2021-04-20 03:44:47 +00:00
Abhishek Balam
e21b1e40c4 fix: whitelist login method to fetch session remotely 2021-04-19 23:27:38 +05:30
mergify[bot]
e637f8d703
Merge pull request #12912 from revant/fix-id-token
fix: id_token format
2021-04-19 14:49:41 +00:00
Revant Nandgaonkar
46d68e252f fix: id_token format
decode bytes to utf-8 string
2021-04-19 20:01:52 +05:30
mergify[bot]
2cc1733126
Merge pull request #12887 from alyf-de/fix_test_token_cache
test: fix PermissionError in test_token_cache
2021-04-19 11:56:05 +00:00
mergify[bot]
6be8852b0e
Merge pull request #12905 from prssanna/form-viewers-fix
fix: do not empty viewers parent on form refresh
2021-04-19 11:49:58 +00:00
mergify[bot]
ea87616afb
Merge pull request #12906 from shariquerik/hide-grid-form-buttons-fix
fix: Grid Form buttons Insert Above, Insert Below not hidden when can…
2021-04-19 11:48:12 +00:00
mergify[bot]
3b0909afd0
Merge pull request #12904 from leela/oauth-timeout
fix: OAuth token expiry
2021-04-19 11:40:34 +00:00
shariquerik
ccb76ce56b fix: sider fix 2021-04-19 16:58:26 +05:30
gavin
a8d0e39fd4
Merge pull request #12784 from Alchez/feat-py3-dependencies
feat: manage Python 3 compatiblity with dependencies
2021-04-19 16:55:04 +05:30
shariquerik
10d9611e6a fix: Grid Form buttons Insert Above, Insert Below not hidden when cannot_add_rows is true 2021-04-19 16:05:01 +05:30
prssanna
6ecbf55de5 fix: do not empty viewers parent on form refresh 2021-04-19 15:12:00 +05:30
leela
1c2d69fbe7 fix: remove the token validation check
Let token be part of state to make state dynamic. But there is no need
to have validation for token.
2021-04-19 14:51:53 +05:30
leela
fe73a0b22a refactor: removed unused code 2021-04-19 14:43:44 +05:30
Suraj Shetty
1600d85279
fix: Typo in get_all_language_with_name (#12902) 2021-04-19 14:15:30 +05:30
Rohan Bansal
a7794d9f6c Merge remote-tracking branch 'upstream/develop' into feat-py3-dependencies 2021-04-19 12:51:50 +05:30
Rohan Bansal
f617bfeba6 fix: update dependencies 2021-04-19 12:51:48 +05:30
mergify[bot]
6ca3d71064
Merge pull request #12893 from resilient-tech/cypress
test: multiple cypress fixes
2021-04-19 05:23:41 +00:00
Suraj Shetty
c16584bbf1
chore: Upgrade frappe-charts to rc13 (#12896) 2021-04-19 10:45:54 +05:30
Sagar Vora
c8763859ae test: multiple cypress fixes 2021-04-18 13:22:43 +05:30
Rushabh Mehta
85af21cd03
Merge pull request #12890 from rmehta/fix-grid-delete
fix(minor): Add a delete trigger in grid, and use it to refresh labels in Website Settings
2021-04-18 12:46:06 +05:30
Sagar Vora
33b12d91f9
fix: cannot read property doc of undefined (#12891) 2021-04-18 12:38:19 +05:30
Rushabh Mehta
0d87ad2133 fix(minor): Add a delete trigger in grid, and use it to refresh labels in Website Settings 2021-04-18 11:58:20 +05:30
Ernesto Ruiz
2bf968e753
fix: Make strings translatable (#12877)
Make strings translatable.
2021-04-18 10:24:12 +05:30
mustafaelagamey
75822a323a
fix: Remove cmd only if exist (#12886)
* only remove cmd if exist

When calling this function from backend this line raises key error as there's no such key called cmd

* style: Simplify code

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-04-18 04:46:19 +00:00
mergify[bot]
3b30001750
Merge pull request #12874 from leela/fix-kanban-board
fix: Kanban board sync issue
2021-04-18 04:36:24 +00:00
mergify[bot]
7a910c627d
Merge pull request #12878 from resilient-tech/refactor-communication-composer
refactor: frappe.views.CommunicationComposer
2021-04-18 04:23:36 +00:00
Faris Ansari
d927d393ee fix: Add autocompletion items in Server Script
- API to add autocompletion items in Code field
2021-04-17 23:09:16 +05:30
barredterra
edef0a467d fix: test_token_cache PermissionError 2021-04-17 18:31:43 +02:00
Suraj Shetty
ef3fe365bc
Merge branch 'develop' into refactor-communication-composer 2021-04-17 16:31:24 +05:30
mergify[bot]
a5274c7077
Merge pull request #12879 from resilient-tech/fix-prop-of-undefined
fix: Cannot read property `current` of undefined
2021-04-17 11:00:36 +00:00
mergify[bot]
b903428f6d
Merge pull request #12881 from resilient-tech/test-form
test: no need to blur text editor
2021-04-17 11:00:28 +00:00
mergify[bot]
355a5579a2
Merge pull request #12882 from resilient-tech/feat-scrollbar
feat(UI): consistently themed scrollbars
2021-04-17 10:48:09 +00:00
walstanb
eb45e8775a feat(UI): standardardized themed scrollbar 2021-04-17 15:20:12 +05:30
Sagar Vora
513835a92c test: no need to blur text editor 2021-04-17 13:12:19 +05:30
Sagar Vora
c02fbb27b6 fix: sider issue 2021-04-17 12:24:00 +05:30
Sagar Vora
47d13a40c7 style: use ES6 class 2021-04-17 12:21:19 +05:30
Suraj Shetty
85ad358a83
Merge pull request #12872 from surajshetty3416/copy-doc-without-boundaries 2021-04-17 11:38:37 +05:30