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
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
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
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
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
Ejaaz Khan
79b6c0b522
refactor: cache show-all-activity selector before toggling
2026-03-10 12:45:40 +05:30
Ejaaz Khan
4b8acd4e4e
fix(form): email trigger not working
2026-03-10 12:40:53 +05:30
Suraj Shetty
019c6aa001
fix: handle undefined field values in set_value_field function ( #37886 )
2026-03-10 06:30:40 +00:00
Shrihari Mahabal
c316251a28
refactor: modify requested changes
2026-03-10 10:53:29 +05:30
MochaMind
9a379af012
fix: sync translations from crowdin ( #37881 )
2026-03-10 09:39:47 +05:30
Ejaaz Khan
407c1a9b2b
Merge pull request #37870 from nishkagosalia/liked-button-alignment-fix
...
fix: alignment fix of like icon
2026-03-09 22:25:52 +05:30
Soham Kulkarni
e23307af20
Merge pull request #37871 from sokumon/auto-generate-sidebar
2026-03-09 20:53:08 +05:30
Nikhil Kothari
70d8815aeb
chore: use expanded chat button ( #37856 )
2026-03-09 19:37:04 +05:30
Ankush Menat
546100ec60
fix: check return type of getattr ( #37873 )
2026-03-09 14:04:25 +00:00
sokumon
6e0dcc2ad9
fix: show correct subtitle
2026-03-09 18:20:23 +05:30
sokumon
b570a7c0e6
fix: remove app field from auto generated sidebar
2026-03-09 17:55:43 +05:30
Nishka Gosalia
123c359766
fix: alignment fix of like icon
2026-03-09 17:29:06 +05:30