Sumit Bhanushali
7e2da2be6c
fix: precommit check
2024-07-13 11:39:16 +05:30
mahsem
2f55f2c788
fix: translation in permission_manager.js
...
fix: translation in permission_manager.js
2024-07-11 12:04:16 +00:00
Akhil Narang
220cdf2575
Merge pull request #26912 from mahsem/fix-translation-in-dashboard_utils.js
...
fix: translation in dashboard_utils.js
2024-07-11 17:29:56 +05:30
Suraj Shetty
acd41b2d8c
Merge pull request #26797 from s-aga-r/fm-connector
...
feat: Frappe Mail Connector
2024-07-11 16:22:43 +05:30
GOPIKRISHNAN
1ba9e64b55
fix: Fetch From, Need to Select Twice to Set Doctype ( #27071 )
...
* Fixed - Fetch From, Need to Select Twice to Set Doctype
By explicitly checking if (value), we ensure that doctype.value and fieldname.value are only updated when value is valid. This helps maintain a consistent state and prevents potential issues that could arise from attempting to destructure a null or undefined value
* pre-commit run to format code
2024-07-11 09:55:07 +00:00
Akhil Narang
3de5dec6f3
Merge pull request #26997 from systonium/fix-postgresql-health-report
...
fix(System Health Report): Modified the `fetch_scheduler` function to use different SQL queries based on the database type.
2024-07-11 15:10:23 +05:30
Akhil Narang
b47c31b054
fix: formatting
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-11 13:19:38 +05:30
Akhil Narang
e544c9070c
Merge pull request #26896 from mahsem/fix-translation-in-doctype.js
...
fix: translation in doctype.js
2024-07-11 12:23:41 +05:30
Raffael Meyer
fd9e80e364
feat: nudge for all DocTypes that can be disabled, not deleted ( #27067 )
...
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2024-07-11 05:18:19 +00:00
Raffael Meyer
0199069cb2
fix: cleanup user data on trash ( #27068 )
2024-07-11 10:28:35 +05:30
Frappe PR Bot
f72e632bcf
fix: sync translations from crowdin ( #27031 )
2024-07-11 10:28:02 +05:30
Kerem Kurtuldu
34aedf7782
fix: update country name from Türkiye to T\u00fcrkiye and sort by name ( #27069 )
2024-07-11 10:27:52 +05:30
Raffael Meyer
15daa011d5
fix: better label for list primary action ( #27053 )
2024-07-10 15:27:04 +02:00
Akhil Narang
f27ac1693b
Merge pull request #26999 from pgruener/feature/db_env_credentials
...
feat: Adds possibility of permitting DB credentials via ENV
2024-07-10 17:35:48 +05:30
Akhil Narang
b5d05e657c
Merge pull request #27029 from frappe/pot_develop_2024-07-07
...
chore: update POT file
2024-07-10 17:35:38 +05:30
Systonium
c379815a4b
fix(System Health Report): Modified the fetch_scheduler function to use different SQL queries for different databases using frappe.db.multisql
2024-07-10 16:24:38 +05:00
Akhil Narang
2e003a6b0c
Merge pull request #27043 from blaggacao/fix/input-mode-numbers
...
fix: input mode for numbers
2024-07-10 15:25:37 +05:30
Akhil Narang
e5a72a6ae5
Merge pull request #27055 from priyanshshah2442/fix_cscipt_is_onload_flag
...
fix: unset `cscript.is_onload` flag after the form is rendered
2024-07-10 13:04:01 +05:30
Sumit Bhanushali
61ec70efc5
Merge pull request #27062 from frappe/fixes-97
...
fix(Duration): save null for empty value
2024-07-10 12:37:16 +05:30
Sumit Bhanushali
55db5dc37a
fix: linter check
2024-07-10 12:20:54 +05:30
Akhil Narang
def1791421
fix: update country name from Turkey to Türkiye ( #27054 )
...
fix: update country name from Turkey to Türkiye
2024-07-10 11:15:36 +05:30
Akhil Narang
d9495ff146
Merge pull request #27034 from blaggacao/docs/adapt-to-reworked-payment-hook-api
...
docs: fix server script on payment hooks
2024-07-10 11:06:40 +05:30
priyanshshah2442
342de10c50
fix: remove unsetting of in trigger_onload
2024-07-10 10:45:33 +05:30
Rushabh Mehta
1a5085b023
Merge pull request #27057 from elshafei-developer/develop
...
Fix: Map icon color in dark mode
2024-07-10 09:29:05 +05:30
Rushabh Mehta
8e38c50f93
Merge pull request #26162 from Nihantra-Patel/multiple_btn_listview
...
feat: add multiple buttons (dropdown) in listview row
2024-07-10 07:15:47 +05:30
Sumit Bhanushali
d476cbdf84
fix(Duration): save null for empty value
2024-07-09 16:43:29 +05:30
El-Shafei H
0ebe4a2448
Fix: Map icon color in dark mode
...
When toggling to dark mode, all the icons in the dropdown button change to white in the list view, except for the map icon, which remains black.
Upon reviewing the code for this icon, I found that it had a fixed white color assigned (stroke=#111). I replaced it with the variable color value var(--icon-stroke) to ensure it changes appropriately with the theme toggle.
2024-07-09 11:53:54 +03:00
priyanshshah2442
551d511789
fix: unset cscript.is_onload flag after the form is rendered
2024-07-09 12:52:00 +05:30
Kerem Kurtuldu
386803eab2
Update: Country name from Turkey to Türkiye
...
Updated the country name from 'Turkey' to 'Türkiye' following the official name change announced by Türkiye in 2021. This change aligns with the United Nations' updated designation and ensures the framework reflects the correct country name.
2024-07-09 03:59:43 +03:00
Gursheen Kaur Anand
32ecbcca84
Merge pull request #27047 from GursheenK/currency-number-format
...
fix: use currency number format if present
2024-07-08 21:52:21 +05:30
Gursheen Anand
454e48c397
fix: use currency number format if present
2024-07-08 19:42:16 +05:30
Philipp Gruener
7df4185f87
fix: removed TODO marks
2024-07-08 15:16:51 +02:00
Akhil Narang
f9cb856c8f
Merge pull request #27044 from akhilnarang/data-exporter-dont-sort-multiselect-fields
...
fix(data_exporter): don't sort multiselect dialog fields
2024-07-08 17:57:16 +05:30
Akhil Narang
afa5b6b7e7
fix(data_exporter): don't sort multiselect dialog fields
...
By default we currently sort all by default, doesn't make sense to do here
Better to leave it in the order the fields in the doctype are
Reference: support ticket 18084
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-08 17:42:58 +05:30
David
4e26353793
docs: fix server script on payment hooks
2024-07-08 12:50:41 +02:00
David
c8ef58f7f4
fix: input mode for numbers
2024-07-08 12:38:51 +02:00
Akhil Narang
813033b848
Merge pull request #27041 from maharshivpatel/check-image-url
...
fix: check image before trying to load in print.
2024-07-08 14:02:19 +05:30
Maharshi Patel
82a86fd046
fix: check image before trying to load in print.
2024-07-08 13:45:23 +05:30
Gursheen Kaur Anand
96219d9f5e
Merge pull request #27037 from GursheenK/data-filter-from-indicator
...
fix: data filter for status indicator in list
2024-07-08 12:48:36 +05:30
Gursheen Anand
b34bdc007a
fix: data filter value for status indicator
2024-07-08 12:10:50 +05:30
frappe-pr-bot
30736ef0e8
chore: update POT file
2024-07-07 09:33:58 +00:00
Philipp Gruener
c19e844516
fix: Re-establish orig connection in tearDown for failing cases, that following specs dont rely on broken connection
2024-07-05 16:43:15 +02:00
Philipp Gruener
ea3d1365fe
fix: Adjusted the retrieved dbms errors to also handle mariadb errors correctly in specs.
2024-07-05 16:26:51 +02:00
Philipp Gruener
1b56b4f3f7
fix: Reset to orig env vars in specs
2024-07-05 15:44:04 +02:00
Sagar Vora
1ed87246d5
Merge pull request #27019 from barredterra/align-filter-values-in-print
2024-07-05 16:04:51 +05:30
Philipp Gruener
abba28be3b
feat: Added env db options for db, password and pg_schema
2024-07-05 12:05:20 +02:00
barredterra
835e1fa270
fix: align filter values in print
2024-07-05 12:03:19 +02:00
Sagar Vora
15f188e41a
Merge pull request #27006 from sagarvora/wh-type-hint
...
fix: add type hint to whitelisted function
2024-07-05 09:06:49 +05:30
Sagar Vora
a1b34a87fe
fix: add type hint to whitelisted function
2024-07-05 08:53:41 +05:30
s-aga-r
2488642746
chore: connected app - show title in link field
2024-07-05 08:28:20 +05:30