Suraj Shetty
54fe7d7ea0
feat: Add a flag to identify system generated customization
2022-03-01 08:56:51 +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
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
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
mergify[bot]
4d5803942b
Merge pull request #15794 from nextchamp-saqib/autocomplete-control
...
feat: Autocomplete control
2022-02-28 09:07:26 +00:00
Ankush Menat
014cd0cbaa
fix!: block customizing select field type options
2022-02-28 14:30:43 +05:30
Suraj Shetty
6caa0a5954
Merge branch 'develop' into autocomplete-control
2022-02-28 14:14:43 +05:30
Suraj Shetty
19c3fd923b
Merge pull request #16153 from ChillarAnand/tests
2022-02-28 14:14:08 +05:30
Summayya Hashmani
0d4cb2f6d6
refactor: remove jquery object
...
Co-authored-by: Sagar Vora <sagar@resilient.tech>
2022-02-28 14:01:34 +05:30
mergify[bot]
cbeb0c4132
Merge pull request #16005 from resilient-tech/fix-doc-hook
...
fix: forget return value after `run_method` execution
2022-02-28 07:35:17 +00:00
ChillarAnand
2b48c08340
fix: Fix flaky tests
2022-02-28 12:44:06 +05:30
Sagar Vora
741ea13db2
fix: forget return value after run_method execution
2022-02-28 12:28:02 +05:30
DaizyModi
a8a544cf44
fix(grid): Select All checkbox not visible ( #15913 )
...
In Child Tables such as Stock Entry Detail, Sales Invoice Item (wherever `grid.template` applies) non-editable grid doesn't let users select all rows of the child table.

This fix will let users select all rows using a checkbox in the header row of the child table.
## Screenshots
**Before**

**After**

2022-02-28 05:53:45 +00:00
Suraj Shetty
e10cd292f8
Merge pull request #16140 from deepeshgarg007/total_row_report_fix
2022-02-28 09:20:30 +05:30
Deepesh Garg
dad3a5c448
test: Update test case
2022-02-28 08:40:07 +05:30
Summayya
a09c8f9776
refactor: remove space
2022-02-27 13:30:49 +05:30
Summayya
31cefa7898
refactor: insert line
2022-02-27 13:29:55 +05:30
Summayya Hashmani
0af3796a6a
Merge branch 'frappe:develop' into child-table-required-fields
2022-02-27 13:23:15 +05:30
Summayya
503fc44036
refactor: add after content
2022-02-26 14:42:44 +05:30
Summayya
09f1f119b1
feat(small): add reqd class for heading
2022-02-26 14:41:12 +05:30
Ankush Menat
e2a17c38fd
revert: ignore_if_duplicate in postgres
...
breaking CI
2022-02-26 12:15:25 +05:30
Deepesh Garg
c1f1bf4061
fix: Unable to open query report
2022-02-25 20:52:56 +05:30
ChillarAnand
89b0181a8a
test: Fix flaky permission test
2022-02-25 19:08:22 +05:30
Saqib Ansari
429e142021
chore: add missing modified timestamp
2022-02-25 16:01:47 +05:30
Saqib Ansari
7ce128de6c
Merge branch 'develop' of https://github.com/frappe/frappe into autocomplete-control
2022-02-25 15:49:13 +05:30
Saqib Ansari
f98be2e19f
chore: undo unintentional creation timestamp change
...
Co-authored-by: gavin <gavin18d@gmail.com>
2022-02-25 15:05:31 +05:30
Revant Nandgaonkar
cdc6bcadb1
fix(cli): Database agnostic options for root db credentials ( #15973 )
...
* fix(bench): new-site params for root db credentials
allow root credentials for postgresql
use common cli option name for both database types
* fix(bench): backward compatible db params
Co-authored-by: gavin <gavin18d@gmail.com>
* fix(bench): use common db cred params
use --db-root-username and --db-root-password
* feat(bench): add --set-default to bench new-site
* fix: do not set default root user
* fix: indentation
Co-authored-by: gavin <gavin18d@gmail.com>
2022-02-25 09:58:59 +05:30
Suraj Shetty
d3e79bf75f
Merge pull request #16133 from frappe/mergify/bp/develop/pr-16105
2022-02-25 09:31:05 +05:30
Lev Vereshchagin
dd1abf7f4e
fix(UI): Flaky link preview popover creation ( closes #15482 )
...
(cherry picked from commit 67e7dd44b5264ad8d3fad8ceb9e12cbe2bdd5d07)
2022-02-25 03:56:42 +00:00
mergify[bot]
290bcbae47
Merge pull request #16115 from sumaiya2908/fix-mobile-padding-form
...
fix: webform mobile view padding
2022-02-25 02:58:52 +00:00
gavin
31b0a5bafb
Merge pull request #16059 from bene/develop
...
feat(minor): Add Custom Group Search for custom LDAP servers
2022-02-24 21:37:01 +05:30
mergify[bot]
ad7194f15c
Merge pull request #16126 from gavindsouza/update-title-types-raise
...
fix: Set message in Document.raise_no_permission_to
2022-02-24 13:44:50 +00:00
HENRY Florian
8b2591e266
feat(minor): No Copy attribute for custom fields ( #15915 )
...
Fix #13252

2022-02-24 12:26:50 +00:00
Gavin D'souza
783a63f8a2
fix: Raise PermissionError if user doesnt have access to document
2022-02-24 17:28:39 +05:30
gavin
7247971811
Merge pull request #16041 from gavindsouza/update-title-types
...
refactor(minor): Rename Document
2022-02-24 16:42:07 +05:30
gavin
aefbd6a4da
Merge pull request #16032 from resilient-tech/fix-14579
...
fix: Saving Client Script produces Error in Console
2022-02-24 16:29:17 +05:30
Suraj Shetty
1e4b592b45
Merge pull request #16011 from resilient-tech/remove-unused-flag
2022-02-24 14:43:24 +05:30
Suraj Shetty
24c6ae0816
Merge pull request #16121 from surajshetty3416/fix-form-navigation
2022-02-24 14:00:41 +05:30
gavin
63e035923b
chore: Simplify ldap_custom_group_search resolution
2022-02-24 13:34:57 +05:30
Suraj Shetty
0d33ca1c60
fix: Use sort_by field instead of non-existent sort_field
...
To get proper form navigation
2022-02-24 13:11:42 +05:30
Gavin D'souza
f8b52d8e4f
Merge branch 'develop' of github.com:frappe/frappe into update-title-types
2022-02-24 11:56:00 +05:30
Ankush Menat
13eab84189
Merge pull request #16119 from ankush/test_email_dom
...
test: fix flaky email domain test
2022-02-24 11:40:43 +05:30
Gavin D'souza
0859a3060c
chore: Remove comments, trailing whitespaces, etc
2022-02-24 11:35:00 +05:30
Gavin D'souza
6aec566325
test(test_api): Use login manager instead of request login
...
Also, move setUp for method into "correct" TestCase class
2022-02-24 11:34:29 +05:30