Commit graph

31481 commits

Author SHA1 Message Date
Suraj Shetty
7e1638ef60 fix: Only use cookie to remember lang preference 2021-04-08 09:46:07 +05:30
Suraj Shetty
fe6b427fb2 fix: Set lang attribute of document 2021-04-07 18:49:55 +05:30
Suraj Shetty
df0578d248 feat: Show language switcher for guest users on navbar 2021-04-07 18:18:15 +05:30
Suraj Shetty
cb355810c9
Merge pull request #12234 from rohitwaghchaure/custom-user-type-feat 2021-04-06 14:41:56 +05:30
Suraj Shetty
f53c09ada2
Merge branch 'develop' into custom-user-type-feat 2021-04-05 19:01:42 +05:30
Suraj Shetty
ddac4dd504
style: Fix invalid translation string 2021-04-05 18:37:14 +05:30
Suraj Shetty
60aae80f39
chore: Update develop with Version 13 (#12803) 2021-04-05 14:10:37 +05:30
mergify[bot]
6069de0892
Merge pull request #12799 from ruchamahabal/share-with-submit-perm
feat: DocShare with submit permission
2021-04-05 06:21:43 +00:00
Suraj Shetty
13e7f453fc
fix: Handle exception while building version comment (#12801) 2021-04-05 11:45:14 +05:30
Prssanna Desai
84e1964521
Merge pull request #12630 from shariquerik/webform-can-select-error-fix
fix: Webform user getting error while adding items in child table
2021-04-05 11:29:37 +05:30
Rucha Mahabal
689a57b2c2 fix: typo 2021-04-04 19:46:02 +05:30
Rucha Mahabal
b3066f3702 test: docshare with submit permission 2021-04-04 17:07:52 +05:30
Rucha Mahabal
d2c81925b0 feat: DocShare with Submit 2021-04-04 16:14:07 +05:30
Rucha Mahabal
f12369847b fix: filter condition with '!=' 2021-04-04 16:12:01 +05:30
Suraj Shetty
2a400b5718
Merge pull request #12794 from surajshetty3416/miscellaneous-fixes 2021-04-04 10:50:21 +05:30
Suraj Shetty
778cd7570e
Merge pull request #12783 from surajshetty3416/fix-website-theme-patch
fix: Reload website_theme_ignore_app before Website Theme
2021-04-04 10:17:21 +05:30
Suraj Shetty
e6ef907184 fix(virtual doctype): Avoid circular calls 2021-04-04 10:13:18 +05:30
Suraj Shetty
a71066f3a4 fix: Check if df.options exists before setting docfields
Fixes: https://github.com/frappe/frappe/issues/12793
2021-04-04 10:12:10 +05:30
Suraj Shetty
1767d87dfd
Merge pull request #12786 from surajshetty3416/fix-virtual-doctype
fix: Check if doctype is virtual doctype before getting value
2021-04-02 19:35:59 +05:30
mergify[bot]
638a580c30
Merge pull request #12785 from resilient-tech/package-name
fix: change package name to `frappe-framework`
2021-04-02 11:01:48 +00:00
Suraj Shetty
65b55f6a90 fix: Check if doctype is virtual doctype before getting value 2021-04-02 16:24:29 +05:30
Sagar Vora
fd88e7e1dd fix: change package name to frappe-framework 2021-04-02 16:07:17 +05:30
mergify[bot]
e7c0c002fc
Merge pull request #12374 from shariquerik/todo-access-fix
fix: All todos not accessible to all users
2021-04-02 10:20:43 +00:00
Suraj Shetty
aaea55ed7d fix: Reload website_theme_ignore_app before Website Theme 2021-04-02 13:31:40 +05:30
Suraj Shetty
1bfd5c8a87
Merge branch 'develop' into todo-access-fix 2021-04-02 13:03:10 +05:30
Suraj Shetty
0a399f56c8
Merge pull request #12743 from surajshetty3416/fix-whitelisted-method-failure 2021-04-02 12:45:33 +05:30
Suraj Shetty
cf607148a0
Merge pull request #12121 from zerodha/virtual_doctype 2021-04-02 12:43:43 +05:30
mergify[bot]
bdb776faac
Merge pull request #12768 from netchampfaris/remove-password
fix: Remove encrypted password when it is unset
2021-04-02 06:55:24 +00:00
Suraj Shetty
efba586054
Merge branch 'develop' into remove-password 2021-04-02 09:46:57 +05:30
mergify[bot]
9a90d251fe
Merge pull request #12779 from hasnain2808/fix-list-view-patch
fix: use reload_doc instead of reload_doctype
2021-04-01 16:13:52 +00:00
hasnain2808@gmail.com
86ddc1b2a3 fix: list view setting patch 2021-04-01 21:14:10 +05:30
mergify[bot]
90c574f0b2
Merge pull request #12777 from hasnain2808/fix-list-view-patch
fix: Patch to pluralize list view setting
2021-04-01 15:24:12 +00:00
hasnain2808@gmail.com
872151f32e fix: fix patch to pluralize list view setting 2021-04-01 20:31:57 +05:30
Leela vadlamudi
32ff36d414
Merge pull request #12774 from leela/fix-filters-using-childtable-data
fix: get_count API endpoint
2021-04-01 19:40:41 +05:30
leela
566f8ba12a fix: get_count API endpoint
Make get_count work with join queries
2021-04-01 19:23:19 +05:30
Suraj Shetty
c78be3d28d
Merge pull request #12770 from surajshetty3416/fix-get_route_options_for_new_doc 2021-04-01 18:34:33 +05:30
mergify[bot]
b4eb772cc2
Merge pull request #12767 from prssanna/form-viewers-fix
fix: Emit doc close event on doc change
2021-04-01 13:04:02 +00:00
Suraj Shetty
e25fae3f8f fix: get_route_options_for_new_doc in link field
- Used correct df where get_route_options_for_new_doc
function is attached

It stopped working after https://github.com/frappe/frappe/pull/12744
2021-04-01 18:29:03 +05:30
Faris Ansari
0fc2016b22 test: for password unset 2021-04-01 17:55:08 +05:30
Faris Ansari
bcb01f6491 fix: Remove encrypted password when it is unset 2021-04-01 17:48:20 +05:30
prssanna
987b3e23ca fix: also emit doc close event on doc change 2021-04-01 17:05:44 +05:30
Rohit Waghchaure
9dd0840520 fix: delete permission not working 2021-04-01 16:05:59 +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
Rohit Waghchaure
bc2586e205 fix: added select perm for child table doctypes 2021-04-01 13:54:11 +05:30
Rohit Waghchaure
2e1988a5db fix: all role showing for the custom doctype 2021-04-01 13:54:11 +05:30
Rohit Waghchaure
dd816a4f7d code clean-up 2021-04-01 13:54:11 +05:30
Rohit Waghchaure
fe06011fac fix: user none not found 2021-04-01 13:54:11 +05:30