Commit graph

54581 commits

Author SHA1 Message Date
Soham Kulkarni
8ed9112e8c
Merge pull request #37818 from sokumon/login-ruppee 2026-03-06 14:42:19 +05:30
pipech
b04899f4ae
fix(workflow): enable_action confirmation permission error
* fix: workflow enable_action confirmation

* style: apply formatting

* fix: function name and handle response

* Update frappe/public/js/frappe/form/workflow.js

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>

* fix: remove unnecessary backend call

* style(workflow): fix lint

---------

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2026-03-06 13:09:10 +05:30
Akhil Narang
3e4f139ff3
fix: use string representation of exceptions in translated strings (#37756)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-03-06 13:02:16 +05:30
sokumon
a37996aae8 fix: remove currency from login activity 2026-03-06 12:40:18 +05:30
Ankush Menat
14daf5860e
test: flaky RQ / Gunicorn tests (#37815)
2% is too low and causes flaky tests sometimes.
2026-03-06 06:21:11 +00:00
Ejaaz Khan
5f4334d9e3
Merge pull request #37797 from iamejaaz/list-view-seperator
fix(mobile): hide seperator when no data
2026-03-05 23:21:38 +05:30
Ejaaz Khan
89a7d7a87c
Merge pull request #37773 from KerollesFathy/fix-data-import-download-btn
fix(data_exporter): download template button
2026-03-05 20:58:51 +05:30
Hussain Nagaria
23dd166166
Merge pull request #37800 from gajjug004/fix/add-missing-currency-fraction 2026-03-05 20:07:32 +05:30
Ankush Menat
f19cbee766
ci: Skip failure when Github API doesn't work (#37802) 2026-03-05 11:31:59 +00:00
Gajendra Nishad
1004546506 fix: add missing currency_fraction for 20 currencies 2026-03-05 16:02:17 +05:30
Ejaaz Khan
0a2c64adce fix(mobile): hide seperator when no data 2026-03-05 15:29:05 +05:30
Nabin Hait
115d3cead0
feat(assignment_rule): add weighted distribution strategy (#37741) 2026-03-05 14:31:03 +05:30
Soham Kulkarni
b6ee391bd2
Merge pull request #37791 from sokumon/user-avatar 2026-03-05 13:47:56 +05:30
Ejaaz Khan
3f6ee6388d
Merge pull request #37792 from frappe/revert-37584-fix-grid-row-flex-alignment
Revert "fix: prevent red validation border from disappearing in editable grid rows"
2026-03-05 12:42:14 +05:30
Adhithi M R
0409235563
fix: preserve original role permissions during role replication (#35356)
* chore: format code with ruff formatter

* fix: fetch all custom docperms when replicating role

* fix: avoid setup custom perms call for seen doctypes

* fix(test): ensure custom perms are not setup for any role

* chore: remove steps to replicate since url already mentioned

---------

Co-authored-by: Adhithimr <adhitimr@gmail.com>
Co-authored-by: Gursheen Anand <gursheen@frappe.io>
2026-03-05 12:39:18 +05:30
Nishka Gosalia
29e52f6deb
fix: percent precision when value is undefined (#37755)
Co-authored-by: Nishka Gosalia <nishkagosalia@Nishkas-MacBook-Air.local>
2026-03-05 12:27:06 +05:30
Ejaaz Khan
41798c2182
Revert "fix: prevent red validation border from disappearing in editable grid rows" 2026-03-05 11:49:21 +05:30
sokumon
fa822b31d4 fix: customize sidebar header via standard navbar_items hook 2026-03-05 11:34:17 +05:30
MochaMind
786059047b
fix: Hungarian translations (#37785) 2026-03-05 05:35:53 +00:00
Shllokkk
d3fef95937
feat: add on_render_node hook to tree.js (#37779) 2026-03-05 11:04:52 +05:30
Kerolles Fathy
859dc66ef1
fix(gantt): make bottom time span bar move with page scroll (#36985) 2026-03-05 11:03:31 +05:30
Akhil Narang
743926c02f
fix: escape user image (#37764) 2026-03-05 10:59:23 +05:30
sokumon
7933a201dd fix: move logout from user avatar to sidebar dropdown 2026-03-05 10:58:57 +05:30
dependabot[bot]
d8ca02271e
chore(deps): bump immutable from 4.3.4 to 4.3.8 (#37782)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-05 10:56:22 +05:30
dependabot[bot]
533b3bed5a
chore(deps): bump svgo from 2.8.0 to 2.8.2 (#37783)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-05 10:56:09 +05:30
Soham Kulkarni
8788b4a6fa
Merge pull request #36946 from EYYCHEEV/fix/sidebar-page-route-entity-name 2026-03-05 10:12:00 +05:30
Soham Kulkarni
927d610494
Merge pull request #37743 from KerollesFathy/fix/nested-menu-hide-on-switch 2026-03-05 10:10:49 +05:30
Soham Kulkarni
90761c1b7f
Merge pull request #37780 from sokumon/desktop-editing
fix: desktop editing trigger
2026-03-05 09:06:02 +05:30
sokumon
96169dd6ec fix: desktop editing trigger 2026-03-05 02:28:31 +05:30
Ejaaz Khan
050305cf2d
Merge pull request #37770 from KerollesFathy/fix-show-create-new-workspace-btn
fix: add "New" workspace button to menu items
2026-03-04 22:31:35 +05:30
Ejaaz Khan
a5d591230b
Merge pull request #37745 from kaulith/fix/print-format-builder-beta-header
fix: pass letterhead and render layout header/footer in print format
2026-03-04 22:28:58 +05:30
Kerolles Fathy
32d0258d8c
fix: remove stale custom_onhide in msgprint to prevent rerouting issues (#37487)
Co-authored-by: Veturi Jaswanth Sriram <veturijaswanthsriram@gmail.com>
2026-03-04 22:21:10 +05:30
KerollesFathy
c19d16c7f8 fix(data_exporter): download template button 2026-03-04 16:46:14 +00:00
Hussain Nagaria
2b383ed62a
Merge pull request #37769 from KerollesFathy/fix-try-print-designer 2026-03-04 20:39:03 +05:30
KerollesFathy
3faa12b3b8 fix: add "New" workspace btn to menu items 2026-03-04 14:44:56 +00:00
KerollesFathy
bb028cbb47 fix: remove "Try New Print Designer" link
Frappe should only nudge users to install Print Designer,
not navigate to it. This link was also triggered under a wrong "disable product suggestions" condition check
2026-03-04 13:24:18 +00:00
Gursheen Kaur Anand
10dd6cbdb2
fix(Web Form): default key __user to display current user for link field (#37640)
* fix: allow __user as default value for web form link fields

* refactor: cleanup default value setting into separate function
2026-03-04 18:27:40 +05:30
Saqib Ansari
b7111330bd
fix: don't throw if request fails (#37761) 2026-03-04 18:04:27 +05:30
Clayton
852d264698
feat: add activity log support (#37696) 2026-03-04 11:45:11 +00:00
RitvikSardana
5e92776a4b
Merge pull request #37561 from RitvikSardana/user-invitation-fields
fix(invitation): add **kwargs param to invite_user API to add app specific fields
2026-03-04 17:14:32 +05:30
s-aga-r
c13cdd1adc
Merge pull request #37752 from s-aga-r/fix-37296
fix(email): validate IMAP folders using `SELECT` instead of `LIST` parsing
2026-03-04 10:32:38 +00:00
Safwan
5efd030056
Revert "fix: cast dates in print preview" (#37750) 2026-03-04 07:04:16 +00:00
Akash Tom
f69736b879
Merge pull request #37655 from krantheman/fix-link-duplication 2026-03-04 12:21:02 +05:30
Akhil Narang
cacb6b65f8
Merge pull request #37747 from akhilnarang/oauth-first-name-fallback
fix(oauth): add another fallback for first name
2026-03-04 11:48:34 +05:30
Akhil Narang
1707a7cb96
fix(oauth): add another fallback for first name
Github doesn't mandate a first name, but frappe does, so fallback to username.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-03-04 11:38:40 +05:30
Kaushal Shriwas
84fb0d000c fix: pass letterhead and render layout header/footer in print format builder beta browser print 2026-03-04 02:02:01 +05:30
KerollesFathy
abf7c414b7 fix: hide previous nested menu when switching to another 2026-03-03 14:16:03 +00:00
Ejaaz Khan
159a56a59f
Merge pull request #37730 from frappe/revert-37713-37464-default-pdf-issue
Revert "feat: use chrome from system/docker file"
2026-03-03 17:30:33 +05:30
Ejaaz Khan
742e8407b5
Revert "feat: use chrome from system/docker file" 2026-03-03 12:03:20 +05:30
s-aga-r
70a8693b1b
Merge pull request #37710 from s-aga-r/fix-18694
fix(email): ensure `text/plain` part contains plain text instead of markdown
2026-03-03 11:56:45 +05:30