Sagar Vora
c6049d7e7c
fix: always execute method if found in `__dict__` ( #15958 )
285823
3 years ago
mergify[bot]
fb3abfbe44
Merge pull request #16151 from sumaiya2908/child-table-required-fields
fix(grid): Add required symbol in table row heading
3 years ago
Ankush Menat
7688a0485e
Merge pull request #16162 from ankush/test/utils
feat: testing utilities
3 years ago
Ankush Menat
588fbe24ef
feat: testing utilities
3 years ago
Ankush Menat
b38c106f8c
Merge pull request #16157 from ankush/select_cust
fix!: block customizing select field type options
3 years ago
mergify[bot]
f41ed2d50b
Merge pull request #16138 from ChillarAnand/perm
test: Fix flaky permission test
3 years ago
Suraj Shetty
3276712d84
Merge branch 'develop' into perm
3 years ago
mergify[bot]
4d5803942b
Merge pull request #15794 from nextchamp-saqib/autocomplete-control
feat: Autocomplete control
3 years ago
Ankush Menat
014cd0cbaa
fix!: block customizing select field type options
3 years ago
Suraj Shetty
6caa0a5954
Merge branch 'develop' into autocomplete-control
3 years ago
Suraj Shetty
19c3fd923b
Merge pull request #16153 from ChillarAnand/tests
3 years ago
Summayya Hashmani
0d4cb2f6d6
refactor: remove jquery object
Co-authored-by: Sagar Vora <sagar@resilient.tech>
3 years ago
mergify[bot]
cbeb0c4132
Merge pull request #16005 from resilient-tech/fix-doc-hook
fix: forget return value after `run_method` execution
3 years ago
ChillarAnand
2b48c08340
fix: Fix flaky tests
3 years ago
Sagar Vora
741ea13db2
fix: forget return value after `run_method` execution
3 years ago
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**

3 years ago
Suraj Shetty
e10cd292f8
Merge pull request #16140 from deepeshgarg007/total_row_report_fix
3 years ago
Deepesh Garg
dad3a5c448
test: Update test case
3 years ago
Summayya
a09c8f9776
refactor: remove space
3 years ago
Summayya
31cefa7898
refactor: insert line
3 years ago
Summayya Hashmani
0af3796a6a
Merge branch 'frappe:develop' into child-table-required-fields
3 years ago
Summayya
503fc44036
refactor: add after content
3 years ago
Summayya
09f1f119b1
feat(small): add reqd class for heading
3 years ago
Ankush Menat
e2a17c38fd
revert: ignore_if_duplicate in postgres
breaking CI
3 years ago
Deepesh Garg
c1f1bf4061
fix: Unable to open query report
3 years ago
ChillarAnand
89b0181a8a
test: Fix flaky permission test
3 years ago
Saqib Ansari
429e142021
chore: add missing modified timestamp
3 years ago
Saqib Ansari
7ce128de6c
Merge branch 'develop' of https://github.com/frappe/frappe into autocomplete-control
3 years ago
Saqib Ansari
f98be2e19f
chore: undo unintentional creation timestamp change
Co-authored-by: gavin <gavin18d@gmail.com>
3 years ago
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>
3 years ago
Suraj Shetty
d3e79bf75f
Merge pull request #16133 from frappe/mergify/bp/develop/pr-16105
3 years ago
Lev Vereshchagin
dd1abf7f4e
fix(UI): Flaky link preview popover creation ( closes #15482 )
(cherry picked from commit 67e7dd44b5
)
3 years ago
mergify[bot]
290bcbae47
Merge pull request #16115 from sumaiya2908/fix-mobile-padding-form
fix: webform mobile view padding
3 years ago
gavin
31b0a5bafb
Merge pull request #16059 from bene/develop
feat(minor): Add Custom Group Search for custom LDAP servers
3 years ago
mergify[bot]
ad7194f15c
Merge pull request #16126 from gavindsouza/update-title-types-raise
fix: Set message in Document.raise_no_permission_to
3 years ago
HENRY Florian
8b2591e266
feat(minor): No Copy attribute for custom fields ( #15915 )
Fix #13252

3 years ago
Gavin D'souza
783a63f8a2
fix: Raise PermissionError if user doesnt have access to document
3 years ago
gavin
7247971811
Merge pull request #16041 from gavindsouza/update-title-types
refactor(minor): Rename Document
3 years ago
gavin
aefbd6a4da
Merge pull request #16032 from resilient-tech/fix-14579
fix: Saving Client Script produces Error in Console
3 years ago
Suraj Shetty
1e4b592b45
Merge pull request #16011 from resilient-tech/remove-unused-flag
3 years ago
Suraj Shetty
24c6ae0816
Merge pull request #16121 from surajshetty3416/fix-form-navigation
3 years ago
gavin
63e035923b
chore: Simplify ldap_custom_group_search resolution
3 years ago
Suraj Shetty
0d33ca1c60
fix: Use `sort_by` field instead of non-existent `sort_field`
To get proper form navigation
3 years ago
Gavin D'souza
f8b52d8e4f
Merge branch 'develop' of github.com:frappe/frappe into update-title-types
3 years ago
Ankush Menat
13eab84189
Merge pull request #16119 from ankush/test_email_dom
test: fix flaky email domain test
3 years ago
Gavin D'souza
0859a3060c
chore: Remove comments, trailing whitespaces, etc
3 years ago
Gavin D'souza
6aec566325
test(test_api): Use login manager instead of request login
Also, move setUp for method into "correct" TestCase class
3 years ago
Ankush Menat
76df55ab25
test: fix flaky email domain test
3 years ago
Summayya
fe57111556
fix: remove padding for mobile view
3 years ago
Gavin D'souza
ea7a53568f
test(TestFrappeClient): Set Admin password else skip
ref: https://github.com/frappe/frappe/runs/5303629148?check_suite_focus=true
3 years ago