vishal
d31a662881
Revert "[wip] Unit test for cancel"
...
This reverts commit 1312202c83fff2f1a75a378d8c8176d9340dfa25.
2020-01-13 13:31:00 +05:30
vishal
df4313cca5
[wip] Unit test for cancel
2020-01-13 13:31:00 +05:30
vishal
0b0b2f46fc
Unit Test for cancel submitable doctype
2020-01-13 13:31:00 +05:30
vishal
9cf251e53e
fix: Distinct check added for possible links
2020-01-13 13:31:00 +05:30
vishal
038b2ad3c9
fix: minor changes in form js
2020-01-13 13:31:00 +05:30
vishal
1ad6fbc0bd
fix: Minor changes in hadle failed
2020-01-13 13:31:00 +05:30
vishal
9be267b96a
fix: deepsource
2020-01-13 13:31:00 +05:30
vishal
95f04583e2
fix: validation added for cancel document
2020-01-13 13:31:00 +05:30
vishal
f741d46fdb
feat: cancel multiple documents in a single transaction
...
- show all linked doc in a dialog box on cancel event
- following changes only fetch cancelable docs
- recursively build a list of linked submitted docs
- cancel all linked documents before cancelling current document
- add progress bar and group documents by doctype
- added exempted doctype list in hooks
2020-01-13 13:31:00 +05:30
Mangesh-Khairnar
fbf2e88121
style(web-form): change delete button to an icon
2020-01-13 13:30:51 +05:30
mergify[bot]
a8269cc556
Merge pull request #9236 from deepeshgarg007/print_grid_enhancement
...
fix(print grid): Height for empty rows
2020-01-13 04:15:07 +00:00
deepeshgarg007
c077d92378
feat: Enhancement in print grid
2020-01-12 22:06:59 +05:30
mergify[bot]
249e4a5383
Merge pull request #9233 from prssanna/leaderboard-fix
...
fix: Leaderboard search issues
2020-01-12 13:03:37 +00:00
prssanna
dd2fba419b
fix: use form-group class for leaderboard search
2020-01-12 14:17:10 +05:30
prssanna
a6f516c973
fix: fix leaderboard search
2020-01-12 13:44:25 +05:30
prssanna
2b77c61f6b
style: fix leaderboard searchbox padding
2020-01-12 13:43:53 +05:30
mergify[bot]
9c1a5ec558
Merge pull request #9226 from Mangesh-Khairnar/fix-view-webform
...
fix: webform list view
2020-01-12 03:07:15 +00:00
Mangesh-Khairnar
e7c82510e4
fix: render more in web form list
...
Co-Authored-By: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-01-11 15:43:34 +05:30
mergify[bot]
710ac6b194
Merge pull request #9186 from benknowles/patch-3
...
fix: global search index breaking on long titles
2020-01-11 04:35:54 +00:00
Raffael Meyer
aceb2d9a80
simplify statement ( #9229 )
2020-01-11 04:27:11 +00:00
ci2014
fbee4bc02a
fix(email): send notification even if there are no attachments ( #9228 )
...
Call communication.notify even if there is no _attachments attribute, otherwise the notification will not be sent with the current hotfix (24f1540)
Duplicate for develop branch of https://github.com/frappe/frappe/pull/9227
2020-01-11 00:20:18 +05:30
mergify[bot]
9347e27cfa
Merge pull request #9220 from surajshetty3416/fix-report-settings
...
fix: Return empty object if there are no settings for a report
2020-01-10 08:26:57 +00:00
mergify[bot]
bbd5b17900
Merge pull request #9218 from prssanna/grid-fix
...
fix(Grid): Grid pagination fixes
2020-01-10 08:26:10 +00:00
mergify[bot]
3fa8a70c92
Merge pull request #9223 from vishdha/fix_ldap_check_v13
...
fix: on ldap_settings check login page gives error
2020-01-10 07:47:43 +00:00
vishal
e7e155ee58
fix:ldap check prevent for login screen
2020-01-10 12:57:04 +05:30
mergify[bot]
2f0ea26512
Merge pull request #9219 from prssanna/leaderboard-link
...
fix: change leaderboard link
2020-01-10 07:17:27 +00:00
Suraj Shetty
e2986d343a
fix: Return empty object if there are no settings for a report
...
Query reports does not have settings.
2020-01-10 12:42:46 +05:30
prssanna
2f892f5ec0
fix: change leaderboard link
2020-01-10 12:06:12 +05:30
prssanna
3a8aed5e81
fix: fix sorting index
2020-01-10 11:53:57 +05:30
prssanna
518288fd2b
fix(grid): show delete all button only when all rows selected
2020-01-10 11:53:35 +05:30
Ben Knowles
ec53a57f4b
fix: skip single doctype when rebuilding search index ( #9187 )
2020-01-10 00:34:03 +05:30
mergify[bot]
dcf7dd5540
Merge pull request #9215 from netchampfaris/new-import-date-format
...
fix: Guess date format correctly from column
2020-01-09 14:47:53 +00:00
mergify[bot]
1eac56a8f4
Merge pull request #9203 from hrwX/tags_caching
...
fix: use _user_tags instead of Tag Link
2020-01-09 14:35:00 +00:00
Faris Ansari
fe86aed1bc
fix: Guess date format correctly from column
2020-01-09 15:13:22 +05:30
mergify[bot]
cf65112dbf
Merge pull request #8766 from gavindsouza/rename-doc-fix
...
fix(security): don't allow ignore_permissions in frappe.rename_doc
2020-01-09 08:13:23 +00:00
mergify[bot]
4d1733506a
Merge pull request #9212 from Alchez/dev-kanban-missing-data
...
fix: missing column data for Kanban board (develop)
2020-01-09 03:55:04 +00:00
mergify[bot]
3a9f8a1b8b
Merge pull request #9214 from ernestoruiz89/patch-8
...
fix: add translation function to string "Home" (develop)
2020-01-09 03:48:14 +00:00
Gavin D'souza
aa07305b90
Merge branch 'develop' of github.com:frappe/frappe into rename-doc-fix
2020-01-08 23:15:45 +05:30
Gavin D'souza
ee459d23f0
fix: pop ignore_permissions flag via whitelisted frappe.rename_doc
2020-01-08 23:12:56 +05:30
Ernesto Ruiz
57ea150cc7
fix: add translation function to string "Home" (develop)
...
fix: add translation function to string "Home" (develop)
2020-01-08 09:49:20 -06:00
mergify[bot]
94d0427efc
Merge pull request #9167 from prssanna/workflow-fix
...
fix: update docstatus of documents if docstatus value is changed in w…
2020-01-08 08:23:15 +00:00
mergify[bot]
1da20e6ebe
Merge pull request #9104 from gavindsouza/merge-docs-warn
...
fix(UX): Warn user about irreversible change while merging documents
2020-01-08 05:36:05 +00:00
Suraj Shetty
160d495743
style: Update docstring and fix formatting
2020-01-08 09:37:06 +05:30
Rohan Bansal
ade6794b3e
fix: missing column datafor Kanban board
2020-01-07 17:32:18 +05:30
mergify[bot]
25a602642f
Merge pull request #9191 from nextchamp-saqib/query-report-fix
...
fix: load latest custom report instead of latest reference report
2020-01-07 08:51:25 +00:00
mergify[bot]
014fbccdba
Merge pull request #9205 from surajshetty3416/fix-report-save-error
...
fix(report): Save error
2020-01-07 08:49:56 +00:00
mergify[bot]
49b8de2b30
Merge pull request #9209 from Alchez/dev-webhook-clones
...
fix: allow multiple webhooks for identical doctype triggers (develop)
2020-01-07 08:14:33 +00:00
Mangesh-Khairnar
9944758773
fix: webform view
2020-01-07 13:22:00 +05:30
Gavin D'souza
ef54a4ec5d
fix: frappe.confirm fixes
2020-01-07 13:05:47 +05:30
prssanna
3cce101c2d
test: add test to check if document status is updated
2020-01-07 00:58:43 +05:30