Shariq Ansari
d4efef204f
Merge pull request #20960 from AnandBaburajan/custom_report_export_and_auto_email
2023-05-16 13:48:01 +05:30
Ankush Menat
fb6a247606
fix(UX): Show alert instead msgprint ( #21016 )
...
msgprint is blocking and annoying in onboarding process.
[skip ci]
2023-05-16 13:04:16 +05:30
Anand Baburajan
58c363da14
Merge branch 'develop' into custom_report_export_and_auto_email
2023-05-16 12:59:25 +05:30
Ankush Menat
85377eddfe
chore(ux): better labels
2023-05-16 11:04:16 +05:30
Shariq Ansari
70d86032a5
Merge pull request #20997 from shariquerik/form-builder-create-doctype
2023-05-16 11:00:56 +05:30
Saif Ur Rehman
0b92078c60
fix(delete_doc): Check ignore_links_on_delete with parent doctype ( #20898 )
2023-05-16 09:04:00 +05:30
Raffael Meyer
440cde45f7
refactor: get_default_address ( #20962 )
2023-05-16 08:51:50 +05:30
mergify[bot]
561db7e5cc
fix: unable to access url file from the timeline section (backport #20836 ) ( #21011 )
...
Co-authored-by: Sameer Chauhan <sameer@extensioncrm.com>
Co-authored-by: sameer Chauhan <sameer55chauhan@gmail.com>
2023-05-16 08:15:00 +05:30
Shariq Ansari
b6dd3e9b8e
Merge branch 'develop' into form-builder-create-doctype
2023-05-15 21:27:44 +05:30
Suraj Shetty
2c137a048d
Merge pull request #21005 from netchampfaris/fix-table-colwidth
2023-05-15 20:37:54 +05:30
Faris Ansari
fedd5886a7
fix: colwidth should be acceptable
2023-05-15 19:06:11 +05:30
Shariq Ansari
bd12e1968b
chore: Customize Form will open for current doctype is self explanatory in breadcrumbs
2023-05-15 18:08:23 +05:30
Shariq Ansari
0ea65f0a36
Merge branch 'develop' into form-builder-create-doctype
2023-05-15 18:03:44 +05:30
Shariq Ansari
c447290d27
test: fixed failing UI test
2023-05-15 18:03:30 +05:30
Ankush Menat
73276a235a
fix: report print view not working ( #21002 )
...
```
report_view.js:1353 Uncaught TypeError: Cannot read properties of undefined (reading 'label')
at report_view.js:1353:31
at Array.map (<anonymous>)
at frappe.views.ReportView.get_filters_html_for_print (report_view.js:1349:5)
at report_view.js:1414:23
at print_utils.js:67:4
at frappe.ui.Dialog.<anonymous> (messages.js:104:4)
at HTMLButtonElement.<anonymous> (dialog.js:165:20)
at HTMLButtonElement.dispatch (jquery.js:5430:27)
at c1.handle (jquery.js:5234:28)
```
[skip ci]
2023-05-15 17:57:04 +05:30
Shariq Ansari
295e43dc8d
fix: validate redirect to customize form based on doctype
2023-05-15 17:36:48 +05:30
Ankush Menat
6a30344a5f
fix: limit RQ job refresh to list view only
2023-05-15 17:04:41 +05:30
Shariq Ansari
0d23e13b72
chore: renamed for_customize_form to customize
2023-05-15 16:56:31 +05:30
Shariq Ansari
677d24e1c4
chore: updated dialog title
2023-05-15 16:46:52 +05:30
Shariq Ansari
e2e0d3a021
Merge branch 'develop' into form-builder-create-doctype
2023-05-15 16:43:11 +05:30
Ankush Menat
8df00dc54b
fix(UX): sort modules on user doctype ( #20998 )
...
[skip ci]
2023-05-15 16:42:37 +05:30
Shariq Ansari
8202f1218d
fix: added breadcrumbs on form builder page
2023-05-15 16:28:42 +05:30
Shariq Ansari
d35a5b4c81
chore: Use Form Builder banner on fields sections on customize form
2023-05-15 16:06:41 +05:30
Shariq Ansari
fc8a44e78d
chore: Use Form Builder banner on fields sections
2023-05-15 15:59:28 +05:30
Ritwik Puri
2e2c8316c6
fix: use sentinel value for checking existence of key in doc while parsing naming series ( #20994 )
2023-05-15 14:58:14 +05:30
Shariq Ansari
df724e6e46
fix: create doctype from form-builder
2023-05-15 14:06:30 +05:30
Shariq Ansari
0768bc5693
fix: form_builder/ not working
2023-05-15 14:00:18 +05:30
Shariq Ansari
bc5b10b9de
chore: removed FormBuilder.vue from components
2023-05-15 13:06:16 +05:30
Ankush Menat
80d3f29f6b
Merge pull request #20980 from ankush/sscript_limited
...
feat: rate limiting on server scripts
2023-05-15 12:11:35 +05:30
Ankush Menat
95287c060c
test: server script rate limiting
2023-05-15 11:04:23 +05:30
Ankush Menat
8eb9d2ea18
fix: create partial function for server script execution
...
rate_limiter passes `frappe.form_dict` instead of original arguments.
This is a workaround to first pass server script by making a partial
function and then rate limiting that.
2023-05-15 11:01:50 +05:30
Ankush Menat
48c36f9c49
feat: Rate limiting on server scripts
2023-05-15 11:01:50 +05:30
Suraj Shetty
eb560fd8b4
fix: Pass URL for login cmd
...
Fixes this problematic commit
f0eef73cf7
2023-05-15 10:35:03 +05:30
Suraj Shetty
af21fa6b37
Merge pull request #20989 from frappe/fix-misc-14-5
2023-05-14 22:57:01 +05:30
Suraj Shetty
f0eef73cf7
fix: Request on "/login" instead of "/"
...
Just a semantic fix, helps in identifying the request in network tab and easier add proxy while working with custom app
2023-05-14 22:20:36 +05:30
Suraj Shetty
20f77da5e7
fix: Remove unnecessary request from boot
2023-05-14 22:17:27 +05:30
Ankush Menat
97959d7b88
fix: validate email on setup wizard ( #20979 )
...
* chore: remove unused gravatar code
* fix: Check invalid field in setup wizard
* chore: typo
---------
Co-authored-by: Michelle Alva <50285544+michellealva@users.noreply.github.com>
2023-05-14 19:16:31 +05:30
Sabu Siyad
2ec893278a
fix: email: get unsub email: use cstr instead of encode ( #20985 )
...
`encode` fails if reference name is an integer. use `cstr` instead which
use `as_unicode` under the hood
2023-05-14 17:29:38 +05:30
Ritwik Puri
4bd32bcf04
fix: naming part should be empty if field is empty ( #20978 )
2023-05-14 00:41:12 +05:30
Ankush Menat
56dfa53f4b
chore: limit telemetry events
2023-05-13 16:47:49 +05:30
Shariq Ansari
ea20cdd4d5
Merge pull request #20971 from shariquerik/maintain-frappe-current-route
...
fix: maintain frappe.router.current_router
2023-05-12 12:59:20 +05:30
Shariq Ansari
fd493e3f86
Merge branch 'develop' into maintain-frappe-current-route
2023-05-12 12:27:26 +05:30
Shariq Ansari
7bd810950e
fix: maintain frappe.router.current_router
2023-05-12 12:23:46 +05:30
Faris Ansari
2df7fdd79e
Merge pull request #20908 from netchampfaris/qb-getquery-child-fields-syntax-sugar
2023-05-11 12:02:30 +05:30
Leonard Goertz
33246bbb8f
fix: call make_columns before update_order ( #20710 )
2023-05-11 09:20:47 +05:30
Ritwik Puri
da5f642d4c
chore: make skipped and traceback fields read_only in patch log & newline after traceback for better readability while skipping failing patches ( #20961 )
2023-05-10 19:36:58 +05:30
Anand Baburajan
2ca07df530
Merge branch 'develop' into custom_report_export_and_auto_email
2023-05-10 19:20:11 +05:30
anandbaburajan
348f852792
fix: custom filters while exporting and creating new auto email reports
2023-05-10 19:08:01 +05:30
Shariq Ansari
cf950b885d
Merge pull request #20880 from shariquerik/workflow-builder
2023-05-10 18:47:55 +05:30
Shadrak Gurupnor
d9b2d23ec3
feat: track skipped patch with traceback ( #20931 )
...
* feat: track skipped patch with traceback
* fix: dump all the patches in patch log
* fix: check non-skipped patches
* fix: print traceback if failed && reload patch_log before migrate
* chore: dont force patch log reload
* chore: remove unnecessary checks
---------
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2023-05-10 18:44:40 +05:30