Commit graph

54882 commits

Author SHA1 Message Date
Hussain Nagaria
7feb58a6b6 fix: save fails for sidebar with nested items 2026-03-13 06:56:49 +05:30
Hussain Nagaria
e1bb478303 fix(ui): styling of sidebar item edit controls 2026-03-13 06:54:38 +05:30
Hussain Nagaria
8590b25b19 fix: prevent horizontal scroll in edit mode 2026-03-13 06:38:31 +05:30
Hussain Nagaria
723ed06ffb fix: show empty section breaks in edit mode
* else how will we add the first child 😅
2026-03-13 06:29:38 +05:30
Hussain Nagaria
fbe4691d56 fix(ux): don't override Link To if non-empty 2026-03-13 06:23:56 +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
sokumon
ac6d19317e fix: add seperator for menu 2026-03-11 21:13:48 +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
Ejaaz Khan
12daca24fb
Merge pull request #37898 from AarDG10/fix-setup-wizard
fix(setup_wizard): couple bug fixes in setup_wizard
2026-03-11 14:21:15 +05:30
Felix Ruby
56b574a3bc
fix: merge fieldtype select options to include all form builder elements (#37287) 2026-03-11 08:48:31 +00:00
Sagar Vora
79bebf726f
fix: apply rights filter to custom_rights in permission manager (#37927) 2026-03-11 13:38:20 +05:30
sokumon
bc1b8ab0fc chore: remove debugging statements 2026-03-11 13:37:14 +05:30
sokumon
43f655bd6b fix: add icon in settings dropdown 2026-03-11 13:28:01 +05:30
Shllokkk
1d07cee93d
feat: show error state in dashboard chart widget instead of throwing … (#37837) 2026-03-11 12:29:11 +05:30
Safwan
8e681bd568
fix: reset temp file for new uploads (#37922) 2026-03-11 11:50:12 +05:30
Kerolles Fathy
5ca45fbe72
fix: improve condition for routing to newly created doc's form (#37849)
* fix: routing issue

* fix: commit suggestion

Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com>

---------

Co-authored-by: Shankarv19bcr <shankarv292002@gmail.com>
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com>
2026-03-11 10:47:50 +05:30
dependabot[bot]
78a9d823ea
chore(deps): bump pypdf from 6.7.5 to 6.8.0 (#37908)
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.7.5 to 6.8.0.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/py-pdf/pypdf/compare/6.7.5...6.8.0)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.8.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-11 09:42:41 +05:30
Sagar Vora
dbcd940089
fix: set valid parent for mandatory_depends_on evaluation (#37912) 2026-03-11 08:03:04 +05:30
Sagar Vora
5bb27bda8d
fix: remove depends_on hack for child tables (#37909) 2026-03-11 07:38:26 +05:30
KerollesFathy
929fb66ac6 test: add test for workspace name conflict with existing DocType 2026-03-11 00:44:09 +00:00
Flavia de Castro
997656339e
Merge branch 'frappe:develop' into chore/add-brazilian-portuguese-language 2026-03-10 15:41:59 -03:00
KerollesFathy
b969282e8f fix: route conflict not detected when workspace matches existing DocType 2026-03-10 15:52:15 +00:00
Sagar Vora
088ae90c9f
fix: evaluate mandatory_depends_on freshly during save validation (#37904) 2026-03-10 19:27:37 +05:30
Ejaaz Khan
cbef975127
Merge pull request #37888 from safwansamsudeen/chunking-support
feat: add chunking support
2026-03-10 17:00:53 +05:30
AarDG10
c0a14fe7c0 fix(setup_wizard): couple bug fixes to setup_wizard
Language selection issue has been fixed where on selection English was being displayed instead of the user selected language and the drop down menu continued to show English even after the input was updated which was inconsistent...that has been fixed as well.
2026-03-10 16:42:41 +05:30
Safwan Samsudeen
5a736d1c84 fix: dialog not closing for link uploads 2026-03-10 16:33:56 +05:30
RitvikSardana
5168c52ebe
refactor: add queue for indexing docs in sqlite search (#37840) 2026-03-10 16:03:27 +05:30
Safwan Samsudeen
a1895b0507 fix: remove uploads dir usage 2026-03-10 13:20:40 +05:30
Safwan Samsudeen
1e6855d592 chore: remove unnecessary diff 2026-03-10 13:10:05 +05:30
Ankush Menat
a655bbdfa6
Merge pull request #37760 from ShrihariMahabal/undo-email-send
feat: Allow undo email send for 10 seconds
2026-03-10 13:06:52 +05:30
Safwan Samsudeen
8fe9996e30 fix: allow setting chunk size from site settings 2026-03-10 13:03:07 +05:30
Safwan Samsudeen
05901488d5 feat: add chunking to files 2026-03-10 13:03:07 +05:30
Ejaaz Khan
4de1e402c5
Merge pull request #37887 from iamejaaz/email-trigger-button
fix(form): email trigger not working
2026-03-10 12:49:53 +05:30