Commit graph

32035 commits

Author SHA1 Message Date
Sagar Vora
33b12d91f9
fix: cannot read property doc of undefined (#12891) 2021-04-18 12:38:19 +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
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
Sagar Vora
01cd2308bb fix: Cannot read property current of undefined 2021-04-17 03:53:41 +05:30
Sagar Vora
354e89f4c6 fix: clear_cache only on success; use me instead of this 2021-04-17 03:24:01 +05:30
Sagar Vora
4a28b2f202 fix: set lang to frappe.boot.lang by default 2021-04-17 02:38:36 +05:30
Sagar Vora
e4527284d7 fix: sider issues 2021-04-17 02:12:12 +05:30
Sagar Vora
d12c47681e refactor: frappe.views.CommunicationComposer 2021-04-17 02:01:45 +05:30
Suraj Shetty
7e3b930138 fix: Update labels 2021-04-16 22:14:41 +05:30
Suraj Shetty
2bbe4e6461 refactor: Use better naming 2021-04-16 20:53:27 +05:30
leela
73662a50fe fix: kanban board sync issue
Recent refactoring introduced an issue of not syncing board data(comes from
reference doctype) into kanban board columns db. Changed to sync it at time
of creating kanban board.
2021-04-16 16:21:19 +05:30
Raffael Meyer
6f73455eb2
Merge branch 'develop' into default_email_template 2021-04-16 12:32:51 +02:00
mergify[bot]
960fcc23af
Merge pull request #12824 from ankush/db_statica_hack
chore: static analysis hack for globals
2021-04-16 07:31:05 +00:00
mergify[bot]
c4d95ecafb
Merge pull request #12827 from anupamvs/data-import-issues
fix: don't allow user to remove/change data source file in data import
2021-04-16 03:33:26 +00:00
mergify[bot]
e36d9283af
Merge pull request #12534 from CaseSolvedUK/qr-cols-v13
feat: allow query/custom reports to save custom data in the json field
2021-04-16 02:36:19 +00:00
mergify[bot]
b71f8dcba1
Merge pull request #12866 from nikhilponnuru/version-13
fix: newly created Workspace not being accessible unless a shortcut u…
2021-04-16 02:33:15 +00:00
mergify[bot]
0b490a23c1
Merge pull request #12864 from resilient-tech/fix-attachment-icon
fix: attachment pill lock icon redirects to File
2021-04-16 02:24:20 +00:00
nikhilponnuru
de70877228 fix: Newly created Workspace not being accessible unless a shortcut under Shortcuts is created 2021-04-15 22:17:24 +05:30
Suraj Shetty
f974294484 feat: Copy DocType / Documents without boundaries 2021-04-15 22:12:48 +05:30
walstanb
d216acaaae fix: attachment pill lock icon redirects to File 2021-04-15 19:28:47 +05:30
Suraj Shetty
a2af812dfb
Merge pull request #12844 from surajshetty3416/group-mentions 2021-04-15 16:38:45 +05:30
Suraj Shetty
ccadda21d5
fix: Multi-column paste in grid (#12861) 2021-04-15 16:33:07 +05:30
mergify[bot]
2f811c3ac6
Merge pull request #12858 from leela/validations-on-customfield
fix: add field type check in custom field validation
2021-04-15 10:58:17 +00:00
Suraj Shetty
7d335a9bef fix: Make group mention clickable 2021-04-15 16:22:17 +05:30
Suraj Shetty
1bfeafca5f fix: Check if data-is-group should be true before getting doc 2021-04-15 16:08:18 +05:30
Suraj Shetty
b2649eda1e fix: Use css variables for mention colors 2021-04-15 16:07:03 +05:30
Suraj Shetty
f71a6c09f5 fix: Sync user groups realtime 2021-04-15 14:53:01 +05:30
Rushabh Mehta
17c640e37d
Merge pull request #12860 from rmehta/fix-language-select
fix(website): Make language select optional and fix breakpoint issues
2021-04-15 14:45:07 +05:30
Faris Ansari
8678c09e91
feat: Add log_error and FrappeClient to restricted python (#12857) 2021-04-15 14:34:23 +05:30
Rushabh Mehta
27ed3dd373 fix(minor): linting 2021-04-15 14:31:42 +05:30
Suraj Shetty
4f8ced5b1b fix: Remove unnecessary field 2021-04-15 14:27:41 +05:30
Suraj Shetty
8a5e8b53e8 fix: Make group_name and user group members mandatory 2021-04-15 14:22:52 +05:30
Rushabh Mehta
6d20983eb2 fix(minor): Make language select optional and fix breakpoint issues in website 2021-04-15 14:15:40 +05:30
leela
219b60a6b1 fix: add field type change check in custom field validation
We have fieldtype change check in customizeform but not in custom field.
Added the same for customfield.
2021-04-15 13:14:57 +05:30
mergify[bot]
eb80f5dffb
Merge pull request #12842 from NagariaHussain/feat-enable-disable-wh
feat: Add Enable/Disable Webhook via Check Field
2021-04-15 07:28:30 +00:00
mergify[bot]
c1576a864f
Merge pull request #12833 from hasnain2808/fix--none-type-error-for-empty-lines
fix(Auto Email Report): None type error for empty lines
2021-04-15 07:17:37 +00:00
mergify[bot]
c7c2362f9c
fix: Redirect Web Form user directly to success URL, if no amount is due (backport #12661) (#12856)
If there is no amount due when using WebForms which accept payments, redirect the user directly to the success URL. This is useful for free items.

(cherry picked from commit f8f1301b796180bca6b860bde5e01fa85a632c1f)

Co-authored-by: ci2014 <christoph.isik@wpci.de>
2021-04-15 12:44:36 +05:30
Mohammad Hasnain Mohsin Rajan
ea2a2772f2
test: which email Id to pick for sending emails (#12550)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-04-15 12:39:15 +05:30
Suraj Shetty
9830406afa test: Add test to check group mentions 2021-04-15 11:55:48 +05:30