MochaMind
70e87fcc44
fix: Danish translations
2026-03-16 13:27:30 +05:30
MochaMind
beb449dd51
fix: Czech translations
2026-03-16 13:27:28 +05:30
MochaMind
d43e1fb071
fix: Arabic translations
2026-03-16 13:27:25 +05:30
MochaMind
bf610c814f
fix: Spanish translations
2026-03-16 13:27:23 +05:30
Aarol D'Souza
a3af66a6e1
Merge pull request #38005 from earona/fix-get_all_nodes
...
fix: get_all_node respect override_whitelisted_methods hooks
2026-03-16 12:43:49 +05:30
Ejaaz Khan
071357de34
Merge pull request #37970 from KerollesFathy/fix/get-match-cond-unparenthesized-or
...
fix: wrap `get_match_cond()` in parentheses
2026-03-16 12:40:19 +05:30
Aarol D'Souza
6ca000ef0b
Merge pull request #38007 from AarDG10/cache-fc-api-res
...
perf: cache current_site_info for 10 mins
2026-03-16 12:37:24 +05:30
MochaMind
0d4021f143
chore: update POT file ( #38015 )
2026-03-16 11:56:21 +05:30
Ejaaz Khan
f6356d418d
Merge pull request #38033 from frappe/iamejaaz-patch-1
...
fix(grid): remove trash icon from delete button
2026-03-16 11:24:11 +05:30
Ejaaz Khan
d06fdae494
fix(grid): remove trash icon from delete button
2026-03-16 11:20:59 +05:30
Ejaaz Khan
ad7f878dfe
Merge pull request #38010 from KerollesFathy/fix/click-on-edit-btn-on-grid-row
...
fix: make entire edit cell clickable in child table grid row
2026-03-16 10:23:38 +05:30
Raffael Meyer
b1aa97494c
chore: update project URLs ( #38018 )
2026-03-15 13:27:30 +00:00
Exequiel Arona
6d7e91208e
fix: correct variable name for callable tree method in get_all_nodes
2026-03-15 08:47:33 -03:00
KerollesFathy
49f1350124
fix: make entire edit cell clickable in child table grid row
2026-03-14 20:45:34 +00:00
AarDG10
df95bed674
perf: cache current_site_info for 10 mins
...
Cache Data for 10 mins TTL, and use the cache for lookup instead. Reduces unnecessary calls.
2026-03-14 16:32:44 +05:30
Exequiel Arona
8ee593a1da
fix: get_all_node respect override_whitelisted_methods hooks
2026-03-13 15:17:29 -03:00
Ejaaz Khan
e2786c2d8a
Merge pull request #37989 from nikkothari22/fix-indicator-spacing
...
fix: permission indicator spacing in list view
2026-03-13 19:32:01 +05:30
Aarol D'Souza
de6fad6d60
Merge pull request #37997 from AarDG10/fix-test
...
test: add better test for messages w/ html
2026-03-13 18:08:12 +05:30
AarDG10
06409860aa
test: add better test for messages w/ html
2026-03-13 17:55:19 +05:30
Aarol D'Souza
a1018be4df
Merge pull request #37979 from AarDG10/fix-translations
...
fix: add fallback to consider messages w/ html tags
2026-03-13 17:06:24 +05:30
Ejaaz Khan
0316d80881
Merge pull request #37961 from nikkothari22/remove-print-designer-link
...
fix: remove link for Print Designer
2026-03-13 15:39:39 +05:30
Nikhil Kothari
c0cb2d2783
fix: permission indicator spacing in list view
2026-03-13 13:39:18 +05:30
Akhil Narang
e2fe249706
Merge pull request #37903 from akhilnarang/qb-fixes
...
fix: some follow up fixes for query builder
2026-03-13 13:36:48 +05:30
AarDG10
d71fde349b
test: add test for fallback behavior
2026-03-13 11:58:18 +05:30
AarDG10
3e14434f9e
fix: add fallback to also check for translation w/ html tags
...
Adds a fallback to check for translations w/ and w/o HTML tags.
2026-03-13 11:56:48 +05:30
Suraj Shetty
1c6050bf9f
fix(view-log): Accept int for version parameter ( #37984 )
2026-03-13 06:26:28 +00:00
Ejaaz Khan
c6989f8183
Merge pull request #37880 from KerollesFathy/confirm-before-logout
...
fix(ux): add confirm before logout
2026-03-13 11:10:28 +05:30
MochaMind
05fe12d4a9
fix: Portuguese, Brazilian translations ( #37976 )
2026-03-13 10:33:09 +05:30
Akhil Narang
f9af4d2ff9
fix: check shared documents as well
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-03-13 10:23:28 +05:30
Akhil Narang
72007f636d
fix(query): ensure atleast name is always selected
...
Otherwise we got an empty query if we tried to only query a child table
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-03-13 10:23:27 +05:30
Akhil Narang
a084bad5d5
fix(apply_field_permissions): improve checks
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-03-13 10:23:27 +05:30
KerollesFathy
b7ca2fdf78
fix: wrap get_match_cond() in parentheses to prevent or bug
2026-03-12 20:37:49 +00:00
Nikhil Kothari
1727fcafd3
fix: remove link for Print Designer
2026-03-12 17:43:38 +05:30
Shubh Doshi
5092225cbc
fix!: prevent submission of non-submittable doctype ( #37009 )
...
* fix: prevent submission of non-submittable doctype
* fix: updated failing test cases to use submittable doctype as required
* refactor: corrected to_docstatus and from_docstatus use
* fix: inherit submittability from parent for child tables
* Revert "fix: inherit submittability from parent for child tables"
This reverts commit ee83ee59b4f0596e2d402a1547e92b131ae49579.
* feat: introduce skip_docstatus_validation flag
* test: add test cases for skip_docstatus_validation flag and docstatus transition of non-submittable doctype
2026-03-12 17:24:21 +05:30
Nikhil Kothari
8a1d087af3
fix(ui): tree level input spacing in reports ( #37955 )
2026-03-12 16:04:53 +05:30
Safwan
f348158347
fix: make file size param optional ( #37952 )
2026-03-12 14:03:48 +05:30
Ejaaz Khan
0543af80c3
Merge pull request #37608 from kaulith/fix-link-filters-enforcement
...
fix: enforce link_filters on link fields server-side
2026-03-12 13:54:01 +05:30
Safwan Samsudeen
a5100b18d9
fix: make file size param optional
2026-03-12 13:53:27 +05:30
Kaushal Shriwas
b31067e769
refactor: move has_filters declaration to usage location
2026-03-12 13:07:53 +05:30
MochaMind
f26bd9ee67
fix: sync translations from crowdin ( #37947 )
...
* fix: Russian translations
* fix: Portuguese, Brazilian translations
2026-03-12 11:32:52 +05:30
Ejaaz Khan
e7b4bd5666
fix: ignore fieldname validating ignore_user_permissions for Link fields ( #37942 )
...
* fix: validate ignore_user_permissions for alternative Link fields
* fix: handle alternative Link fields with ignore_user_permissions
* fix: move early exit earlier to avoid edge cases
* test: validate case of bulk edit
---------
Co-authored-by: Sagar Vora <sagarvora@users.noreply.github.com>
2026-03-11 20:54:03 +00:00
Nikhil Kothari
89bfdcf7fb
fix: onboarding card placement and style ( #37943 )
...
* fix: remove business hours restriction on chat support
* fix: onboarding card placement and style
* fix: left position
* fix: use the x icon
---------
Co-authored-by: sokumon <sohamkulkarns9@gmail.com>
2026-03-12 01:23:41 +05:30
Ejaaz Khan
961a9ccb57
Merge pull request #37941 from KerollesFathy/fix/checkbox-filter-throw-an-error
...
fix: cstr value in `func_is` to avoid AttributeError
2026-03-11 23:48:40 +05:30
KerollesFathy
78ae8d9b52
fix: cstr value in func_is to avoid AttributeError
2026-03-11 14:15:14 +00:00
KerollesFathy
24bf3e2c02
refactor: move confirm inside logout method
2026-03-11 13:15:26 +00:00
KerollesFathy
067e874b02
Revert "fix(ux): add confirm before logout"
...
This reverts commit b8549a53e5 .
2026-03-11 13:11:45 +00:00
Akhil Narang
c5bf0d3f59
fix: prevent user from setting same password on forced reset ( #37652 )
...
Co-authored-by: UmakanthKaspa <kaspaumakanth1999@gmail.com>
2026-03-11 18:06:15 +05:30
Sagar Vora
7a113c0aee
fix: use correct core doctypes set in _get_filterable_fields ( #37932 )
2026-03-11 17:19:48 +05:30
Kaushal Shriwas
dccf136dd4
chore: use appropriate comment for clarity
2026-03-11 15:56:41 +05:30
Ejaaz Khan
9e93965315
Merge pull request #37907 from KerollesFathy/workspace-route-conflict
...
fix: route conflict not detected when workspace matches existing doctype
2026-03-11 14:22:36 +05:30