Shariq Ansari
7d14c26a95
revert: dashboard_links UI test fix
2022-03-07 18:54:33 +05:30
Shariq Ansari
d9a2b57c44
test: fixed test with multiple filter UI test
2022-03-07 18:47:30 +05:30
Shariq Ansari
eb0c01e508
fix: don't show search row if table is empty
2022-03-07 18:24:47 +05:30
Shariq Ansari
9c2feb8023
test: fix failing grid search UI test:
2022-03-07 18:03:50 +05:30
Shariq Ansari
d2e656eff5
fix(linter): Trim Trailing Whitespace
2022-03-07 16:11:23 +05:30
Shariq Ansari
5a0dc5d7c8
fix(linter): Trim Trailing Whitespace
2022-03-07 16:08:03 +05:30
Shariq Ansari
0346a96698
Merge branch 'develop' into grid-search-feat
2022-03-07 14:59:44 +05:30
mergify[bot]
d4b2318569
Merge pull request #16202 from resilient-tech/unused
...
chore: remove unused variable `doc_before_save`
2022-03-07 07:32:50 +00:00
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.
2022-03-07 13:01:31 +05:30
Sagar Vora
def10e1e13
chore: remove unused variable doc_before_save
2022-03-07 12:41:45 +05:30
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>
2022-03-07 10:38:25 +05:30
mergify[bot]
dc7647f86d
Merge pull request #16195 from alyf-de/translate-query-report-columns
...
feat: translate column names in export of query report
2022-03-07 04:59:45 +00:00
barredterra
8126a18f05
feat: translate column names in CSV file from query report
2022-03-03 19:58:20 +01:00
barredterra
6cdab154f5
feat: translate column names in excel file from query report
2022-03-03 19:58:08 +01:00
gavin
97f7472438
Merge pull request #16182 from frappe/mergify/bp/develop/pr-15912
...
fix: Add freeze message when renaming document (backport #15912 )
2022-03-02 15:44:38 +05:30
Gavin D'souza
1bd01f71d1
fix: Set freeze, freeze_message via xcall
2022-03-02 15:22:38 +05:30
coffee-dev-sl
b1d83fe0db
feat(toolbar.js model.js): Add freeze message when renaming document
...
(cherry picked from commit 45c9cc444266cd36f009baca6de1528a2d8e84de)
# Conflicts:
# frappe/public/js/frappe/form/toolbar.js
2022-03-02 15:22:28 +05:30
mergify[bot]
05b19ccd90
Merge pull request #15791 from dj12djdjs/fix-rename-tool
...
fix: Specify message why document was not renamed.
2022-03-01 17:32:30 +00:00
gavin
e233b7beb7
Merge branch 'develop' into fix-rename-tool
2022-03-01 22:31:26 +05:30
gavin
501a1675ec
chore(rename_doc): Consistent error message for no change
2022-03-01 22:31:17 +05:30
mergify[bot]
7df37592e2
Merge pull request #16117 from ChillarAnand/none
...
fix: Handle None filter in db query
2022-03-01 11:35:04 +00:00
Chillar Anand
069802cf51
Merge branch 'develop' into none
2022-03-01 15:59:10 +05:30
mergify[bot]
8197255c14
Merge pull request #16139 from ChillarAnand/linter
...
refactor: Clean up whitespace & add CI check
2022-03-01 08:33:14 +00:00
ChillarAnand
39d4c0ea53
refactor: Added commit id to ignore list
2022-03-01 12:50:36 +05:30
gavin
873c4ad0ec
Merge pull request #16165 from gavindsouza/creation-doc-man
...
fix: Set creation dates of standard DocTypes correctly
2022-03-01 12:14:34 +05:30
mergify[bot]
36eee22902
Merge pull request #16173 from resilient-tech/mandatory_save_fix
...
fix: mandatory fields validation on new form
2022-03-01 06:42:05 +00:00
Suraj Shetty
287e77b08a
Merge pull request #16172 from resilient-tech/remove-unused-update-doc
2022-03-01 11:03:29 +05:30
Daizy
fb20b0ee2d
fix: mandatory fields validation on new form from js
2022-03-01 10:09:03 +05:30
Sagar Vora
21abd89b11
chore: remove unused function kanban_board.update_doc
2022-03-01 09:59:17 +05:30
Rushabh Mehta
90c8e3e258
fix(minor): fix website nav dropdown
2022-03-01 09:31:05 +05:30
mergify[bot]
5af6553016
Merge pull request #16164 from ChillarAnand/eps
...
fix: Fix energy point log test case
2022-03-01 03:16:43 +00:00
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
2022-02-28 23:13:03 +05:30
Rushabh Mehta
8cc38174fa
feat(minor): added option to configure powered by in footer and max-height for text editors
2022-02-28 23:08:43 +05:30
Suraj Shetty
16ee2e3667
Merge pull request #16169 from surajshetty3416/fix-notification
2022-02-28 21:18:02 +05:30
Suraj Shetty
1c92ccf276
fix: Ability to disable standard notification
2022-02-28 20:58:06 +05:30
mergify[bot]
ba75b3b605
Merge pull request #16168 from ChillarAnand/boiler
...
fix: Inherit from FrappeTestCase in template
2022-02-28 14:01:27 +00:00
ChillarAnand
73db336009
fix: Inherit from FrappeTestCase in template
2022-02-28 19:09:18 +05:30
Sagar Vora
c6049d7e7c
fix: always execute method if found in __dict__ ( #15958 )
...
285823
2022-02-28 12:42:08 +00:00
mergify[bot]
fb3abfbe44
Merge pull request #16151 from sumaiya2908/child-table-required-fields
...
fix(grid): Add required symbol in table row heading
2022-02-28 12:34:17 +00:00
Gavin D'souza
96d298abf4
feat(minor): Add patch docstring if available in patch runner
2022-02-28 17:41:31 +05:30
Gavin D'souza
22df3e73ca
fix: Reset any creation datetimes if inconsistencies exist
2022-02-28 17:02:45 +05:30
Gavin D'souza
7d04541b68
fix: Don't reset creation dates in install
2022-02-28 17:02:08 +05:30
ChillarAnand
747ac70795
fix: Fix energy point log test case
2022-02-28 16:59:05 +05:30
Ankush Menat
7688a0485e
Merge pull request #16162 from ankush/test/utils
...
feat: testing utilities
2022-02-28 16:38:22 +05:30
Ankush Menat
588fbe24ef
feat: testing utilities
2022-02-28 16:20:51 +05:30
ChillarAnand
21314680c0
Merge branch 'develop' into none
2022-02-28 15:59:29 +05:30
Ankush Menat
b38c106f8c
Merge pull request #16157 from ankush/select_cust
...
fix!: block customizing select field type options
2022-02-28 15:57:37 +05:30
mergify[bot]
f41ed2d50b
Merge pull request #16138 from ChillarAnand/perm
...
test: Fix flaky permission test
2022-02-28 10:24:14 +00:00
Suraj Shetty
3276712d84
Merge branch 'develop' into perm
2022-02-28 15:21:52 +05:30
ChillarAnand
13b61f8a1d
Merge branch 'develop' into none
2022-02-28 15:11:07 +05:30