Ejaaz Khan
ac2bb9fe9b
Merge pull request #34715 from rehanrehman389/new-tab-help
...
fix: add ctrl+enter shortcut info to awesome bar help
2025-11-30 22:12:28 +05:30
Ejaaz Khan
3dce759523
refactor: format code
2025-11-30 21:50:33 +05:30
Ejaaz Khan
f1785c810e
Merge branch 'develop' into new-tab-help
2025-11-30 21:48:30 +05:30
Ejaaz Khan
7f8a7c87a9
Merge pull request #34727 from elshafei-developer/add-missing-translate-function
...
fix: add missing translate function
2025-11-30 21:24:32 +05:30
Soham Kulkarni
09a96651cd
Merge pull request #34941 from sokumon/sibling-in-dropdown
2025-11-30 20:47:45 +05:30
MochaMind
d94e5ea0b6
chore: update POT file ( #34970 )
2025-11-30 09:59:28 +00:00
Ejaaz Khan
1136a3f39d
Merge pull request #34951 from UmakanthKaspa/fix-data-import-validation
...
fix: validate allow_import and import permission in Data Import
2025-11-30 14:51:09 +05:30
Ejaaz Khan
6ccae4e6f3
Merge pull request #34893 from Lyes7/fix/list-view-workflow-actions-blank-items
...
fix: update workflow action item visibility in list view
2025-11-30 14:48:53 +05:30
MochaMind
86f514d9a8
fix: sync translations from crowdin ( #34958 )
...
* fix: Persian translations
* fix: Croatian translations
* fix: Slovenian translations
2025-11-30 14:44:05 +05:30
Ejaaz Khan
6620cd6a03
Merge pull request #34964 from git-avc/full_width_grid_form
...
fix: apply full width on grid row form
2025-11-30 14:42:53 +05:30
xLyes7
40fe339907
Merge branch 'develop' into fix/list-view-workflow-actions-blank-items
2025-11-30 07:37:43 +01:00
git-avc
d8f6d1d8ba
fix: apply full width on grid row form
2025-11-29 21:29:00 +01:00
Hussain Nagaria
f65f1102f0
fix: clear translation cache for doc before save lang ( #34955 )
...
* fix: clear translation cache for doc before save lang
* refactor: order of ops
* refactor: use walrus operator
2025-11-29 15:21:55 +00:00
Soham Kulkarni
adfb0f5c0d
Merge pull request #34957 from sokumon/mynmar-setup-wizard
2025-11-29 20:39:07 +05:30
sokumon
7849cbdc87
fix: add regex to get the correct country name
2025-11-29 19:33:40 +05:30
UmakanthKaspa
45f3bc16b7
fix: validate allow_import and import permission in data import
2025-11-29 02:14:37 +00:00
Sagar Vora
f099b6cc98
Merge pull request #34947 from frappe/fix-user-perm-computed-children
2025-11-28 17:18:18 +05:30
Sagar Vora
0a4ff25b54
fix: check user permissions on computed child tables
2025-11-28 17:08:22 +05:30
sokumon
2111438803
fix: handle on click behaviour for section break
2025-11-28 15:56:08 +05:30
Akhil Narang
e5b340fad4
feat(error_log): add in some request/job metadata ( #34937 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-28 15:29:30 +05:30
Hussain Nagaria
c2a6b91078
Merge pull request #34678 from frappe/perf/comm
2025-11-28 13:38:59 +05:30
sokumon
bbf40d7f6c
feat: show sibling workspaces in sidebar dropdown
2025-11-28 13:34:50 +05:30
Akhil Narang
9e380bc33c
fix(query): don't create 2 error logs for the same thing ( #34925 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-28 12:39:31 +05:30
Aarol D'Souza
a7d8495d7b
test: skip DB-specific tests using new unimplemented_for decorator ( #34749 )
...
* test: skip DB-specific tests using new unimplemented_for decorator
* test: use unimplemented to skip tests with implementation problems
* test: update unimplemented to consider multi-DBs
* test: skip test_unbuffered_cursor using unimplemented for pg and sqlite
* test: update unimplemented wrapper
2025-11-28 06:51:45 +00:00
Hussain Nagaria
de7d1abcf4
refactor: move drop index util to db utils file
2025-11-28 12:09:13 +05:30
Hussain Nagaria
01d2e24f4a
chore: patch to drop old index
...
* there is a better covering index now
2025-11-28 11:48:55 +05:30
Soham Kulkarni
b958200996
Merge pull request #34930 from sokumon/desktop-fixes
2025-11-28 11:41:45 +05:30
Hussain Nagaria
5fd6691548
fix: query placeholders
2025-11-28 11:40:05 +05:30
sokumon
60598bf214
fix(menu): apply correct z-index
2025-11-28 02:53:21 +05:30
sokumon
314701bad2
fix: image in desktop screen
2025-11-28 02:33:18 +05:30
Soham Kulkarni
91a2883645
Merge pull request #34929 from sokumon/menu-refactor
2025-11-28 02:13:39 +05:30
sokumon
609683d48a
fix: make the sidebar header use menu class
2025-11-28 01:11:16 +05:30
Soham Kulkarni
d89d63af27
Merge pull request #34928 from sagarvora/fix-awesomebar-opening-twice
2025-11-28 01:06:55 +05:30
Sagar Vora
fbf44bc584
fix: prevent awesomebar from opening twice on desktop
...
When navigating from desktop -> list view -> back to desktop,
the setup_awesomebar() was called again via on_page_show,
creating multiple AwesomeBar instances with their own modals
and event listeners.
Added a guard to ensure setup_awesomebar() only runs once per
DesktopPage instance.
Fixes #34923
2025-11-28 00:07:42 +05:30
Sagar Vora
c5aa1d9e01
fix(Table MultiSelect): support creating new linked doc and trigger events reliably ( #34885 )
...
- Store field_obj reference instead of deep cloning control in frappe._from_link
- Route back to original form before setting value (fixes self-linking doctype case)
- Move _add event trigger to set_model_value() for reliable event firing
- Add Table MultiSelect support in update_calling_link validation
- Remove unused deep_clone utility from frappe.utils
2025-11-27 23:53:17 +05:30
Hussain Nagaria
2b54da0219
fix: select correct number of rows in CTEs
...
Thanks @ankush for helping with this competetive coding task 😂
2025-11-27 22:36:57 +05:30
Hussain Nagaria
ee94e604b6
refactor: remove DESC from Communication Link index too
2025-11-27 22:32:44 +05:30
Hussain Nagaria
637ee313c2
refactor: desc is not needed
2025-11-27 22:29:51 +05:30
Hussain Nagaria
077c54a1a5
Merge branch 'develop' into perf/comm
2025-11-27 22:26:50 +05:30
sokumon
194f34fe5d
chore: rename app to desk
2025-11-27 20:57:41 +05:30
sokumon
320f1a6345
fix: remove the need of passing name in menu
2025-11-27 20:55:59 +05:30
sokumon
f92226880e
refactor: menu component
2025-11-27 20:43:02 +05:30
MochaMind
b958d1bbe8
fix: sync translations from crowdin ( #34927 )
2025-11-27 14:42:43 +01:00
Soham Kulkarni
ac8ce02804
Merge pull request #34896 from ishtiyaq130/cursor-pointer-issue
2025-11-27 18:32:17 +05:30
Soham Kulkarni
c2ba2f3494
Merge pull request #34924 from sokumon/desktop-fixes
2025-11-27 18:09:18 +05:30
sokumon
478238d6d9
chore: run linter
2025-11-27 18:03:33 +05:30
ishtiyak
9f2569acb6
fix: cursor pointer showing on avatar in desktop
2025-11-27 18:01:32 +05:30
sokumon
8769269bfd
fix: show cursor on the element where menu is triggered
2025-11-27 17:39:12 +05:30
Ejaaz Khan
6635e3ae3a
Merge pull request #34919 from iamejaaz/51875-hide-dropdown-icon
...
fix(Toolbar): hide dropdown button if no childrens inside
2025-11-27 16:56:15 +05:30
Sagar Vora
27361de172
Merge pull request #34887 from sagarvora/fix-multiselect-parse-validate
2025-11-27 15:17:21 +05:30