Ankush Menat
e089d6bafb
fix: adding a new child expands all childs
...
The refresh method is causing deep reload of parent node. Doesn't seem
like it's of any use here.
ref: https://github.com/frappe/frappe/pull/4805
This fix had side effect of expanding all parent node recursively.
2021-12-13 22:37:27 +05:30
Rutwik Hiwalkar
1ec54c87c8
feat: patched frappe email to work with frappecloud mail app ( #15248 )
...
* feat: patched EmailQueue.send and frappe.utils.get_formatted_email
* chore: renamed hooks and handled an edge case
* fix: if the get_sender_details hook is defined but it returns invalid input
2021-12-12 21:09:31 +05:30
mergify[bot]
6fc0a7e5f4
Merge pull request #15268 from ankush/fix/hide_bench_path_from_tb
...
fix: remove bench path from traceback
2021-12-12 12:52:05 +00:00
Ankush Menat
00d38d568c
fix: remove slash prefix
2021-12-12 15:20:50 +05:30
Ankush Menat
40b7616a25
Merge pull request #15265 from phot0n/not-able-to-get-back-on-user-prifile
...
fix: not able to go back from user profile page
2021-12-12 13:14:20 +05:30
Ankush Menat
a7a0570178
fix: leaderboard link in sidebar
2021-12-12 12:52:09 +05:30
Ankush Menat
faa8c371fb
fix: change route when browsing someone else's profile
2021-12-12 12:47:59 +05:30
phot0n
41bb12a206
fix: not able to go back from user profile page
...
credit: @ankush
2021-12-12 12:34:19 +05:30
Ankush Menat
38cd12a95b
fix: remove bench path from traceback
...
This is mostly useless for debugging and clutters the error message.
2021-12-12 11:53:13 +05:30
mergify[bot]
b3ea89670c
Merge pull request #15221 from sumaiya2908/refactor-portal-breadcrum
...
refactor: breadcrumbs for portal pages
2021-12-12 05:13:04 +00:00
Shridhar Patil
92aeb972b6
fix: fixed query to run on postgres db ( #15239 )
2021-12-12 05:10:25 +00:00
mergify[bot]
e00ccd9771
Merge pull request #15180 from saxenabhishek/aks-feat-sanitise_qb_2
...
feat: sanitise frappe.qb
2021-12-12 05:01:19 +00:00
Shridhar Patil
6acbfd5e74
fix: Make query Postgres compatible ( #15240 )
...
* fix: updated query compatibale with postgres
* fix: updated query compatible with postgres
2021-12-12 05:01:06 +00:00
Suraj Shetty
504af72b85
Merge branch 'develop' into refactor-portal-breadcrum
2021-12-12 10:24:15 +05:30
Suraj Shetty
e8ced74901
Merge branch 'develop' into aks-feat-sanitise_qb_2
2021-12-12 10:16:26 +05:30
mergify[bot]
fba03a01b3
Merge pull request #15212 from saxenabhishek/aks-feat-constCol
...
feat: build constant value cols
2021-12-12 04:40:28 +00:00
mergify[bot]
404e9e79f9
Merge pull request #15256 from alyf-de/fix-copy-mail-data
...
fix: reload doctype IMAP Folder in patch
2021-12-11 12:42:45 +00:00
barredterra
0e31393326
fix: reload doctype IMAP Folder in patch
2021-12-10 16:34:45 +01:00
Faris Ansari
f74b9be2c3
Merge pull request #15253 from netchampfaris/zip-files
...
feat: Zip files
2021-12-10 17:24:55 +05:30
Faris Ansari
a4b99cd7b4
feat: Zip files
2021-12-10 17:21:19 +05:30
mergify[bot]
3e2421280e
Merge pull request #15250 from alyf-de/fix-migrate-fixtures
...
fix: update modified of Singles
2021-12-10 11:41:32 +00:00
barredterra
2ab030c4d8
fix: update modified of Singles
2021-12-10 12:26:32 +01:00
Subin Tom
2b8328715e
fix: Sales invoice cancellation error due to get_list ( #15243 )
...
* fix: Sales invoice cancellation error due to get_list
* fix: missed out one `get_list`
2021-12-10 07:51:27 +00:00
saxenabhishek
07ee1bdc0c
test: ConstantColumn
2021-12-10 12:30:19 +05:30
mergify[bot]
28b33930ba
Merge pull request #15230 from pateljannat/web-form-table-issue
...
fix: Web Form child table scroll issue
2021-12-10 06:11:17 +00:00
rohitwaghchaure
a3c3699a79
Merge pull request #15238 from rohitwaghchaure/customer-added-id-override-while-creating-records
...
fix: record name creating based on naming series and not as per the user input
2021-12-09 22:28:48 +05:30
Rohit Waghchaure
7118fb2e81
fix: record name creating based on naming seires and not as per the use set
2021-12-09 19:18:14 +05:30
mergify[bot]
4a40854f0f
Merge pull request #15225 from ankush/broken_comm
...
feat: copy error info to clipbaord + misc. fixes
2021-12-09 11:01:46 +00:00
Kenneth Sequeira
bac62ea014
fix: valid parent doctype error ( #15233 )
...
Co-authored by: Ankush Menat <me@ankush.dev>
2021-12-09 15:49:56 +05:30
Jannat Patel
13b660ca11
fix: web form table scroll issue
2021-12-09 11:17:45 +05:30
Ankush Menat
f3cbaf9df7
refactor: use navigator api for clipboard
2021-12-09 09:59:33 +05:30
Ankush Menat
ecdb893286
fix: copy to clipboard strips off newlines
...
input element isn't suitable for this hack, switch to textarea for
supporting newlines in text to be copied.
2021-12-09 09:59:33 +05:30
Ankush Menat
5b6012d0d3
feat: copy error to clipboard
...
Currently error can be reported if email is setup but other than that
only way to find error info is use browser's console.
This change adds a secondary button to copy error info to clipboard.
2021-12-09 09:59:33 +05:30
Ankush Menat
f589342c70
fix: missing content in communication composer
...
`message` is used as args in some places and `txt` in another.
Supporting both since there's no clear interface to this arguments for
this component.
2021-12-09 09:59:33 +05:30
Ankush Menat
3baa09401e
ci: update apt cache before install ( #15226 )
2021-12-09 09:59:19 +05:30
Summayya
0f08c53c7c
refactor: breadcrumb style for portal pages
2021-12-08 18:02:03 +05:30
Summayya
d7b2822ce8
refactor: move rnl arrow to common variable file
2021-12-08 18:01:07 +05:30
saxenabhishek
a71795afec
docs: ConstantColumn
2021-12-08 15:46:30 +05:30
saxenabhishek
9a393e5654
fix: postgres compatibility
2021-12-08 15:43:22 +05:30
Kevin Backhouse
2f99306d63
Fix ReDoS bug: GHSL-2021-122 ( #15201 )
2021-12-08 04:57:07 +00:00
Suraj Shetty
5c34405d8a
Merge branch 'develop' into aks-feat-constCol
2021-12-08 09:33:50 +05:30
saxenabhishek
4f7c8d066a
feat: build constant value cols
2021-12-07 20:55:38 +05:30
Faris Ansari
19fb8cd409
Merge pull request #15182 from netchampfaris/cleanup-newsletter
...
fix: Newsletter Enhancements
2021-12-07 18:38:09 +05:30
Faris Ansari
4bb79161be
style: missing semicolon
2021-12-07 17:57:18 +05:30
Faris Ansari
d760e25b63
tests: fix newsletter tests
2021-12-07 17:43:57 +05:30
Faris Ansari
ccc65defb6
fix(newsletter): better open in web link
2021-12-07 17:20:58 +05:30
Faris Ansari
947727ccd7
fix(markdown-editor): preview btn
2021-12-07 17:20:42 +05:30
Suraj Shetty
99defea410
fix: Explicitly ignore semgrep warning
2021-12-07 16:40:45 +05:30
mergify[bot]
c9426024ca
Merge pull request #15198 from Aradhya-Tripathi/at/fixes
...
fix(qb): Miscellaneous fixes
2021-12-07 10:31:33 +00:00
Faris Ansari
606a0d3809
fix: various fixes
...
- show published newsletters in list view
- show published newsletter as web page
- show status section after newsletter is sent
- add email_sent_at and total_recipients field
2021-12-07 15:52:25 +05:30