Komal-Saraf0609
9b69f4e08c
test: fixing sider issues
3 年前
Komal-Saraf0609
38c6db06ea
test: Added test script for control type "Dynamic Link"
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 年前
Himanshu
ce77e97db6
feat: enable tls for ngrok ( #16216 )
* styled site module: sorted imports, space fixes
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 年前
Gavin D'souza
0ef99c3886
fix: Add signature to Communication.content if not already added
This fix adds a signature forcibly if found under the sender's
User.email_signature or default outgoing email account's signature
field.
The previous method of adding a comment into the Email didn't work since
Quill would discard comments before setting them. Adding signatures in
get_formatted_html didn't seem apt since it's used in QueueBuilder to
re-construct the Email before processing the Email Queue. This meant
that the email content that was added in the Communication record would
not be final. Now, we treat the signature as part of the Communication
content.
3 年前
Gavin D'souza
da2dbfaae9
refactor!: Deprecate ignore_permissions & flags in communication.make
API
3 年前
Gavin D'souza
525f1656ad
fix: Double signature in composed Email
Re-do of https://github.com/frappe/frappe/pull/12520
Undone by https://github.com/frappe/frappe/pull/12878
Changes done to reflect current state of version-13
Co-authored-by: Suraj Shetty <surajshetty3416@gmail.com>
3 年前
gavin
97f7472438
Merge pull request #16182 from frappe/mergify/bp/develop/pr-15912
fix: Add freeze message when renaming document (backport #15912 )
3 年前
Gavin D'souza
1bd01f71d1
fix: Set freeze, freeze_message via xcall
3 年前
coffee-dev-sl
b1d83fe0db
feat(toolbar.js model.js): Add freeze message when renaming document
(cherry picked from commit 45c9cc4442
)
# Conflicts:
# frappe/public/js/frappe/form/toolbar.js
3 年前
mergify[bot]
05b19ccd90
Merge pull request #15791 from dj12djdjs/fix-rename-tool
fix: Specify message why document was not renamed.
3 年前
gavin
e233b7beb7
Merge branch 'develop' into fix-rename-tool
3 年前
gavin
501a1675ec
chore(rename_doc): Consistent error message for no change
3 年前
mergify[bot]
7df37592e2
Merge pull request #16117 from ChillarAnand/none
fix: Handle None filter in db query
3 年前
Chillar Anand
069802cf51
Merge branch 'develop' into none
3 年前
mergify[bot]
8197255c14
Merge pull request #16139 from ChillarAnand/linter
refactor: Clean up whitespace & add CI check
3 年前
ChillarAnand
39d4c0ea53
refactor: Added commit id to ignore list
3 年前
gavin
873c4ad0ec
Merge pull request #16165 from gavindsouza/creation-doc-man
fix: Set creation dates of standard DocTypes correctly
3 年前
mergify[bot]
36eee22902
Merge pull request #16173 from resilient-tech/mandatory_save_fix
fix: mandatory fields validation on new form
3 年前
Suraj Shetty
287e77b08a
Merge pull request #16172 from resilient-tech/remove-unused-update-doc
3 年前
Daizy
fb20b0ee2d
fix: mandatory fields validation on new form from js
3 年前
Sagar Vora
21abd89b11
chore: remove unused function `kanban_board.update_doc`
3 年前
Rushabh Mehta
90c8e3e258
fix(minor): fix website nav dropdown
3 年前
mergify[bot]
5af6553016
Merge pull request #16164 from ChillarAnand/eps
fix: Fix energy point log test case
3 年前
Rushabh Mehta
4d96ece004
Merge pull request #16171 from rmehta/footer-powered-config
feat(minor): added option to configure powered by in footer and max-height for text editors
3 年前
Rushabh Mehta
8cc38174fa
feat(minor): added option to configure powered by in footer and max-height for text editors
3 年前
Suraj Shetty
16ee2e3667
Merge pull request #16169 from surajshetty3416/fix-notification
3 年前
Suraj Shetty
1c92ccf276
fix: Ability to disable standard notification
3 年前
mergify[bot]
ba75b3b605
Merge pull request #16168 from ChillarAnand/boiler
fix: Inherit from FrappeTestCase in template
3 年前
ChillarAnand
73db336009
fix: Inherit from FrappeTestCase in template
3 年前
Sagar Vora
c6049d7e7c
fix: always execute method if found in `__dict__` ( #15958 )
285823
3 年前