Commit graph

52929 commits

Author SHA1 Message Date
harsh patadia
0fe8d1e87b fix: missing arguements while creating a private workspace 2026-01-09 16:35:03 +05:30
Soham Kulkarni
2a96c48637
Merge pull request #35791 from sokumon/menu-fixes
fix: various fixes
2026-01-09 14:28:18 +05:30
Sagar Vora
a67b4b8d8f
Merge pull request #35793 from sagarvora/fix-quick-entry-link-field 2026-01-09 14:02:40 +05:30
Sagar Vora
807d4ebcb1 fix: improve quick entry link field handling
- store doc reference directly in frappe._from_link instead of doctype/docname
- use flexible set_route_args array for routing back to source form
- simplify child table row lookup with .find() instead of $.each
- check row existence before setting value to avoid errors
2026-01-09 13:36:40 +05:30
sokumon
d24edbec29 fix(menu): handle all types of url 2026-01-09 13:27:52 +05:30
sokumon
e0a7775d59 fix: add better error handling 2026-01-09 13:03:28 +05:30
dependabot[bot]
469c5fb2ec
build(deps): bump werkzeug from 3.1.4 to 3.1.5 (#35783)
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/3.1.4...3.1.5)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-version: 3.1.5
  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-01-09 11:52:23 +05:30
Soham Kulkarni
3d0cb00c43
Merge pull request #35773 from sokumon/workspace-sidebar 2026-01-08 22:05:22 +05:30
sokumon
7a8a729bcb fix: add patch to add standard field 2026-01-08 19:54:13 +05:30
Akhil Narang
5dcb05541f
Merge pull request #35683 from akhilnarang/fix-ipv6-connection-check
fix(connections): try all available interfaces, not just ipv4
2026-01-08 19:38:51 +05:30
Akhil Narang
51134a9458
Merge pull request #35753 from AarDG10/fix-qb-custom-operator
fix(query): check hooks for custom_operator definition
2026-01-08 19:07:36 +05:30
Akhil Narang
4c58eba58b
fix: "fetch from" was broken on SQLite (#35774)
SQLite (like PostgreSQL) doesn't support `INNER JOIN` within `UPDATE`
We can use the psql fallback we anyway had.

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-01-08 13:00:14 +00:00
sokumon
b896c0f611 fix: change opacity for desktop edit button 2026-01-08 18:25:25 +05:30
marcosppca
6ef39f3253
refactor: rejuvenation using match/case in format_value (#34594)
* Refactor: Rejuvenation using match/case in format_value

* refactor(format_value): rejuvenation using match/case (PEP 634) (#34594)

* refactor: if for match

* style: fix code formatting and indentation for consistency

* chore: format

Signed-off-by: Akhil Narang <me@akhilnarang.dev>

---------

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2026-01-08 12:44:50 +00:00
Akhil Narang
a64834b444
fix(connections): try all available interfaces, not just ipv4
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-01-08 18:10:02 +05:30
sokumon
c05fc2e6e9 fix: add a standard field in workspace sidebar 2026-01-08 17:40:19 +05:30
Akhil Narang
686e436d57
Merge pull request #35763 from kaulith/fix/link-field-dropdown
fix: translate link field dropdown values
2026-01-08 17:33:41 +05:30
Ejaaz Khan
b0556bfa95
Merge pull request #35770 from iamejaaz/breadcrum-auto-scale
fix:(navbar): default actions cut off from the screen
2026-01-08 17:29:38 +05:30
Ejaaz Khan
b1c7876f10 fix(navbar): default actions cut off from the screen 2026-01-08 17:04:26 +05:30
Akhil Narang
c2e2ca611a
fix(query): handle string argument with between
Prevents crash when filter value doesn't exist (example, invalid Fiscal Year)

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-01-08 16:34:27 +05:30
Akhil Narang
fb07cf7579
fix(query): don't crash for invalid value
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-01-08 16:33:40 +05:30
Soham Kulkarni
af6f61e140
Merge pull request #35767 from sokumon/sidebar-filter-fixes 2026-01-08 15:55:22 +05:30
sokumon
c056cd00f8 fix: add correct docview to use filters in sidebar item 2026-01-08 15:28:51 +05:30
Sagar Vora
f7047e97a2
Merge pull request #35648 from sagarvora/check-allow-conf
fix: check for configuration when allowing private toggle
2026-01-08 14:18:43 +05:30
Sagar Vora
aa8210a6fe fix: ignore warnings when running cypress 2026-01-08 13:47:12 +05:30
Sagar Vora
cbb277dd62 fix: check for config when allowing Toggle All Private 2026-01-08 13:47:10 +05:30
Soham Kulkarni
da8bab771b
Merge pull request #35762 from sokumon/sidebar-fixes 2026-01-08 13:38:37 +05:30
sokumon
53901c895d fix: show module sidebar if nothing is set 2026-01-08 13:10:10 +05:30
kaulith
37251db8a7 fix: translate link field dropdown values 2026-01-08 13:04:49 +05:30
Soham Kulkarni
e6063d64ca
Merge pull request #35760 from sokumon/child-table-modal 2026-01-08 12:38:06 +05:30
Soham Kulkarni
7193e385b9
Merge pull request #35759 from sokumon/sidebar-fixes 2026-01-08 12:14:36 +05:30
sokumon
270b5415e6 fix: child table modal styles 2026-01-08 12:07:47 +05:30
sokumon
22bf07a887 fix: get desktop icon data for hidden icons 2026-01-08 11:48:26 +05:30
Soham Kulkarni
63c34a8fd8
Merge pull request #35749 from sokumon/sidebar-fixes 2026-01-08 11:18:54 +05:30
MochaMind
6e4db51241
fix: sync translations from crowdin (#35713)
* fix: Swedish translations

* fix: Persian translations
2026-01-08 11:12:06 +05:30
Ejaaz Khan
6ebed1fa5e
Merge pull request #35756 from Rl0007/fix/camera-capture
fix: capture input in Android v14+
2026-01-08 11:11:31 +05:30
sokumon
6c7ac888e3 fix(workspace_sidebar): add perm check for workspace 2026-01-08 10:40:23 +05:30
sokumon
6075e557df fix: load correct sidebar for printview 2026-01-08 09:30:53 +05:30
Soham Kulkarni
f05cac5874
Merge pull request #35748 from KerollesFathy/fix-sort-btn 2026-01-08 08:54:52 +05:30
Rahul Agrawal
27f14d82f8 fix: capture input in Android v14+
Co-authored-by: Ejaaz Khan <iamejaaz@users.noreply.github.com>
2026-01-08 08:26:38 +05:30
Ejaaz Khan
aaf46f0563
Merge pull request #35752 from leonace924/fix/issue-35741
fix: wrong tag added after enter
2026-01-08 01:00:20 +05:30
leonace924
e8937cb3f8 fix: revert old code 2026-01-07 10:23:41 -05:00
AarDG10
54da011c65 fix(query): check hooks for custom_operator definition 2026-01-07 20:42:24 +05:30
leonace924
af7e5382ad fix: wrong tag added after enter 2026-01-07 10:04:18 -05:00
sokumon
6e51dc3f67 fix: border issue in error around grid 2026-01-07 19:43:32 +05:30
sokumon
db333991b0 fix: show correect breadcrumbs 2026-01-07 19:43:32 +05:30
sokumon
5776c9ccd2 fix: choosing which sidebar to load 2026-01-07 19:42:19 +05:30
Akhil Narang
24e13ae96c
Merge pull request #35745 from KerollesFathy/fix-options-fieldtype-when-field-is-virtual
fix: update options fieldtype for non-virtual Data fields
2026-01-07 19:31:06 +05:30
Ejaaz Khan
fc91f149f6
fix: show query report name in nav (#35743) 2026-01-07 18:15:42 +05:30
KerollesFathy
0d0c4a0b10 fix: add text-nowrap class to sort selector button 2026-01-07 12:32:25 +00:00