rohitwaghchaure
96c3bfe511
Merge pull request #12831 from rohitwaghchaure/fixed-user-type-for-select-perm
...
fix: patch travis
2021-04-12 15:17:47 +05:30
Rohit Waghchaure
d929d8cba2
fix: patch travis
2021-04-12 14:04:08 +05:30
Shakirullah Waseeb
9bb0c85d3f
fix: added 'ps' to the right-to-left languages list ( #12812 )
...
* Added Pashto language to the rtl list.
Pashto (ps) writing is based on Arabic script, so it is a right to left language. Therefore, added the "ps" to the rtl languages list in the following line of code.
is_rtl(lang=null) {
return ["ar", "he", "fa", "ps"].includes(lang || frappe.boot.lang);
}
* fix: ps to rtl languages list in printview.py
2021-04-12 06:40:01 +00:00
rohitwaghchaure
d10861bf21
Merge pull request #12828 from rohitwaghchaure/fixed-user-type-patch
...
fix: user type patch
2021-04-11 16:59:22 +05:30
mergify[bot]
e7b557edeb
Merge pull request #12823 from marination/icon-title-styles
...
chore: Icon Stroke and Optional title for tabs section
2021-04-11 08:32:57 +00:00
Rohit Waghchaure
0bc74cc89b
fix: user type patch
2021-04-11 10:12:04 +05:30
marination
580d38dd46
chore: Icon Stroke and Optional title for tabs section
2021-04-09 12:59:12 +05:30
Leela vadlamudi
e5d3aac707
Merge pull request #12693 from leela/notifications-into-timeline
...
feat: Include automated mail notifications in timeline
2021-04-08 20:38:29 +05:30
mergify[bot]
497097401d
Merge pull request #12817 from leela/perm-check-on-report-status-change
...
fix: check authorization before changing report status
2021-04-08 13:51:25 +00:00
Prssanna Desai
97c33b1f0d
Merge pull request #12819 from prssanna/webform-style
...
fix: web form style
2021-04-08 19:14:40 +05:30
Prssanna Desai
b5a8d9a295
Merge branch 'develop' into perm-check-on-report-status-change
2021-04-08 19:04:23 +05:30
prssanna
d670542a3e
fix: web form style
2021-04-08 18:55:29 +05:30
Suraj Shetty
dcd98fb80e
fix: Select correct language
...
Fixes a bug in the language selection
2021-04-08 17:50:03 +05:30
mergify[bot]
0bf28cf059
Merge pull request #12722 from shariquerik/show-users-attachments-only-fix
...
fix: Only allow user's attachments to show in attachments tree
2021-04-08 10:38:28 +00:00
leela
ace1edae56
test: authorization test for Report status toggle
2021-04-08 15:43:28 +05:30
shariquerik
0affa16f14
test: permission fix
2021-04-08 15:11:54 +05:30
mergify[bot]
90cad2a65b
Merge pull request #12805 from anandology/portal-page-404
...
fix: return 404 from portal pages
2021-04-08 09:37:11 +00:00
leela
455f0b9483
fix: Check permissions on report status change API
...
Authorization check is added before aloowing user to modify the report
status (enable/disable).
2021-04-08 14:55:04 +05:30
shariquerik
669012569b
fix: sider fix
2021-04-08 14:39:14 +05:30
shariquerik
238ba99af7
test: Added test case
2021-04-08 14:19:12 +05:30
Suraj Shetty
66720e0069
Merge pull request #12813 from surajshetty3416/website-language-switcher
2021-04-08 13:01:51 +05:30
Suraj Shetty
b41c5b59d3
feat: Use navigator.language for initial guess
2021-04-08 12:39:23 +05:30
Mohammad Hasnain Mohsin Rajan
3a7823ef76
fix: Webform checkout ( #12756 )
...
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-04-08 10:16:47 +05:30
ahashad
ecb81929c7
Update client.py ( #12790 )
...
Fix You do not have enough permissions to access this resource Error, when adding barcode during creating new stock Item.
2021-04-08 04:43:36 +00:00
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
mergify[bot]
14809ef332
Merge pull request #12814 from resilient-tech/fix-communication
...
fix(Email): checks for `this.frm` before removing item from localforage
2021-04-07 12:12:09 +00:00
walstanb
8e74bfabfa
fix(Email): checks for this.frm before removing item from localforage
2021-04-07 17:10:51 +05:30
Suraj Shetty
444d4441ba
Merge branch 'develop' into portal-page-404
2021-04-07 16:46:49 +05:30
mergify[bot]
d2a432bd65
Merge pull request #12810 from nextchamp-saqib/naming-series-fix
...
fix: reverting of series with a variable
2021-04-07 06:38:20 +00:00
hasnain2808@gmail.com
e95f7d201a
fix: backwards compatibility
2021-04-07 11:15:34 +05:30
hasnain2808@gmail.com
a59e1ed0ca
test: pass doc
2021-04-07 10:12:21 +05:30
Saqib Ansari
a93c2caab2
fix: reverting of series with a variable
2021-04-06 20:48:33 +05:30
Suraj Shetty
cb355810c9
Merge pull request #12234 from rohitwaghchaure/custom-user-type-feat
2021-04-06 14:41:56 +05:30
Anand Chitipothu
96e98ac976
fix: return 404 from portal pages
...
- Fixed it by making the context.py handle the PageDoesNotExistError instead
of DoesNotExistError
Fixes #12804
2021-04-06 11:52:06 +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
leela
5c2bda478c
Refactor(Improv): Include automated mail notifications in timeline
...
Notifications sent through notifications doctype are not part of
communications doctype and also not into timelines. Added these
notifications into timeline by adding docs into Communication doctype.
2021-04-05 09:45:17 +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