WFHP
dd63ab9d9e
fix: use inputmode="decimal" for Float, Currency, and Percent fields
...
ControlFloat inherits from ControlInt, which sets `inputmode="numeric"`.
On mobile devices, this brings up a numeric keypad without a decimal point,
making it impossible to enter decimal values (e.g. 0.16, 0.18) for Float,
Currency, and Percent fields.
Fix: Override `input_mode` to `"decimal"` in ControlFloat. Per the HTML spec,
`inputmode="decimal"` instructs mobile browsers to display a numeric keypad
that includes a decimal separator. Since ControlCurrency and ControlPercent
both extend ControlFloat, they automatically inherit the fix.
2026-03-02 15:57:45 +08:00
Safwan
fcc672315f
fix: make percent precision dynamic ( #37523 )
2026-03-02 11:46:06 +05:30
Kerolles Fathy
26dddcb9d8
fix(webform): respect context banner_image ( #37688 )
2026-03-02 11:05:40 +05:30
Akhil Narang
34db776bc5
Merge pull request #37668 from UmakanthKaspa/fix-oauth-disabled-user
...
fix: reject OAuth tokens for disabled users
2026-03-02 10:52:20 +05:30
MochaMind
5d6ed3f230
chore: update POT file ( #37686 )
2026-03-02 05:21:58 +00:00
Akhil Narang
09b4db4d76
Merge pull request #37689 from frappe/dependabot/pip/pypdf-6.7.4
...
chore(deps): bump pypdf from 6.7.3 to 6.7.4
2026-03-02 10:42:06 +05:30
dependabot[bot]
47d98884b3
chore(deps): bump pypdf from 6.7.3 to 6.7.4
...
Bumps [pypdf](https://github.com/py-pdf/pypdf ) from 6.7.3 to 6.7.4.
- [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.3...6.7.4 )
---
updated-dependencies:
- dependency-name: pypdf
dependency-version: 6.7.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 01:34:42 +00:00
Sagar Vora
9a7424e52c
Merge pull request #37680 from sagarvora/fix-grid-issue
...
fix: regression in grid button hiding logic
2026-03-01 10:14:38 +05:30
Sagar Vora
e4dad7323b
fix: regression in grid button hiding logic
2026-03-01 10:05:09 +05:30
MochaMind
911f5f9e42
fix: sync translations from crowdin ( #37679 )
2026-03-01 08:18:29 +05:30
Ejaaz Khan
a91d803c28
Merge pull request #37179 from shubhdoshi21/workflow-non-submittable-allowed-fix
...
fix: validate `doc_status` for non-submittable doctypes in workflow
2026-02-28 23:32:50 +05:30
Suraj Shetty
6f25abe8a1
Merge pull request #37665 from frappe/l10n_develop
2026-02-28 08:09:21 +05:30
MochaMind
af4922344d
fix: Swedish translations
2026-02-28 05:20:30 +05:30
UmakanthKaspa
d675d05010
fix: reject OAuth tokens for disabled users
2026-02-27 16:03:04 +00:00
Shubh Doshi
1358b10fdf
refactor: update affected_states list with has_affected_states boolean
2026-02-27 18:46:22 +05:30
Aarol D'Souza
3c027bdc58
fix: escape avatar image ( #37633 )
2026-02-27 17:11:14 +05:30
Safwan
05854a5803
fix: rename autoincrement sequence on doctype rename ( #37578 )
...
* fix: rename sequence on doctype rename
* fix: only rename sequence for autoincrement doctypes
2026-02-27 17:08:30 +05:30
Aditya Patil
d7f7618039
fix: stale report indicator ( #37647 )
...
* fix: stale report indicator that is not specific to prepared report
* fix: some padding left
* fix: for prepared report, check should happen on refresh too
2026-02-27 17:07:22 +05:30
ruthra kumar
d43ff42a3b
Merge pull request #37654 from ruthra-kumar/support_failfast_in_parallel_testrunner
...
refactor: support failfast on parallel test runner
2026-02-27 16:26:03 +05:30
ruthra kumar
8aa7de9897
refactor: support failfast on parallel test runner
2026-02-27 16:13:09 +05:30
Shubh Doshi
9c663fcdf0
refactor: update prompt message
2026-02-27 15:34:18 +05:30
Ejaaz Khan
90d79c9b1d
Merge pull request #37648 from iamejaaz/grid-fixes
...
fix(grid): add background color to actions button
2026-02-27 14:36:09 +05:30
Ejaaz Khan
48c096adc8
fix(grid): add background color to actions button
2026-02-27 14:32:17 +05:30
Ejaaz Khan
f81b778e6b
Merge pull request #37546 from frappe/27880-child-table-titles-not-translating-in-notifications-with-custom-print-templates
...
fix: Add translation for labels in print format templates
2026-02-27 13:46:28 +05:30
Soham Kulkarni
cc6c047961
Merge pull request #37641 from sokumon/chat-popup
2026-02-27 13:44:32 +05:30
sokumon
a91d65a679
fix: don't show chat widget on weekends
2026-02-27 13:09:26 +05:30
mergify[bot]
e32d5e0e3f
Merge branch 'develop' into 27880-child-table-titles-not-translating-in-notifications-with-custom-print-templates
2026-02-27 06:23:48 +00:00
Ejaaz Khan
32b79fd9eb
Merge pull request #37582 from krantheman/fix-number-card-currency-field-aggregation
...
fix(Number Card): remove restriction on Currency based aggregation
2026-02-27 11:38:59 +05:30
Ejaaz Khan
0e4338c0e5
Merge pull request #37584 from Vibhuti410/fix-grid-row-flex-alignment
...
fix: prevent red validation border from disappearing in editable grid rows
2026-02-27 11:36:32 +05:30
Ejaaz Khan
e268363411
Merge pull request #37027 from UmakanthKaspa/fix/dynamic-filters-dialog-prepopulate
...
fix: pre-populate existing values in dynamic filters dialog
2026-02-27 11:35:13 +05:30
Akhil Narang
b82f45ffa3
Merge pull request #37447 from skabdulM/fix-child-relink-attachments
...
fix: child relink attachments
2026-02-27 11:06:25 +05:30
Suraj Shetty
9e4165b3df
Merge pull request #37631 from frappe/dependabot/npm_and_yarn/minimatch-3.1.5
2026-02-27 08:46:53 +05:30
dependabot[bot]
b9b9687f55
chore(deps): bump minimatch from 3.1.3 to 3.1.5
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.1.3 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.3...v3.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-02-27 03:06:48 +00:00
Suraj Shetty
1b96c32501
Merge pull request #37630 from surajshetty3416/update-py-pdf
2026-02-27 08:35:49 +05:30
Suraj Shetty
734e83b89e
chore: update pypdf
2026-02-27 08:25:33 +05:30
Suraj Shetty
928f9c6a8d
Merge pull request #37607 from krantheman/fix-chart-widget
2026-02-27 08:14:07 +05:30
Suraj Shetty
f1c18f7e5e
Merge pull request #37610 from KerollesFathy/fix/sidebar-not-hiding-after-route-on-pf-builder
2026-02-27 08:11:03 +05:30
Suraj Shetty
24d57867a0
Merge pull request #37545 from GursheenK/jump-to-field-vertical-scroll
2026-02-27 08:08:50 +05:30
Suraj Shetty
ca8fd0ea02
Merge pull request #37583 from nextchamp-saqib/fix-empty-space-in-report-view
2026-02-27 08:07:44 +05:30
Suraj Shetty
957c2516f6
Merge pull request #37624 from frappe/l10n_develop
2026-02-27 08:07:15 +05:30
Suraj Shetty
6099853bbc
Merge pull request #37618 from ShrihariMahabal/hide-display-for-column-break
2026-02-27 08:02:08 +05:30
Suraj Shetty
cce8a34b32
Merge pull request #37621 from KerollesFathy/df-placeholder-translation
2026-02-27 07:59:18 +05:30
MochaMind
1bec9370bf
fix: Serbian (Latin) translations
2026-02-27 04:57:07 +05:30
MochaMind
28b7225031
fix: Serbian (Cyrillic) translations
2026-02-27 04:57:04 +05:30
KerollesFathy
f20780fe8f
fix: add translate placeholder
2026-02-26 21:03:00 +00:00
Shrihari Mahabal
8e3392d3c7
fix: make display_depends_on work for Column Break
2026-02-26 23:06:11 +05:30
Gursheen Kaur Anand
a7dbc6f0fd
fix: default field values not set on first render ( #37384 )
2026-02-26 22:14:14 +05:30
UmakanthKaspa
eeceba6636
revert: undo changes to todo.json and todo.py
2026-02-26 21:12:13 +05:30
UmakanthKaspa
bb809338de
Merge branch 'frappe:develop' into fix/dynamic-filters-dialog-prepopulate
2026-02-26 20:40:29 +05:30
Shubh Doshi
9751b86837
refactor: include doctype name in DocStatus reset message and change fallback for state with no label
2026-02-26 20:04:46 +05:30