sokumon
f2b84739d9
fix: reduce z-index on sticky-top
2026-01-09 19:08:01 +05:30
Soham Kulkarni
67a7e37f74
Merge pull request #35802 from sokumon/misc-sidebar-fixes
2026-01-09 18:54:07 +05:30
harsh patadia
ad5021ee54
fix: routing user to new private workspace
2026-01-09 18:44:27 +05:30
sokumon
f90a254c04
fix: remove "My Workspaces" from framework siblings
2026-01-09 18:13:04 +05:30
Ankush Menat
735ea6fa0a
test: avoid flake from orphan gunicorn workers ( #35798 )
...
`kill` only kills arbiter, not workers.
pgrep and kill all gunicorn processes.
2026-01-09 17:09:17 +05:30
Sagar Vora
b6bebdbaea
Merge pull request #35788 from sagarvora/fix-share-query
2026-01-09 16:36:13 +05:30
Ankush Menat
29be54a35d
perf: misc v16 fixes ( #35790 )
...
* perf: Reduce queries for setup wizard progress
These are queried on boot continuously, can just cache installed app doc.
* fix: remove stray db.commit in csrf generation
2026-01-09 11:06:06 +00:00
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
Sagar Vora
6327f4ca8a
fix: specify valid rights for share query
2026-01-09 12:44:48 +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
KerollesFathy
e0678cb385
fix(desktop): remove overlapping edit buttons on route change
2026-01-08 15:10:59 +00:00
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
8657690ef5
refactor: use wildcard to avoid duplicating some queries
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-01-08 18:56:05 +05:30
Akhil Narang
62b4700395
feat(multisql): support passing a wildcard query
...
Otherwise we sometimes duplicate a query for different DBs
Resolves #35768
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-01-08 18:52:01 +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