phot0n
86c9791813
fix: use next sequence number for ammended doc
* chore: use meta
3 년 전
mergify[bot]
2b50525a5e
Merge pull request #16243 from shariquerik/number-card-filter-fix
fix: Number Card to support child table doctype for filters
3 년 전
Shariq Ansari
8ddfa39716
fix: load print format css in print_tree.html for icons
3 년 전
Suraj Shetty
e0def6fdd1
style: Remove unnecessary indentation
3 년 전
Ankush Menat
5f08c9962b
fix(ux)!: when error messages are present supress non-error messages
3 년 전
Suraj Shetty
10b6e1902f
Merge pull request #16283 from nextchamp-saqib/fix-delete-message
3 년 전
Saqib Ansari
da080a4091
Merge pull request #16271 from pateljannat/web-form-link-title-doctype-issue
fix: web form link title doctype issue
3 년 전
mergify[bot]
c3e350f2c6
chore: typo mistake ( #16275 ) ( #16285 )
(cherry picked from commit e997d82da3
)
Co-authored-by: Bhavesh Maheshwari <34086262+bhavesh95863@users.noreply.github.com>
3 년 전
Saqib Ansari
d3464f7c11
chore: improve bulk deletion message
3 년 전
Ankush Menat
b2e115513f
Merge pull request #16280 from ankush/docinfo2x
fix: dont return docinfo as `message`
3 년 전
Suraj Shetty
23d7b98317
Merge pull request #16276 from surajshetty3416/fix-build-system
3 년 전
Ankush Menat
db0925d446
fix: dont return docinfo as `message`
The return was added for testability but it also becomes part of
response so response size doubles. :)
3 년 전
Saqib Ansari
82c0b5b1d9
Merge pull request #16238 from nextchamp-saqib/webform-link-title
feat: show link titles in web form link fields
3 년 전
Shridhar Patil
89f109a197
fix: postgres support for system console processlist ( #16212 )
* fix: postgres support for system console processlist
* fix: removed logs
* fix: handle dbtype from backend
* fix: use frappe.db.multiselect to run database specific query
3 년 전
Suraj Shetty
ccb4475411
build: Pass watchFiles list to auto trigger rebuild process on template change
3 년 전
Suraj Shetty
24f3123552
build: Use @frappe/esbuild-plugin-postcss2 to auto-trigger rebuild on scss file changes
3 년 전
Jannat Patel
55eb8eed1a
fix: calling function directly from boot file
3 년 전
Saqib Ansari
e6f1fbc4f1
refactor: show title only if show_title_field_in_link is enabled
3 년 전
Jannat Patel
825e2d0537
fix: web form link title doctype issue
3 년 전
mergify[bot]
6a45846010
Merge pull request #16199 from resilient-tech/perf-listfactory
perf: remove duplicate call to `ListView.show`
3 년 전
Sagar Vora
a2b02f9f33
fix: more succinct docstring
3 년 전
Ankush Menat
b16c8efa30
Merge pull request #16256 from ankush/is_async_commit
fix!: run synchronous background jobs directly in production
3 년 전
Sagar Vora
be1b503958
fix: create `before_show` method
3 년 전
Sagar Vora
b3035ac20f
perf: remove duplicate call to `ListView.show`
3 년 전
Ankush Menat
23b70df784
fix!: deprecate is_async=False usage outside of tests
3 년 전
Ankush Menat
b5cf4a15c0
Merge pull request #16255 from marination/set-column-display-contradiction
fix: `set_column_disp` contradicts arguments
3 년 전
Sagar Vora
290628ba3f
style: use inline if
3 년 전
Sagar Vora
dc4d07cb61
style: use walrus operator
3 년 전
Sagar Vora
f6c546159c
perf: cache single documents
3 년 전
phot0n
15ae019b12
fix: set_next_val function for sequences
postgres uses t & f, mariadb uses 0 & 1 for is_value_used
3 년 전
phot0n
93fbace331
fix: set next val of sequence when name is of int type in validate_name
3 년 전
phot0n
906f671d9c
fix(db_query): ordering in extract_tables
this will allow the fields to be casted first
3 년 전
phot0n
4ea87fd9cc
chore: rename cast_autoincremented_name to cast_name
3 년 전
phot0n
b876520ef0
fix: logic for is_autoincremented
3 년 전
phot0n
bebc8058b6
feat: integer primary keys
3 년 전
Marica
57abf9e06b
Merge branch 'develop' into set-column-display-contradiction
3 년 전
Rushabh Mehta
7ace873c3a
Merge pull request #16211 from nikochiko/notifications-hasrole
fix: use parent_doctype=... while fetching users from Has Role table
3 년 전
marination
7723164c05
fix: `set_column_display` contradicts arguments
- `show` should set `hidden` as 0, but does the opposite. This is fixed.
- Use `Array.isArray()` instead of deprecated usage
3 년 전
gavin
a886d793f2
Merge pull request #16254 from gavindsouza/db-api-consistency
feat(db): Alias is_missing_table for consistency in APIs
3 년 전
Gavin D'souza
ad1e180666
feat(db): Alias is_missing_table for consistency in APIs
3 년 전
mergify[bot]
41ffb79828
Merge pull request #16250 from resilient-tech/typo-database-py
fix: typo in database file for v12 - latest
3 년 전
lapardnemihk1099
f4d3effaf2
fix: typo in database file for v12 - latest
3 년 전
mergify[bot]
878f06dbb8
Merge pull request #16053 from bhavesh95863/patch-1
fix: ignore link validation for sort workspace
3 년 전
Shariq Ansari
f5f0176853
Merge branch 'develop' into patch-1
3 년 전
Shariq Ansari
e2a56ee39b
test: Added UI test
3 년 전
Shariq Ansari
3b57e3914b
Merge branch 'develop' into number-card-filter-fix
3 년 전
Shariq Ansari
2c0735d709
fix: Number Card to support child table doctype for filters
3 년 전
Shariq Ansari
54c0fee9a2
fix(linter): Trim Trailing Whitespace
3 년 전
Shariq Ansari
d83e174531
Merge branch 'develop' into tree-view-print-fix
3 년 전
Shariq Ansari
9292c3f047
Merge branch 'develop' into grid-search-feat
3 년 전