Commit graph

9509 commits

Author SHA1 Message Date
Maxwell Morais
4fcc6502d7 Fix TypeError
Traceback (innermost last):
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/app.py", line 57, in application
    response = frappe.handler.handle()
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
    execute_cmd(cmd)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
    ret = frappe.call(method, **frappe.form_dict)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/__init__.py", line 808, in call
    return fn(*args, **newargs)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/desk/search.py", line 13, in search_link
    search_widget(doctype, txt, query, searchfield=searchfield, page_len=page_len, filters=filters)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/desk/search.py", line 93, in search_widget
    as_list=not as_dict)
  File "/usr/frappe5/frappe-bench/apps/frappe/frappe/desk/reportview.py", line 17, in execute
    return DatabaseQuery(doctype).execute(*args, **kwargs)
 TypeError: execute() got an unexpected keyword argument 'as_dict'
2016-04-07 15:09:53 -03:00
Anand Doshi
36972b9b59 [hot] [fix] email_alert.json 2016-04-07 22:41:54 +05:30
Anand Doshi
7132935fef Merge branch 'master' into develop 2016-04-07 17:39:51 +05:30
Anand Doshi
c9994b62d0 Merge branch 'hotfix' 2016-04-07 17:33:23 +05:30
Anand Doshi
81c04d354e bumped to version 6.27.8 2016-04-07 18:03:23 +06:00
Rushabh Mehta
a7cf3d9248 [minor] [cleanup] fixes to new entry and seen 2016-04-07 17:28:28 +05:30
Anand Doshi
25e5c28eb0 Merge pull request #1682 from neilLasrado/hotfix
Fixed set_hidden function
2016-04-07 17:10:10 +05:30
Neil Trini Lasrado
e1b680c7a6 Fixed set_hidden function 2016-04-07 17:04:49 +05:30
Anand Doshi
aa3f42b032 [fix] backward compatibilty of module view route 2016-04-07 16:31:49 +05:30
Anand Doshi
72abd6717a [fix] allow context in frappe.respond_as_web_page 2016-04-07 16:31:30 +05:30
Rushabh Mehta
3c8f966cf2 Merge pull request #1681 from nabinhait/has_gravatar
[fix] Catch ConnectionError while checking gravatar_url
2016-04-07 16:27:31 +05:30
Nabin Hait
6aaa6ce17d [fix] Catch ConnectionError while checking gravatar_url 2016-04-07 16:10:32 +05:30
Rushabh Mehta
3d7b9cfe77 [minor] add_custom_button in grid and link query cleanup 2016-04-07 15:25:30 +05:30
Anand Doshi
b466e136a1 [fix] Explore: hide modules from sidebar if hidden for everyone 2016-04-07 12:38:08 +05:30
Anand Doshi
7de0c2cb93 Merge pull request #1677 from aruizramon/customfield-notfound-error-message
Added custom field name, as well as label, in Not Found error message…
2016-04-07 12:06:55 +05:30
Anand Doshi
947fc2a2df Merge pull request #1679 from nabinhait/report_hidden_column
[fix] Hidden columns in report
2016-04-07 12:06:10 +05:30
Nabin Hait
4c98b4080b [fix] Hidden columns in report 2016-04-07 11:40:17 +05:30
Rushabh Mehta
ff257667b2 [multiple-assign] got it back! 2016-04-07 10:51:57 +05:30
aruizramon
8af9c46315 Added custom field name, as well as label, in Not Found error message. Previously, it was hard to find which field was causing the problem when the field did not have a label - such as column breaks 2016-04-06 09:54:27 -04:00
Rushabh Mehta
c18eba6cbf Merge pull request #1676 from rohitwaghchaure/fixes
[Fixes][Portal] User Image not displaying in top right section
2016-04-06 18:43:23 +05:30
rohit waghchaure
5c2e978b4a [Fixes] User Image not displaying in top right section 2016-04-06 18:02:54 +05:30
Rushabh Mehta
21c57c23c0 [style] [mobile] toolbar with image 2016-04-06 16:28:53 +05:30
Rushabh Mehta
96948310f2 [test] [fix] 2016-04-06 15:50:26 +05:30
Rushabh Mehta
78607beeee [cleanup] print format css and default print view 2016-04-06 15:29:55 +05:30
Rushabh Mehta
f845df0e2e [fix] notifications for desktop icons 2016-04-06 15:29:55 +05:30
Rushabh Mehta
ba221269cb Merge pull request #1675 from rkurungadam/develop
Apply filters for Doctype List View from Menu definition
2016-04-06 14:54:47 +05:30
ranjith
d910196b7c Apply filters for Doctype List View from Menu definition 2016-04-06 12:23:09 +05:30
Anand Doshi
398235f5c7 [fix] don't update name during db_update 2016-04-05 18:26:47 +05:30
Anand Doshi
7201b323df [fix] communication sender fullname 2016-04-05 11:50:02 +05:30
Anand Doshi
71c6d38a9e [hot][fix] ignore_share_permission in user share with self 2016-04-05 11:49:50 +05:30
Anand Doshi
2ed290b60b [fix] communication sender fullname 2016-04-05 11:47:40 +05:30
Anand Doshi
c2e7f7a305 [hot][fix] ignore_share_permission in user share with self 2016-04-05 11:34:05 +05:30
Anand Doshi
8b14c704b2 Merge branch 'hotfix' 2016-04-04 17:54:06 +05:30
Anand Doshi
f8cfc205ba bumped to version 6.27.7 2016-04-04 18:24:06 +06:00
Anand Doshi
e70a89cd6c Merge pull request #1669 from nabinhait/awesome_bar_report_fix
[fix] Route for report builder report from awesome bar
2016-04-04 17:37:42 +05:30
Nabin Hait
668831178b [fix] Route for report builder report from awesome bar 2016-04-04 17:31:50 +05:30
Anand Doshi
c2394f9a53 Merge pull request #1673 from anandpdoshi/fix/ignore-permissions-remove-user-share
ignore permissions when removing user share
2016-04-04 17:16:13 +05:30
Rushabh Mehta
90fb3ebcb9 [enhancement] added image_field so image will appear in the sidebar 2016-04-04 16:56:35 +05:30
Anand Doshi
b6d525270e [fix] ignore permissions when removing user share 2016-04-04 16:53:58 +05:30
Anand Doshi
2204cdaf03 Merge pull request #1670 from neilLasrado/hotfix
added query-report to desktop icons
2016-04-04 15:26:06 +05:30
Anand Doshi
ea8417acb0 [fix] link selector value should allow for double-quotes in data-value 2016-04-04 13:16:13 +05:30
Anand Doshi
3c345a6c1d [travis] 2016-04-04 12:36:21 +05:30
Rushabh Mehta
fc5155c2fb [minor] chat link, fixes frappe/erpnext#5127 2016-04-04 11:53:41 +05:30
Anand Doshi
9d5c2f2f62 [fix] ignore xss filter for condition in email alert 2016-04-03 15:36:22 +05:30
Rushabh Mehta
b5d69a1150 Merge pull request #1672 from saurabh6790/set_username_7_0
[fixes] reload doc before patch execution
2016-04-02 12:15:04 +05:30
Saurabh
5abb55db0a [fixes] reload doc before patch execution 2016-04-02 11:53:51 +05:30
Neil Trini Lasrado
c0d01fbd74 added query-report to desktop icons 2016-04-01 19:21:56 +05:30
Rushabh Mehta
ef26877689 [enhancement] default user images based on user name 2016-04-01 19:16:08 +05:30
Rushabh Mehta
8253932871 [fix] user_type not mandatory 2016-04-01 15:21:32 +05:30
Rushabh Mehta
1f08776001 Merge pull request #1667 from anandpdoshi/enhancement/sidebar-identicon
[enhancement] Identicon in sidebar
2016-04-01 15:19:41 +05:30