Commit graph

51105 commits

Author SHA1 Message Date
Raffael Meyer
fc29dc4f40
ci: update yarn cache dir command (#34086) 2025-09-23 14:00:12 +02:00
Raffael Meyer
545dce8c30
fix(Assignment Rules): mark code samples as code (#33792) 2025-09-23 13:41:42 +02:00
Ejaaz Khan
e54e8b299b
Merge pull request #34097 from iamejaaz/fix-query-report-js-filter
fix(query-report): pass only applied Link filters
2025-09-23 15:35:51 +05:30
Ejaaz Khan
79f7c97bf3 refactor: change request type to POST 2025-09-23 15:16:18 +05:30
Ejaaz Khan
87b1638f72 fix(query-report): pass only applied Link filters 2025-09-23 15:10:03 +05:30
MochaMind
95372df01a
fix: sync translations from crowdin (#34087) 2025-09-22 22:51:56 +02:00
Akhil Narang
921444f929
Merge pull request #34071 from akhilnarang/fix-number-card-doctable-check
fix(number_card): use `get_meta` to check if doctype is table
2025-09-22 17:37:53 +05:30
Soham Kulkarni
09c1d84a45
Merge pull request #34080 from sokumon/bulk-approve-failure-message
fix: show bulk approve as failed when message has error
2025-09-22 17:19:03 +05:30
sokumon
1c68d37f89 fix: show bulk approve as failed when message has error 2025-09-22 16:58:22 +05:30
Raffael Meyer
83d221c104
fix: correct type check in sql_like function (#34076) 2025-09-22 12:52:21 +02:00
Ejaaz Khan
6d8d7bb90b
Merge pull request #34067 from anwarpatelnoori/P0023-0005
fix: mange specific roles without saving the user doc
2025-09-22 16:09:23 +05:30
Ejaaz Khan
e33fed7cec
Merge pull request #34037 from ecosoft-frappe/fix-included_disabled_link_field
feat: Included disable on filter link field
2025-09-22 15:10:22 +05:30
Ejaaz Khan
ca67a12e0f
refactor: remove debugging statement 2025-09-22 15:05:27 +05:30
Akhil Narang
fe74f01c70
Merge pull request #34039 from akhilnarang/fix-kanban
fix(kanban_view): don't always prompt user to create a new board
2025-09-22 12:30:45 +05:30
Akhil Narang
eeab774757
fix(number_card): use get_meta to check if doctype is table
Not all users can query `DocType` table

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-22 12:14:56 +05:30
newtratip
5660235563 feat: Included disable on filter link field 2025-09-22 10:14:44 +07:00
MochaMind
9cd61620fd
fix: sync translations from crowdin (#34070) 2025-09-21 23:08:46 +02:00
MochaMind
ebc491160d
chore: update POT file (#34066) 2025-09-21 14:01:46 +02:00
MochaMind
ebb790f224
fix: sync translations from crowdin (#34062) 2025-09-21 14:01:09 +02:00
anwarpatelnoori
42c104fa76 fix: mange specific roles without saving the user doc 2025-09-21 11:43:37 +00:00
Hussain Nagaria
7dcc670ca8
Merge pull request #33899 from frappe/feat/control-decimal-width 2025-09-20 18:38:10 +05:30
Akhil Narang
76c82b411a
Merge pull request #34057 from akhilnarang/fix-response-type
fix: set content-type for the responses not handled by werkzeug
2025-09-19 15:41:47 +05:30
Akhil Narang
b8afe4b303
fix: set content-type for the responses not handled by werkzeug
I had suggested removing this code, didn't realise it applied to the whole function and not just the else block

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-19 15:39:28 +05:30
Ejaaz Khan
0ab0cd7d9c
Merge pull request #34049 from aerele/show-or-hide-filters-in-print-view
feat: provide an option to show or hide applied filters in report pri…
2025-09-19 14:31:07 +05:30
Ejaaz Khan
273c3d625b
Merge pull request #34041 from ShreyasTheNewbie/workflow_action
fix: validate mandatory fields before workflow action
2025-09-19 12:24:53 +05:30
ravibharathi656
27f2f49c56 fix: include filters only if checked 2025-09-19 11:06:23 +05:30
Ejaaz Khan
248c1cf08b
Merge pull request #34052 from frappe/l10n_develop
fix: sync translations from crowdin
2025-09-19 10:28:57 +05:30
MochaMind
f4f6e467b0 fix: Serbian (Latin) translations 2025-09-19 00:37:47 +05:30
MochaMind
6af45b8792 fix: Norwegian Bokmal translations 2025-09-19 00:37:44 +05:30
MochaMind
2cb15a1fc3 fix: Swedish translations 2025-09-19 00:37:39 +05:30
MochaMind
1260a0c0e8 fix: Serbian (Cyrillic) translations 2025-09-19 00:37:36 +05:30
MochaMind
7ae1691f62 fix: German translations 2025-09-19 00:37:33 +05:30
Navin-S-R
96a0f8246c feat: provide an option to show or hide applied filters in report print view 2025-09-18 18:43:48 +05:30
Raffael Meyer
4ef2a72278
feat: translate filename of exported report (#34046) 2025-09-18 14:40:38 +02:00
Ejaaz Khan
e66b6acc90
Merge pull request #34015 from iamejaaz/47622-report-link-field-permission
fix(QueryReport): respect user permissions in Link fields
2025-09-18 15:56:13 +05:30
Shreyas Sojitra
a716b3ea20
fix: validate mandatory fields before applying action
Previously, workflow actions bypassed mandatory field validation since only workflow_state was updated. This patch ensures required fields are validated before transitions.
Additionally, check_mandatory has been moved to frappe.ui.form for reuse and references updated accordingly.
2025-09-18 13:54:10 +05:30
Akhil Narang
d2ed06156a
fix(kanban): no-op set_result_height
```
jquery.js:3773 jQuery.Deferred exception: Cannot read properties of undefined (reading 'get') TypeError: Cannot read properties of undefined (reading 'get')
    at _a2.set_result_height (http://v16.localhost/assets/frappe/dist/js/list.bundle.6CVTOA32.js:2461:108)
    at Object.<anonymous> (http://v16.localhost/assets/frappe/dist/js/list.bundle.6CVTOA32.js:2537:14)
    at mightThrow (http://v16.localhost/assets/frappe/dist/js/libs.bundle.LLRFRX7M.js:1922:42)
    at process (http://v16.localhost/assets/frappe/dist/js/libs.bundle.LLRFRX7M.js:1957:25) undefined
```

(line 2461 was `const resultContainerHeight = window.innerHeight - this.$result.get(0).offsetTop - this.$paging_area.get(0).offsetHeight;` inside `set_result_height`)

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-18 13:06:04 +05:30
Akhil Narang
b2451a9bf7
fix(kanban): use last board chosen by user, or first available board
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-18 13:05:47 +05:30
Hussain Nagaria
5c280c1596 refactor: move to inline comment 2025-09-18 12:26:14 +05:30
Hussain Nagaria
7373d90691 fix: no semgrep on PIL monkey patch 2025-09-18 12:22:37 +05:30
Hussain Nagaria
e21560d237 refactor: remove unnecessary precision setting 2025-09-18 12:18:56 +05:30
Akhil Narang
15daa00c4c
Merge pull request #34017 from the-bokya/better-redirect-handling
fix: better redirect handling
2025-09-18 11:47:52 +05:30
Akhil Narang
38fbe65d09
fix: call format() on the result of _() (#34016)
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2025-09-17 19:54:17 +00:00
Raffael Meyer
6746ce9043
fix(Number Card): permission query and frontend perms (#34023)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-17 19:25:33 +00:00
MochaMind
cd6360318d
fix: sync translations from crowdin (#34025) 2025-09-17 21:21:29 +02:00
Raffael Meyer
3797756b43
chore: enable Norsk Bokmal (#33978) 2025-09-17 21:06:20 +02:00
Hussain Nagaria
f74c665cc2 test: precision exceeds length 2025-09-18 00:18:32 +05:30
Hussain Nagaria
de6195e12f test: length and precision for decimal based fields 2025-09-18 00:15:42 +05:30
Hussain Nagaria
9bd8dc8900 refactor: cleaner handling of length and precision 2025-09-17 23:54:06 +05:30
Ayush Chaudhari
9f3e327231 test: better redirect handling 2025-09-17 21:42:25 +05:30