Commit graph

53682 commits

Author SHA1 Message Date
Akhil Narang
95fbf02ed7
build(deps): move faker out of dev dependencies (#36747)
`frappe.mock()` uses it. Although that's used only in tests, its defined under frappe namespace, so should be accessible without development dependencies.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-02-05 16:46:38 +05:30
Ankush Menat
c9cdacb4ce
feat: Optionally force type checking on whitelisted methods (#36744) 2026-02-05 16:20:41 +05:30
Soham Kulkarni
c5d68908e3
Merge pull request #36742 from sokumon/sidebar-item-filter
fix: transform filter correctly to match route options
2026-02-05 16:14:43 +05:30
sokumon
231289c233 fix: transform filter correctly to match route options 2026-02-05 14:23:05 +05:30
Ejaaz Khan
9b24450337
Merge pull request #36630 from KerollesFathy/fix-assign-to
fix: add optional chaining to prevent errors when accessing `docinfo` properties
2026-02-05 12:10:35 +05:30
Ejaaz Khan
630ad32513
Merge pull request #36732 from iamejaaz/v16-form-fixes
fix(grid): remove fix width of action columns
2026-02-05 11:44:08 +05:30
Ejaaz Khan
74a566d9aa fix(grid): remove fix width of action columns 2026-02-05 11:41:12 +05:30
Suraj Shetty
58421c8b7b
Merge pull request #36730 from frappe/portal-search
fix: show search filter on portals and fix layout
2026-02-05 11:35:09 +05:30
krantheman
5d135a20b2 fix: show search filter on portals and fix layout 2026-02-05 12:45:23 +07:00
Suraj Shetty
cbcd864522
Merge pull request #36723 from stravo1/fix-print-format-save-issue
fix(sync): skip dunder prefixed fields while adding child docs to locals
2026-02-05 09:54:05 +05:30
Suraj Shetty
66bf9a6894
Merge pull request #36724 from stravo1/datetime-position-fix
fix(datepicker): removed check which prevented quick entry from updaitng position
2026-02-05 09:50:51 +05:30
Suraj Shetty
6f842d8aed
Merge pull request #36604 from GursheenK/fetch-title-for-link-title
fix: use linked doc title field if document has title field of link type
2026-02-05 09:36:10 +05:30
Suraj Shetty
eec4ba71d6
Merge pull request #36717 from frappe/l10n_develop
fix: sync translations from crowdin
2026-02-05 09:31:43 +05:30
Suraj Shetty
dda4ca09fc
Merge pull request #36682 from GursheenK/link-filters-not-working-for-list-quick-filters
fix(List View): respect link filters in quick filter section
2026-02-05 09:28:52 +05:30
Suraj Shetty
c9010418f7
Merge pull request #36691 from TITANiumRox/fix-fetch-from-read-only
fix: reset read-only on fetch-from fields
2026-02-05 09:24:44 +05:30
stravo1@mac
159df79141 fix(datepicker): removed check which prevented quick entry from updating position
fixes #20222
2026-02-05 09:23:03 +05:30
stravo1@mac
3cbab65e15 fix: skip dunder prefixed fields while adding child docs to locals
these include fields like __print_formats, __workflow_docs which do not actually contain child docs for the doctype.

caused issue #18581 where the local print format doc was being unlinked from cur_frm while sycing as it also synced __print_formats.
2026-02-05 09:16:50 +05:30
Suraj Shetty
48498f0227
Merge pull request #36718 from KerollesFathy/fix-setup-mobile
fix(mobile): avoid list view crash when standard filters are not initialized
2026-02-05 09:00:48 +05:30
Suraj Shetty
21a62cf977
Merge pull request #36719 from GursheenK/border-radius-for-listview-row
fix(List View): hover state for list rows
2026-02-05 08:21:13 +05:30
Gursheen Anand
ff27ca9922 fix: remove unnecessary selector 2026-02-05 00:27:52 +05:30
Gursheen Anand
f8534ac39a fix: hover shadow in row 2026-02-05 00:04:49 +05:30
Gursheen Anand
fd6b958756 fix: border radius and hover state for list row 2026-02-04 23:04:40 +05:30
KerollesFathy
3c4d988ddc fix(mobile): avoid list view crash when standard filters are not initialized 2026-02-04 17:24:03 +00:00
MochaMind
362eae2e02 fix: Serbian (Latin) translations 2026-02-04 22:49:43 +05:30
MochaMind
c44e5a06a4 fix: Serbian (Cyrillic) translations 2026-02-04 22:49:36 +05:30
Akhil Narang
48e52e152b
fix(report_to_pdf): add some restrictions (#36674)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-02-04 19:33:14 +05:30
Akhil Narang
9050003baf
fix: escape user name on me page (#36703)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-02-04 19:33:05 +05:30
Aarol D'Souza
a44eee8967
Merge pull request #36704 from AarDG10/fix-test
test: rewrite test to perform sim. instead
2026-02-04 19:11:05 +05:30
AarDG10
233d5ad212 test: rewrite test to perform sim. instead 2026-02-04 18:59:10 +05:30
Ankush Menat
9fc1787a18
fix: make default flags same on both connectors (#36697) 2026-02-04 12:45:35 +00:00
Aarol D'Souza
73479e724d
Merge pull request #36240 from AarDG10/fix-email-impersonation
feat(user): send user a mail when an impersonation session has commenced
2026-02-04 17:27:34 +05:30
AarDG10
4b86e92fbc fix(user): use sendmail instead of enqueuing 2026-02-04 17:15:46 +05:30
Aditya Patil
ac4f040228 fix: reset read-only on fetch-from fields 2026-02-04 17:07:44 +05:30
Soham Kulkarni
f6b7b5537b
Merge pull request #36688 from sokumon/desktop-icon-folder
fix(desktop): increase folder icon dimensions
2026-02-04 16:32:05 +05:30
sokumon
bcfdf2dad8 fix(desktop): increase folder icon dimensions 2026-02-04 16:24:14 +05:30
Gursheen Anand
41f233dd5a fix: send link filter context in temp df from quick filters 2026-02-04 15:00:42 +05:30
Suraj Shetty
cd5990bd78
Merge pull request #36657 from GursheenK/enter-blur-event-for-quick-entry
fix: unsaved value in quick entry dialog due to missing blur event
2026-02-04 11:54:14 +05:30
Ejaaz Khan
bf045b1999
Merge pull request #36675 from iamejaaz/v16-list-fixes
fix: overlapping css in desktop
2026-02-04 11:35:07 +05:30
Ejaaz Khan
69b7df2a31
Merge pull request #36515 from the-bokya/better-data-field-formatting
fix: better formatting for data field elements
2026-02-04 11:25:50 +05:30
ayushschaudhari1904@gmail.com
b52f14939d fix(print_format): better formatting for data field 2026-02-04 10:46:08 +05:30
ayushschaudhari1904@gmail.com
20f8c28edc fix(kanba_nview): improve formatting for kanban title 2026-02-04 10:29:11 +05:30
ayushschaudhari1904@gmail.com
b2e3427624 fix(kanban_view): better formatting for data field elements 2026-02-04 10:29:11 +05:30
ayushschaudhari1904@gmail.com
7d87eb0c60 fix(report_view): better formatting for data field elements 2026-02-04 10:29:10 +05:30
ayushschaudhari1904@gmail.com
71ea6fa703 fix(list_view): better formatting for data field elements 2026-02-04 10:29:10 +05:30
rohitwaghchaure
af12ba99cf
Merge pull request #36665 from rohitwaghchaure/set-lable-dynamically-for-section
feat: set label dynamically for the section
2026-02-04 08:13:42 +05:30
Soham Kulkarni
09de01be70
Merge pull request #36668 from sokumon/sidebar-generation
fix: dont consider private sidebar while module sidebar generation
2026-02-04 01:18:20 +05:30
sokumon
20e214c88c fix: dont compute module for private workspace sidebars 2026-02-04 00:36:55 +05:30
sokumon
8064d4237a fix: dont consider private sidebar while module sidebar generation 2026-02-04 00:26:16 +05:30
Rohit Waghchaure
87ff1cc91b feat: set label dynamically for the section 2026-02-03 22:57:51 +05:30
Suraj Shetty
01e429f8d6
Merge pull request #36196 from frappe/dependabot/npm_and_yarn/lodash-es-4.17.23
chore(deps): bump lodash-es from 4.17.21 to 4.17.23
2026-02-03 22:41:46 +05:30