Commit graph

43194 commits

Author SHA1 Message Date
mergify[bot]
fe3f6fe0c9
fix: The Geolocation Map Field in RTL languages in System (backport #22248) (#22250)
(cherry picked from commit 30dd229032cb77b41e7dda16dbdc3e6b28456ee9)

Co-authored-by: Alaa Alsalehi <alaadiaa@gmail.com>
2023-08-30 15:27:57 +05:30
Ankush Menat
d4255eb8b2
Merge pull request #22231 from ruthra-kumar/typeerror_on_custom_reports
fix: `typeerror` on custom reports
2023-08-30 12:03:12 +05:30
Raffael Meyer
1dcf1d1f4b
Merge pull request #21874 from blaggacao/fix-website-asset-discovery 2023-08-29 19:23:55 +02:00
Ankush Menat
487d9fb61f
chore: use isinstance 2023-08-29 22:02:52 +05:30
ruthra kumar
cf24c46128 refactor: filter on names while fetching custom fields
post https://github.com/frappe/frappe/pull/22133, `link_field` should
be a dict to facilitate passing primary key `name` for filtering

query_report.py has been modified to be backward compatible with old
`str` type link_field as well
2023-08-29 20:49:09 +05:30
Ankush Menat
e88cdb6e70
Merge pull request #22224 from ankush/desk_user
feat: `Desk User` role
2023-08-29 20:27:21 +05:30
Ankush Menat
04b2c42778
Merge pull request #22239 from ankush/reveal_missing_perm
fix(UX): Highlight which permission is missing
2023-08-29 20:25:12 +05:30
Ankush Menat
edfeb0d932 fix(UX): Highlight which permission is missing 2023-08-29 19:11:58 +05:30
Ankush Menat
fd44142893
Merge pull request #22233 from ankush/rename_merge_prevent
fix: dont allow rename+merge for case changes
2023-08-29 18:20:58 +05:30
Ankush Menat
5fd0dfb163 fix: dont allow rename+merge for case changes 2023-08-29 18:03:16 +05:30
Ankush Menat
92d11d9f1f fix: revert communication doctype default
This breaks for users who dont have "inbox" which is a lot of users.
2023-08-29 17:21:18 +05:30
ruthra kumar
b0ed1735c2 fix: typerror on custom reports 2023-08-29 15:48:39 +05:30
Ankush Menat
8176b86b25 fix: notification_settings has_permission hooks 2023-08-29 13:26:48 +05:30
niraj gautam
dff426a267
fix: Do not allow newsletter scheduling with past date (#22204)
* fix: newsletter scheduling

* fix: Add required prop on schedule dialog

* refactor: Add validation in newsletter.py

* test: fix scheduled newsletter test

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-08-29 06:49:52 +00:00
Ankush Menat
85956ed0c1 test: switch user before modifying other user 2023-08-29 12:07:58 +05:30
Ankush Menat
2f4c5c63aa test: fix ldap test 2023-08-29 12:07:58 +05:30
Ankush Menat
dc8d7b019a refactor!: Lower roles from All To Desk User 2023-08-29 12:07:57 +05:30
Ankush Menat
1b406edd54 feat: Desk User role 2023-08-28 22:31:23 +05:30
Babuuu
173605fe2c
chore: Update boilerplate gitignore (#22220)
Add __pycache__ to .gitignore file of the new app.
2023-08-28 16:54:54 +05:30
Sagar Vora
e71c5142cf
fix: focus on first input only if needed (#22212) 2023-08-28 13:45:32 +05:30
Ankush Menat
07ff74edc5
feat: send unique request id as response header (#22218) 2023-08-28 13:19:34 +05:30
Ankush Menat
961585f1d9
fix: misc dx improvemnts (#22188)
* fix(dx): simplify adding callbacks

frappe.db.after_commit(func) == frappe.db.after_commit.add(func)

* fix: trace id missing

DB gets initted before request
2023-08-28 07:01:25 +00:00
Ankush Menat
05ff5646c5 chore: let people disable/edit scripts even if disabled 2023-08-28 11:48:43 +05:30
Ankush Menat
b358c94a2e chore: use doc to update references 2023-08-28 11:16:12 +05:30
Ankush Menat
2e9f779a98 fix: check workflow state field to avoid error 2023-08-28 11:02:53 +05:30
Ankush Menat
be565614a2 fix: check if doctype exists before executing patch 2023-08-27 22:00:29 +05:30
Ankush Menat
08efd373ee fix(DX): sort recorder queries 2023-08-26 19:27:55 +05:30
Ankush Menat
730e906dfd
refactor!: remove implicit primary key from logs (#22209) 2023-08-26 16:01:47 +05:30
Ankush Menat
ea1e73568c
fix: clear server script cache on delete (#22207) 2023-08-26 12:44:12 +05:30
Ritwik Puri
32a59e19a6
docs: email architecture (#22189)
* docs: email architecture

* chore: remove marking emails as read dead code from EmailAccount controller
2023-08-26 11:22:46 +05:30
niraj gautam
db61deef72
fix: Avoid doc caching if for_update is set (#22203)
* refactor: Avoid doc caching if for_update is set

* chore: simplify condition

---------

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2023-08-25 19:35:32 +05:30
mergify[bot]
fdcfb82f47
Merge pull request #22114 from gavindsouza/doc-bulk_insert-include_child
fix: Handle child record insertions via bulk_insert
2023-08-25 13:57:38 +00:00
Gavin D'souza
6b1609d277
fix: Cast documents iterable to list in db_insert 2023-08-25 16:12:48 +05:30
mergify[bot]
b700da7d1d
Merge pull request #22197 from frappe/SaiFi0102-patch-1
fix(Email Inline Embed): escape regex expression
2023-08-25 07:32:14 +00:00
Saif Ur Rehman
da75b00c8c
fix(Email Inline Embed): escape regex expression 2023-08-25 11:29:58 +05:00
Gavin D'souza
c89130caf0
test: Add checks for child records bulk inserts
doc bulk_insert for "Role Profile" tables
2023-08-25 11:56:52 +05:30
Ankush Menat
0cfa95389e
fix: delete doctype after migrating (#22195) 2023-08-25 10:16:32 +05:30
Suraj Shetty
a56fa96b10
Merge pull request #22186 from cogk/fix-get-web-form-fields 2023-08-25 08:53:06 +05:30
Suraj Shetty
7951b376f2
Merge pull request #22184 from cogk/feat-grid-multiple-selection 2023-08-25 08:25:31 +05:30
Ankush Menat
81d7dc6b00
chore: increase stale window
[skip ci]
2023-08-24 23:21:30 +05:30
rohitwaghchaure
be4b2f802f
feat: added two options do_not_make_page and do_not_setup_menu for tree (#22190) 2023-08-24 22:34:36 +05:30
Corentin Forler
1c64334916 fix(webform): Retrieve layout fields too 2023-08-24 16:08:54 +02:00
Ankush Menat
3c991d86fc chore: remove whitelisting
not required
2023-08-24 19:10:03 +05:30
Corentin Forler
7d057801ee feat(grid): Extend clickable area of checkboxes 2023-08-24 15:12:21 +02:00
Corentin Forler
ebc9b10389 feat(grid): Add shift-click for selecting multiple rows 2023-08-24 15:12:21 +02:00
Sagar Vora
023897a35e chore: define ping API only once 2023-08-24 18:05:15 +05:30
xdlumertz
7ddae5d11b
fix: translation in assignments
[skip ci]
2023-08-24 17:51:36 +05:30
Dany Robert
237a6697f5
fix: add missing parameters for search_widget (#22052)
* fix: add missing parameters for search_widget

* fix: change to key word params
2023-08-24 16:57:30 +05:30
Ankush Menat
dc3f9ace5a
Merge pull request #22173 from ankush/onboarding_misc
fix: misc UX fixes
2023-08-24 12:02:34 +05:30
Ankush Menat
d3022e5388 fix: don't show report button if error is not reportable
[skip ci]
2023-08-24 11:21:45 +05:30