Ankush Menat
c69b043527
fix: send correct username in userinfo ( #23177 )
2023-11-11 08:08:39 +00:00
Akhil Narang
659cbcb88f
refactor(scheduler): drop unused parameter ( #23174 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-11-11 11:29:12 +05:30
David Arnold
0dc2a9c2f3
refactor: normalize function signature
2023-11-10 15:12:59 +01:00
David Arnold
890becda33
fix: typo
2023-11-09 19:22:17 +01:00
David Arnold
e88fa11cdc
fix(db): add missing bootstrap public interface
2023-11-09 17:11:40 +01:00
David Arnold
b2f9ff09aa
feat(db): boostrap only option if resource management is exogenous
...
The database resource management including privileges granting can be
done by external secops. It can be undesirable to grant the grant option
to the framework user.
This commit implements the possibility to remove user resource
management from frappe entirely and only boostrap the database with its
target user.
2023-11-09 17:11:39 +01:00
Ankush Menat
dd86c48306
fix: Ignore None returned by RQ job
...
Even though type signature suggests that it always returns job object it
sometimes doesn't if you read the code.
2023-11-09 20:25:03 +05:30
barredterra
20ef73302c
fix: disable only save button, not the entire form
...
Disable form is a one way street and cannot adapt to changed conditions
2023-11-09 13:48:34 +01:00
barredterra
69e95edc6f
fix: don't copy value of "Is Standard"
...
The field becomes read only in production, so after
"Menu" > "Duplicate", it wasn't possible to disable
"Is Standard " for the copy.
2023-11-09 13:47:07 +01:00
barredterra
33b23022d4
fix: move field description to doctype definition
2023-11-09 13:41:22 +01:00
David Arnold
40a2daf84c
chore: give cli invocations of dbtools a dedicated interface
2023-11-09 12:14:41 +01:00
mergify[bot]
cfbe6da959
Merge pull request #23167 from blaggacao/refactor/psql-conn-string
...
chore: compose postgres conn settings in the same way as with mariadb
2023-11-09 10:28:44 +00:00
Ankush Menat
60d99eb20c
refactor: remove code that manually prevents bulk refresh ( #23138 )
...
[skip ci]
2023-11-09 15:51:41 +05:30
David Arnold
d5a390cd95
chore: compose postgres conn settings in the same way as with mariadb
2023-11-09 10:00:24 +01:00
David Arnold
fe8cc7a5c2
fix: non-html notifications from files
2023-11-09 09:51:39 +01:00
Gursheen Anand
a52d1870dc
feat: add filter values while building report xlsx data
2023-11-09 12:09:42 +05:30
Gursheen Anand
e059aa385f
feat: add check to include filters in popup
2023-11-09 12:08:05 +05:30
hyaray
22a00fd126
Update list_view.js
2023-11-09 13:58:40 +08:00
Thomas Fojan
df026366df
fix: incorrect date range when relinking files
2023-11-08 21:23:25 +01:00
Shariq Ansari
731e5175e7
Merge pull request #23154 from shariquerik/form-builder-fixes-3
2023-11-08 14:40:53 +05:30
Shariq Ansari
1e7b45e324
test: fixed failing form builder UI test
2023-11-08 14:13:48 +05:30
Shariq Ansari
98f357cbb1
chore: handle dark mode
2023-11-08 13:50:47 +05:30
Shariq Ansari
4d6bc58a59
revert: code control loosing focus when edit (for now reverting need better fix)
2023-11-08 13:31:25 +05:30
Ankush Menat
e91b72e8c4
Merge pull request #23144 from blaggacao/fix/preserve-integration-request-data-format
...
fix(integration): preserver data json formatting on update
2023-11-08 12:51:03 +05:30
Ankush Menat
9d45ee80a2
Merge pull request #23146 from barredterra/ignore-filetype-case
...
fix: ignore case of filetype
2023-11-08 12:49:21 +05:30
Shariq Ansari
5e07df7af4
fix: removed unsed code from Column.vue
2023-11-08 12:13:10 +05:30
Shariq Ansari
3efbc30222
fix: added all options to add/remove section/column in section header
2023-11-08 11:55:38 +05:30
Shariq Ansari
88113b6c08
fix: added Dropdown component
2023-11-08 11:54:35 +05:30
avazquez@ctgalega.com
9baf5e6de4
fix: typo accuracy
2023-11-08 00:38:16 +01:00
avazquez@ctgalega.com
268c851f85
fix: description for columns property in docfield
2023-11-08 00:29:46 +01:00
barredterra
586fee979b
fix: conf must be available
2023-11-08 00:07:31 +01:00
barredterra
f991b0be0f
fix: max-width of email attachment filename
2023-11-07 19:15:09 +01:00
David Arnold
18f34c36f6
fix(float): input formatting
2023-11-07 18:07:06 +01:00
barredterra
5e660437df
fix: ignore case of filetype
2023-11-07 17:08:20 +01:00
David Arnold
ec4bc971c5
fix(integration): preserver data json formatting on update
2023-11-07 16:43:13 +01:00
Ankush Menat
e14349d656
fix: newsletter indicator filters
...
strings are all truthy.
closes https://github.com/frappe/frappe/issues/23107
2023-11-07 20:10:48 +05:30
mergify[bot]
d3c534e0cf
fix: attempt to not pass an empty string to json.loads ( #23139 ) ( #23141 )
...
* fix: attempt to not pass an empty string to `json.loads`
* fix: ignore all falsy fields
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit 6a8cf0689ae8e70f99ffd6957603d6583b4bdf92)
Co-authored-by: Arjun <contact@arjunchoudhary.com>
2023-11-07 20:04:20 +05:30
Shariq Ansari
aa55ccf88f
fix: always show section header
2023-11-07 19:32:15 +05:30
Shariq Ansari
bce95096f6
chore: show fields table in customize form
2023-11-07 19:28:00 +05:30
Corentin Flr
4e08a49396
chore(QuickEntry): Change toast message text
...
Use "New {0} {1} created" instead of "Created new {0} {1}" because the former is already translated in most languages.
2023-11-07 14:43:40 +01:00
Arjun
67bac7863e
fix(UX): updated error.html message ( #23129 )
...
* UX: updated error.html
* chore: wspace
* chore: simpler message.
assuming foss deploys
---------
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2023-11-07 18:27:11 +05:30
Ankush Menat
326a691f38
Merge pull request #23133 from ankush/req_parsing
...
refactor: Use werkzeug to identify JSON requests
2023-11-07 17:45:30 +05:30
Ankush Menat
284649d4f2
fix: Use werkzeug to identify JSON requests
...
We were excluding flavoured JSON like `application/vnd.xxx+json` which
can be parsed as JSON.
2023-11-07 17:28:33 +05:30
barredterra
a3feb08100
fix: integrate upstream changes
2023-11-06 20:40:37 +01:00
barredterra
8a0f921d78
refactor: reuse existing get_user_translations
2023-11-06 20:40:22 +01:00
barredterra
5839963475
fix: integrate upstream changes
2023-11-06 20:39:09 +01:00
barredterra
f00b510828
fix: prefer more specific extractors
2023-11-06 20:37:11 +01:00
Raffael Meyer
d593390a74
Merge pull request #23124 from barredterra/remove-unused-method
2023-11-06 20:12:14 +01:00
barredterra
e16f1632a7
chore: remove unused method
2023-11-06 19:49:47 +01:00
barredterra
e3ff2456ef
chore: remove unused method
2023-11-06 19:46:34 +01:00