Commit graph

47758 commits

Author SHA1 Message Date
David Arnold
86f70b9e98
chore: inline unnecessary indirection (#28250) 2024-10-22 19:33:48 +00:00
Akhil Narang
947054e7e6
Merge pull request #28224 from akhilnarang/reword-backup-restoration-failure-message
refactor: update backup restore failure message
2024-10-22 16:51:27 +05:30
Akhil Narang
cab0b2e484
Merge pull request #27398 from Sajith-K-Sasi/develop
feat: enable bulk edit for doctype with workflow
2024-10-22 15:57:51 +05:30
Akhil Narang
2c3916f898
refactor: change logic slightly, reformat JSON
Invert the check: `disable_edit` -> `allow_edit`

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-10-22 15:17:13 +05:30
root
2788c84ce5
refactor: refactored code 2024-10-22 15:17:13 +05:30
root
65db85d559
fix: changed enable edit select option to disable edit checkbox 2024-10-22 15:17:13 +05:30
root
0b9df2b994
feat: enable or disable bulk edit from list view settings doctype 2024-10-22 15:17:13 +05:30
root
d028d24f07
refactor: refactored code 2024-10-22 15:17:13 +05:30
Sajith K
1387bc5603
feat: enable and disable bulk edit for doctype using listview settings 2024-10-22 15:17:13 +05:30
Akhil Narang
b3d9188d08
Merge pull request #28225 from akhilnarang/permission-doctype-string-cast
fix(permissions): cast docname to string
2024-10-22 13:23:26 +05:30
Akhil Narang
0243279712
Merge pull request #28217 from cogk/fix-number-format-sysdefault-is-string-not-int
fix(format): Fix sysdefault is string not number
2024-10-22 13:19:14 +05:30
Akhil Narang
d47057cbef
fix(permissions): cast docname to string
Extension of #24988

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-10-22 13:09:43 +05:30
Akhil Narang
44128aa62e
refactor: update backup restore failure message
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-10-22 12:49:36 +05:30
Corentin Forler
f89995960a
fix(format): Fix sysdefault is string not number 2024-10-21 18:54:57 +02:00
David Arnold
8d6f8bce01
chore(typing): add some more typing to frappe.__init__ (#28215) 2024-10-21 11:30:11 +00:00
David Arnold
91a737d8fe
chore(typing): fix some (exotic) type errors treewide (#28210) 2024-10-21 10:02:04 +00:00
Akhil Narang
f9432a7922
Merge pull request #28162 from surajshetty3416/allow-cross-domain-webform-embedding
feat: Add a field to accept allowed embedding domains
2024-10-21 12:29:56 +05:30
Suraj Shetty
ca0e0d2fcf test: Scroll list_title into view 2024-10-21 12:17:04 +05:30
Suraj Shetty
a63f902648 refactor: Use sentence case for fieldnames
ref: https://github.com/frappe/erpnext/wiki/Naming-Guidelines#field-naming
2024-10-21 12:07:22 +05:30
Suraj Shetty
84f4a76290 refactor: Re-organize fields 2024-10-21 11:51:08 +05:30
David Arnold
6a5466578f
chore(typing): type _dict (#28205) 2024-10-21 01:16:35 +00:00
David Arnold
f7a7cef54a
chore: split custom types into types module (#28204) 2024-10-20 23:01:36 +00:00
David Arnold
93d25424b8
build: pin node version to release-tested version 20 (#28201) 2024-10-20 18:24:39 +00:00
David Arnold
085d2b7803
feat: declare system dependencies for frappix (#28197) 2024-10-20 16:34:04 +00:00
David Arnold
8bfab20780
chore: re-enable yaml check (#28196)
closes: #28183
2024-10-20 15:04:24 +00:00
Sumit Bhanushali
4965285731
Merge pull request #28181 from frappe/f-191
fix: use set_value to mark form as dirty on clear
2024-10-20 11:53:49 +05:30
David Arnold
90e44d950e
fix: hashable is enough to serve as (composite) cache key (#28189) 2024-10-19 23:19:48 +02:00
David Arnold
2abba7b51b
fix: don't force values into the string type (#28185) 2024-10-19 19:00:25 +00:00
David Arnold
75b58802ad
fix(docref): json serialization (#28182) 2024-10-19 14:11:51 +00:00
Sumit Bhanushali
3c9ca14599 fix: use set_value to mark form as dirty on clear 2024-10-19 18:31:11 +05:30
David Arnold
8b1180ba27
refactor: server script autocompletion to be more generic (#28180) 2024-10-19 12:56:24 +00:00
Sumit Bhanushali
02dbef6ceb
Merge pull request #28177 from frappe/f-191
fix: previously opened doc values showing up on other docs when phone field is empty
2024-10-19 17:47:46 +05:30
Sumit Bhanushali
7ecafcf6e2 fix: previously opened doc values showing up on other docs when phone field is empty 2024-10-19 17:32:54 +05:30
David Arnold
7348572af8
feat: docref identifier / proxy (#27973)
* feat: add DocRef

* feat: Add comprehensive test cases for DocRef functionality

* chore(db): add field type hints

* fix: ensure document stringer fulfills the DocRef contract
2024-10-19 09:40:26 +05:30
Raffael Meyer
232f45cfd5
refactor(Contact): make get_contact_name more robust (#28171) 2024-10-18 19:08:53 +02:00
Frappe PR Bot
02d3fb1e93
chore: update POT file (#28112) 2024-10-18 16:33:39 +02:00
Frappe PR Bot
420a2b4436
fix: sync translations from crowdin (#28127) 2024-10-18 16:33:20 +02:00
Sumit Bhanushali
cec6d4d3d8
Merge pull request #28166 from frappe/f-181
fix: clear dependent fields on clear link
2024-10-18 16:54:38 +05:30
Sumit Bhanushali
fdf352ba23 fix: clear dependent fields on clear link 2024-10-18 16:39:59 +05:30
Akhil Narang
76209ff9bf
Merge pull request #28128 from Sugesh393/email_notification
fix: get_doc is not usable on jinja template in notification
2024-10-18 12:33:29 +05:30
Akhil Narang
bca9b27646
Merge pull request #28155 from gavindsouza/refactor-load_from_db
refactor: Move children load db into separate method
2024-10-18 12:31:45 +05:30
Suraj Shetty
d35518639b feat: Add a field to accept allowed embedding domains 2024-10-18 11:30:11 +05:30
David Arnold
7a9748a417
refactor: permutate implementation to assert no functional change in preparation (#28160) 2024-10-18 02:40:06 +02:00
David Arnold
2f9fd308e8
fix(testing): pdb post mortem (#28156) 2024-10-17 18:52:25 +00:00
Gavin D'souza
b1d96dd532
refactor: Move children load db into separate method
Signed-off-by: Gavin D'souza <gavin.dsouza@switchup.de>
2024-10-17 19:18:59 +02:00
Sugesh393
cf552858bc refactor: explicit commit removed 2024-10-17 11:15:09 +05:30
Akhil Narang
60df96ce08
Merge pull request #28139 from cogk/fix-add-fields-for-quick-list-indicator
fix(QuickList): Fetch more fields for get_indicator
2024-10-17 10:50:10 +05:30
Akhil Narang
a4c6fdf7cd
Merge pull request #27805 from akhilnarang/report-view-read-only-depends-on
feat(report_view): add some basic support for `read_only_depends_on`
2024-10-17 10:49:01 +05:30
Akhil Narang
ad9e237e08
Merge pull request #28141 from cogk/fix-translate-oauth-confirmation-details
fix: Translate OAuth confirmation details
2024-10-17 09:55:49 +05:30
Corentin Forler
7360e3aa3d
fix: Use frappe._ 2024-10-16 21:07:57 +02:00