AarDG10
b8793fac5b
test(postgres): enable test_force_install_app for postgres
2025-11-09 18:46:18 +05:30
AarDG10
103841bd0c
test(postgres): enable test_bench_drop_site_should_archive_site for postgres
2025-11-09 18:30:49 +05:30
AarDG10
2feb536ec9
test(postgres): add pg-compatible query for test_db_cli_with_sql
2025-11-08 11:46:57 +05:30
AarDG10
27eca4f74c
test(postgres): enable test_store_attachments for postgres
2025-11-07 18:17:06 +05:30
AarDG10
1ffbe4eaad
test(postgres): add pg-compatible query for unique index check
2025-11-07 17:19:35 +05:30
AarDG10
a9c17f0e84
test(postgres): add delay in test_backup_no_options to avoid same-second timestamp collision
2025-11-07 15:08:08 +05:30
AarDG10
907f3de872
test(postgres): enable test_varchar_length for postgres
2025-11-07 12:37:55 +05:30
AarDG10
e1b1426147
test(postgres): enable test_backup_no_options for postgres
2025-11-06 19:37:40 +05:30
AarDG10
886b3b33e3
fix(reportview): remove redundant DISTINCT in get_count for postgres
2025-11-06 10:54:07 +05:30
AarDG10
420c1e7994
test(postgres): update test_is for postgres
2025-11-05 16:52:29 +05:30
AarDG10
0bff72ed17
test(postgres): fix mariadb specific identifiers for postgres queries
2025-11-05 13:53:32 +05:30
AarDG10
c52238087d
test(postgres): fix test_smtp for Postgres
2025-11-05 13:06:07 +05:30
AarDG10
c5d7601513
test(postgres): fix test_dynamic_fields_in_group_by for Postgres
2025-11-05 10:03:22 +05:30
AarDG10
6481d2aeba
test(postgres): fix test_decimal_field_configuration for Postgres
2025-11-04 23:37:10 +05:30
AarDG10
de600a42c8
test(postgres): fix test_dynamic_fields_in_group_by for Postgres
2025-11-04 22:22:14 +05:30
AarDG10
d910dbff19
test(postgres): fix test_multiple_dynamic_fields_group_order for Postgres
2025-11-04 21:17:20 +05:30
AarDG10
af08b40c09
test(postgres): fix test_sql_functions_in_fields for Postgres
2025-11-04 18:48:23 +05:30
AarDG10
4fc7661bfe
test(postgres): enable test_string_fields to run on Postgres
2025-11-04 18:17:52 +05:30
AarDG10
cb636f7c5c
test(postgres): fix test_filters for Postgres
2025-11-04 17:42:33 +05:30
AarDG10
b4d75132d4
test(postgres): fix test_multiple_tables_in_filters for Postgres
2025-11-04 17:17:38 +05:30
AarDG10
5ec28f99c6
test(postgres): fix test_not_equal_condition_on_none for Postgres
2025-11-04 16:47:54 +05:30
AarDG10
b955cdc4c0
test(postgres): fix test_build_match_conditions for Postgres
2025-11-04 12:55:08 +05:30
Ankush Menat
bf58e7be1f
fix: onboarding - write in read only request ( #34537 )
...
* fix: remove read_only decorator from get_desktop_page
get_desktop_page leads to a call to check_completions which calls save and thus with the read_only decorator calls save on the read replica
* fix: Avoid changes to DB in read only request
* Revert "fix: remove read_only decorator from get_desktop_page"
This reverts commit 93db873bb707c6b58c7e6e68499df173aaa66d49.
---------
Co-authored-by: Apile Tyumre <apiletyumre@iridescentsun.com>
2025-10-30 06:02:36 +00:00
Ankush Menat
6d2ca3913c
Merge pull request #34413 from AarDG10/feat-cancellable-data-import
...
feat: Cancel Button Added for Data Import
2025-10-30 10:42:20 +05:30
MochaMind
9059b4c598
fix: sync translations from crowdin ( #34519 )
2025-10-29 20:57:20 +01:00
Hussain Nagaria
c1a58bc559
fix: check if get_route property exists before calling ( #34526 )
2025-10-29 11:51:17 +00:00
Akhil Narang
3329b6a46c
fix(grid_row): use optional chaining to prevent TypeError ( #34498 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-29 13:03:32 +05:30
Raffael Meyer
edc6937aa0
fix(Web Form): don't offer all fieldtypes as list columns ( #34268 )
2025-10-28 16:40:49 +00:00
Sanket Shah
3914891ebe
fix: increase label field length to 255 chars ( #34394 )
...
* fix: increase label field length to 255 chars
Some doc field labels were getting truncated when exceeding 140 characters.
This caused issues during customization of complex forms where descriptive labels were required.
* fix: increase label field length to 255 chars
Some customize form field labels were getting truncated when exceeding 140 characters.
This caused issues during customization of complex forms where descriptive labels were required.
2025-10-28 17:06:24 +05:30
Akhil Narang
6dfcc2bf4c
Merge pull request #34027 from sumitbhanushali/expand-link
...
feat: add support of expand in rest api v1/document_list
2025-10-28 17:02:14 +05:30
Akhil Narang
21fde3a507
Merge pull request #34474 from AMR-Mannesmann/fix(utils)--format_duration-for-negative-values
...
fix(utils)!: format_duration for negative values
2025-10-28 15:51:10 +05:30
MochaMind
a429849e0b
fix: sync translations from crowdin ( #34475 )
...
* fix: Persian translations
* fix: Polish translations
* fix: German translations
* fix: Polish translations
* fix: Serbian (Cyrillic) translations
* fix: Croatian translations
* fix: Serbian (Latin) translations
2025-10-28 14:27:22 +05:30
MochaMind
f1b2ac5968
chore: update POT file ( #34496 )
2025-10-28 14:27:02 +05:30
Ejaaz Khan
e0c43e3abb
Merge pull request #34508 from iamejaaz/fix-duplicate-row
...
fix: duplicate row button visible on cant add rows
2025-10-28 14:15:14 +05:30
Akhil Narang
139ae9ef6c
Merge pull request #34494 from tanmoysrt/sqlite_fix
...
fix(sqlite): Use DEFERRED isolation level
2025-10-28 14:09:59 +05:30
Tanmoy Sarkar
5ce54d0144
feat(sqlite): Set 5s of busy_timeout
...
To reduce database lock issue during concurrent write / wal merge
2025-10-28 13:54:53 +05:30
Tanmoy Sarkar
b2e7b6fafb
fix(sqlite): Use DEFERRED isolation level
...
sqlite connection starts with no transaction if isolation level hasn't provided
2025-10-28 13:54:53 +05:30
Ejaaz Khan
ac1f7b22bc
fix: duplicate row button visible on cant add rows
2025-10-28 13:53:19 +05:30
Abdeali Chharchhodawala
fed7b3bb69
feat: utility to generate filtered list URLs and links for doctype ( #34503 )
2025-10-28 07:33:16 +00:00
Hussain Nagaria
0b6ba2c709
Merge pull request #34439 from frappe/fix/internal-communication
...
fix: consider sent or received for duplicate check
2025-10-27 23:02:32 +05:30
Hussain Nagaria
289391bfd3
fix: deduplicate timeline links for system-to-system emails
2025-10-27 22:48:44 +05:30
Sumit Bhanushali
6f0242db6a
chore: added docstring for attach_expanded_links
2025-10-27 15:21:41 +05:30
aryanbaburajan
6e2ca8957e
fix: display placeholder text for code‐type input ( #34497 )
...
Use Ace editor's placeholder option to render placeholders appropriately inside the form field of type code.
Fixes #34488
2025-10-27 15:14:25 +05:30
Sumit Bhanushali
8955f079a1
fix: use get_list to only fetch permitted records
2025-10-27 13:27:13 +05:30
Sumit Bhanushali
f5fed5b4be
perf: optimize expand link for table fields
2025-10-27 13:00:43 +05:30
daniel.radl
45a0471f5c
fix(utils): added format_duration test
2025-10-25 17:16:15 +00:00
Raffael Meyer
ea4cdf68f4
feat: warn on multiple class overrides ( #34169 )
2025-10-25 14:38:31 +02:00
Akhil Narang
6a690be141
fix(link): check whether description exists before trying to merge duplicates
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-24 17:39:54 +05:30
Akhil Narang
4119ef7203
fix: don't show stray , in communication relink dialog for some doctypes
...
Some doctypes like `Payment Entry`, `Bank Account`, `Pricing Rule` were present in 2 dashboards (customer and supplier dashboard), both of which were included in ERPNext communucation_doctype hooks
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-24 17:02:30 +05:30
AarDG10
f750728bae
feat: Cancel Button Added for Prepared Report
2025-10-24 14:46:38 +05:30