Commit graph

47875 commits

Author SHA1 Message Date
David Arnold
52e50ae389
ci: trigger ci runs from upstream fix (#28273) 2024-10-24 11:42:18 +00:00
David Arnold
5fb77b39e5
ci: add action to trigger downstream ci runs (#28272) 2024-10-24 11:24:23 +00:00
Rushabh Mehta
cef8c12ee4 fix(style): fix oauth authorisation page and standardise error responses 2024-10-24 15:21:34 +05:30
Sumit Bhanushali
bc37b4c4c8
Merge pull request #28268 from frappe/workflow_email_fix
fix: use get_email_template to support html template in workflow email
2024-10-24 15:00:12 +05:30
Sumit Bhanushali
b335abb6aa fix: use get_email_template to support html template in workflow email 2024-10-24 14:43:39 +05:30
Nabin Hait
168a665d9b fix: Bind field object to onchange event on grid_row 2024-10-24 13:08:55 +05:30
Akhil Narang
97bb23960d
refactor(rename_doc): also set a 10 hour timeout
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-10-24 11:25:41 +05:30
Rushabh Mehta
52b6672533
Merge pull request #28260 from rmehta/fix-login-icons
fix(minor): login icons
2024-10-23 20:42:13 +05:30
Akhil Narang
d5a73683db
refactor(rename): use long queue by default
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-10-23 17:38:37 +05:30
Rushabh Mehta
be47582975 fix(style): sidebar changes and restore pre-commit 2024-10-23 17:17:09 +05:30
Rushabh Mehta
21a2154dea fix(minor): login icons 2024-10-23 17:03:59 +05:30
Rushabh Mehta
641c2be822 fix(minor): login icons 2024-10-23 15:39:13 +05:30
David Arnold
9f980e7475
test: add missing test case for get values on single (#28254) 2024-10-23 10:47:46 +02:00
Nabin Hait
322ce6f665
fix: get multiple values from single table (#28252)
* fix: get multiple values from single table

* fix: linter issues

* fix: linter issues
2024-10-23 12:11:23 +05:30
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