Saqib Ansari
d2512f13f6
fix: center align summary value in summary separator
2025-12-31 14:21:40 +05:30
Saqib Ansari
fa8aebfd5b
fix: button styling for better alignment and spacing
2025-12-31 14:15:18 +05:30
Saqib Ansari
18660c3e9c
fix: update filter icon and menu icon in chart widget
2025-12-31 14:15:03 +05:30
Saqib Ansari
d44ae6c5fa
fix: adjust padding for widget box, update font weight for widget title
2025-12-31 14:03:46 +05:30
Saqib Ansari
4f7646eea1
fix: update padding and font size for number widget box
2025-12-31 13:59:08 +05:30
Saqib Ansari
eb8a440def
fix: space above collapse button and use gap instead of margins
2025-12-31 13:47:31 +05:30
Saqib Ansari
8b7099e2eb
fix: alignment of header title and subtitle with logo
2025-12-31 13:29:48 +05:30
Saqib Ansari
f098378434
fix: double background in sidebar header logo
2025-12-31 13:29:19 +05:30
Saqib Ansari
c26e5c9202
chore: merge develop
2025-12-31 13:28:58 +05:30
Ankush Menat
e7598ec3a8
fix: Fetch user info for owner, modified_by and versions ( #35557 )
2025-12-31 07:56:26 +00:00
Raizaaa
0a2ab6364c
fix: added 'autoname' to reserved keywords ( #35473 )
...
* fix: added 'autoname' to reserved keywords
* fix: prevent using autoname as DocField name
- Add validation for autoname in check_invalid_fieldnames()
- Treat Python keywords as reserved fieldnames
* fix: move autoname out of reserved keywords
* fix: move python keywords out of reserved keywords
* fix: skip reserved docfield name check for 'DocType'
---------
Co-authored-by: Raiza Safeel <raizasafeel@Raizas-MacBook-Air.local>
2025-12-31 12:00:49 +05:30
Soham Kulkarni
e8a5529b98
Merge pull request #35547 from sokumon/sidebar-fixes
2025-12-31 01:16:10 +05:30
sokumon
ab0de99d86
fix(mobile): always bind click to trigger sidebar
2025-12-30 23:41:20 +05:30
Akhil Narang
eb4139ed4a
Merge pull request #35545 from akhilnarang/bump-freezegun
...
build(deps): bump freezegun
2025-12-30 19:38:00 +05:30
Akhil Narang
8cb7e4b0b7
build(deps): bump freezegun
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-30 18:36:58 +05:30
Soham Kulkarni
a05c098467
Merge pull request #35544 from sokumon/menu-fixes
2025-12-30 18:33:54 +05:30
Ejaaz Khan
ae0b24841b
Merge pull request #35542 from iamejaaz/multiple-list-form-fixes
...
fix(sidebar): show edit indicator on when editable
2025-12-30 18:26:10 +05:30
sokumon
f4bb6d6dbb
fix: remove that desktop edit button
2025-12-30 18:07:52 +05:30
Akhil Narang
0661fa3f60
Merge pull request #35538 from akhilnarang/ignore-filter-fifth-parameter
...
fix(query): ignore 5th filter parameter
2025-12-30 17:59:42 +05:30
sokumon
9327732b4c
fix: move dropdown options to sidebar dropdown
2025-12-30 17:58:00 +05:30
Ejaaz Khan
2a74092606
fix: remove box shadow on attachment click
2025-12-30 17:45:04 +05:30
Ejaaz Khan
1af31c6ecf
fix(sidebar): show edit indicator on when editable
2025-12-30 17:29:08 +05:30
Ejaaz Khan
fd71cc0dd0
Merge pull request #35540 from iamejaaz/multiple-list-form-fixes
...
fix(form): revert section design to old one
2025-12-30 17:18:22 +05:30
Soham Kulkarni
bb175d2613
Merge pull request #35528 from alirezamohammadi/fix/rtl-ui-bugs
2025-12-30 17:17:22 +05:30
Akhil Narang
92900d366c
refactor: simplify code using match
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-30 16:54:59 +05:30
Soham Kulkarni
c145726f5f
Merge pull request #35539 from sokumon/cancel
2025-12-30 16:53:29 +05:30
Ejaaz Khan
c03fe1b2df
fix(form): revert section design
2025-12-30 16:44:36 +05:30
sokumon
a235fc110b
chore: add correct docs url
2025-12-30 16:43:34 +05:30
Akhil Narang
038bd44d08
fix(query): ignore 5th filter parameter
...
It doesn't do anything, but many old charts, etc. still have it present, no point erroring out.
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-30 16:30:42 +05:30
Ejaaz Khan
e0c3f31a90
Merge pull request #35536 from iamejaaz/multiple-list-form-fixes
...
fix: multiple fixes of list and form view
2025-12-30 16:12:23 +05:30
UmakanthKaspa
6bb584f725
feat: Support dynamic expressions in workflow update_value field ( #34354 )
...
* feat: add dynamic value support for workflow update_value field
* feat: add evaluate as expression checkbox to workflow states
* test: add tests for dynamic workflow update_value expression
* fix: use description field instead of sender in workflow
tests
* chore: fix typo
---------
Co-authored-by: UmakanthKaspa <kaspaumakanth1999@gmail.com>
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2025-12-30 15:58:43 +05:30
Soham Kulkarni
068a66b70b
Merge pull request #35531 from sokumon/desktop-fixes
2025-12-30 15:50:09 +05:30
sokumon
beceaa6cf3
chore: run linter
2025-12-30 15:48:46 +05:30
Ejaaz Khan
56316a817f
fix: breadcrumb button over issue
2025-12-30 15:46:31 +05:30
Akhil Narang
873a12827c
Merge pull request #35505 from akhilnarang/fix-ruff-autofix
...
fix: correct some type annotations changed by ruff
2025-12-30 15:34:30 +05:30
Ejaaz Khan
75f73df572
fix(Tab): remove default icon from tabs
2025-12-30 15:27:27 +05:30
Vishnu Priya Baskaran
66f1491c9d
fix: clear defaults in on_trash ( #35508 )
2025-12-30 15:24:53 +05:30
rohitwaghchaure
d14aa77e51
Merge pull request #35522 from rohitwaghchaure/fixed-description-of-permission-types
...
fix: description for Permission Types in Role Permissions Manager
2025-12-30 15:14:48 +05:30
Ejaaz Khan
6557992f3c
fix(Breadcrumb): truncate workspace instead of title
2025-12-30 15:07:41 +05:30
Ejaaz Khan
0274ff723c
fix(SideBar): don't show id when id and title are same
2025-12-30 15:06:54 +05:30
Ejaaz Khan
2401de81a1
fix: remove indicator from sidebar
2025-12-30 15:05:47 +05:30
sokumon
328ddc1949
fix: make the desktop editing easy to discover
2025-12-30 14:49:34 +05:30
Saqib Ansari
d5f04de5bf
fix: remove redundant creation/modified info
2025-12-30 13:53:18 +05:30
Saqib Ansari
19cdf236bc
fix: remove icon from form tabs
2025-12-30 13:50:03 +05:30
Sagar Vora
e6f867da74
Merge pull request #35391 from akhilnarang/qb-fixes
2025-12-30 13:44:43 +05:30
Sagar Vora
c9147fb840
chore: improve docstring
2025-12-30 13:25:13 +05:30
Sagar Vora
9fd5106ad1
fix: specify correct doctype in _raise_permission_error
2025-12-30 13:21:49 +05:30
Sagar Vora
26b3e6363e
chore: deprecate validate_filters
2025-12-30 13:02:49 +05:30
Akhil Narang
416d536c5e
Merge pull request #34164 from skabdulM/fix-user-permission
...
fix: User Permission: Apply document restrictions to the for_value link field
2025-12-30 12:30:20 +05:30
Akhil Narang
240e2d2132
Merge branch 'develop' into fix-user-permission
2025-12-30 12:29:19 +05:30