Suraj Shetty
24f3123552
build: Use @frappe/esbuild-plugin-postcss2 to auto-trigger rebuild on scss file changes
3年前
mergify[bot]
6a45846010
Merge pull request #16199 from resilient-tech/perf-listfactory
perf: remove duplicate call to `ListView.show`
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年前
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年前
mergify[bot]
9bd1333538
Merge pull request #16188 from resilient-tech/hyphen-dobara
feat: allow hyphens in DocType name (again)
3年前
Pruthvi Patel
b1d55680a3
fix: Consider title field only if it's value exists ( #16236 )
* fix: consider title field only if it's value exists
* chore: make `title` bold
3年前
mergify[bot]
a465018088
Merge pull request #16217 from shariquerik/failing-ui-test-fix
test: failing report_view UI test fix
3年前
mergify[bot]
302f4645e0
Merge pull request #16234 from anandology/show-traceback-as-string
fix: show traceback as string instead of bytes
3年前
Anand Chitipothu
f811927895
fix: show traceback as string instead of bytes
Issue: #16233
3年前
Sagar Vora
a6d991272e
fix: sider warning
3年前
Sagar Vora
5d93907a19
fix: improve `modify_query` regex
3年前
Kaustubh Maske Patil
4a42488b6d
fix: Use parent_doctype=... syntax while fetching users with a particular role
3年前
Sagar Vora
9cd25d72d5
fix: clear filters before setting them ( #16077 )
* fix: clear filters before setting them
* fix: dont set dirty state for reports without JSON
* fix: cleaner alternative to clearing filters
* fix: move condition outside loop
* fix: reorder if-else block to avoid hitting else block inadvertently
3年前
Ankush Menat
28e57d9d3d
Merge pull request #16222 from ankush/attach_limit
fix(ux): remove attachment limits
3年前
gavin
7698ac69f3
Merge pull request #16178 from gavindsouza/email-signature-fix
fix: Double signature in composed Email
3年前
gavin
010eba2961
Merge pull request #16225 from gavindsouza/update-document-title-fix
fix(rename_doc): Allow updating only document title or name
3年前
Gavin D'souza
e8ec8410e6
fix(rename_doc): Allow updating only document title or name
3年前
Ankush Menat
a6c257261b
fix(ux): remove attachment limits
3年前
gavin
749f2b8afc
Merge pull request #16205 from gavindsouza/linked-with-refactor
refactor: Show Document Links
3年前
Shariq Ansari
845b6ab1d7
Merge branch 'develop' into failing-ui-test-fix
3年前
Himanshu
ce77e97db6
feat: enable tls for ngrok ( #16216 )
* styled site module: sorted imports, space fixes
3年前
Shariq Ansari
ae18ef1679
Merge branch 'develop' into failing-ui-test-fix
3年前
Shariq Ansari
c2abb00886
test: failing report_view UI test fix
3年前
Gavin D'souza
3858eff51e
fix: Don't add signature only when called from API
3年前
gavin
3f6558fd39
Merge branch 'develop' into linked-with-refactor
3年前
Gavin D'souza
39fc90cb5b
fix(ux): Pop from message_log if DoesNotExistError
3年前
Gavin D'souza
38fbe76ebf
fix: Eliminate broken & impermissible links from get_linked_docs
3年前
Gavin D'souza
6edb1f09e4
refactor: Fetch Linked Documents in single request ;)
This action was broken into some heavy UI stuff that seems to be handled
from the current UI from what I can tell and a request triggered from
the Desk for every suspected linked document (talk about self DOS xD)
Removed long dead with_doctype option in get_linked_docs API. How do i
know it's been long dead? I've not come across code that won't very
obviously break when hit with any non None value.
3年前
mergify[bot]
d4b2318569
Merge pull request #16202 from resilient-tech/unused
chore: remove unused variable `doc_before_save`
3年前
Mohammad Hasnain Mohsin Rajan
f21b343488
perf: role instead of users in workflow actions ( #15789 )
Create a single workflow action document for pending transitions.
The Roles that are allowed to make the transition are stored in a Table MultiSelect field.
Workflow action doctype is filtered on the basis of applied roles on the visiting user.
The user column is retained for backward compatibility.
BREAKING CHANGE: The user field will no longer be used, A new field that stores applicable roles will be used instead.
3年前
Sagar Vora
def10e1e13
chore: remove unused variable `doc_before_save`
3年前
Jannat Patel
12ae7b9239
fix: User Account Auto Deletion in Hours ( #16135 )
* fix: data-deletion-in-hours
* test: process_auto_request function
* fix: import and comment
* fix: patch for auto account deletion hours
Co-authored-by: gavin <gavin18d@gmail.com>
3年前
mergify[bot]
dc7647f86d
Merge pull request #16195 from alyf-de/translate-query-report-columns
feat: translate column names in export of query report
3年前
barredterra
8126a18f05
feat: translate column names in CSV file from query report
3年前
barredterra
6cdab154f5
feat: translate column names in excel file from query report
3年前
Gavin D'souza
89a7dac300
fix: Add signature only if not Communication.flags.skip_add_signature
This is added to handle purposely removed signature or custom signatures
added via the Email Composer or via the email.make API
3年前
Sagar Vora
9f90d8b42a
test: add test for allowing hyphen in DocType name
3年前
Sagar Vora
98188ddcba
feat: allow hyphens in DocType name (again)
3年前