mergify[bot]
d4175f673d
Merge pull request #16362 from alyf-de/delete_doc_if_exists
perf: exists is already checked in delete_doc
há 3 anos
Suraj Shetty
6de9d13569
Merge pull request #16364 from surajshetty3416/auto-hide-page-head
há 3 anos
Suraj Shetty
7a9536332e
feat: Hide page head while scrolling down
- To create more reading area in the form
há 3 anos
barredterra
8cf2bf8953
refactor: call getfullargspec only once
há 3 anos
barredterra
179c9f117c
perf: exists is already called in delete_doc
há 3 anos
barredterra
44a7c0dd93
fix: copy dict before popping keys
há 3 anos
barredterra
512c622487
test: make sure `exists` doesn't eat the doctype key
há 3 anos
mergify[bot]
6dfd279863
Merge pull request #16336 from hrwX/fix_parse_email_test
chore: prefix test for parse_email
há 3 anos
Suraj Shetty
a1664330a7
Merge pull request #16344 from frappe/mergify/bp/develop/pr-16239
há 3 anos
Shariq Ansari
5c6c9bb5c4
fix: resolved conflicts in database.py
há 3 anos
Shariq Ansari
d97c7e7caf
fix: resolved conflicts in permissions.py
há 3 anos
Raffael Meyer
12f69fb399
fix: allow falsy values
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
há 3 anos
Shariq Ansari
aa0d10fe0e
fix: First set in model then save attachment
há 3 anos
mergify[bot]
367e3fdb4e
Merge pull request #16357 from tirkarthi/fix-assert-1
test: Use assertEqual instead of assertEquals for Python 3.11 compatibility.
há 3 anos
Karthikeyan Singaravelan
880832671a
fix: use assertEqual instead of assertEquals for Python 3.11 compatibility
há 3 anos
Suraj Shetty
47d9f0573d
Merge pull request #16353 from frappe/mergify/bp/develop/pr-16018
há 3 anos
Sagar Vora
810867a0d5
fix: merge conflict
há 3 anos
Isaiah Galorport
dbb622fce1
fix: Other user must not able to delete other user's comment except System Manager ( #16018 )
* fix: Other user must not able to delete other user's comment except Admin
* Update frappe/public/js/frappe/form/footer/form_timeline.js
Co-authored-by: Sagar Vora <sagar@resilient.tech>
* fix: Close condition scope
Co-authored-by: Sagar Vora <sagar@resilient.tech>
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
(cherry picked from commit e4137ca8a1
)
# Conflicts:
# frappe/public/js/frappe/form/footer/form_timeline.js
há 3 anos
mergify[bot]
3c37944f44
Merge pull request #16334 from ankush/exists_go_brrr
perf: limit rows to 1 for `get_value` and `exists`
há 3 anos
Ankush Menat
1054a1203e
fix: assinging thread locals to global variables
há 3 anos
Ankush Menat
a832aa27af
chore: whitespace
há 3 anos
Shariq Ansari
fbac6fbfb4
fix: only remove \n\t from start and end
(cherry picked from commit 7bb172365f
)
# Conflicts:
# frappe/database/database.py
há 3 anos
Shariq Ansari
b2c0bf7a4e
fix: remove tab \t and newlines \n from start of query and remove from middle
(cherry picked from commit ac5effc7dd
)
# Conflicts:
# frappe/database/database.py
há 3 anos
Shariq Ansari
10fbb4330a
fix: setting permissions to any role of some doctypes is not working
(cherry picked from commit 6612232bab
)
# Conflicts:
# frappe/permissions.py
há 3 anos
Ankush Menat
85428e817d
test: get_value(s) with limits
há 3 anos
Ankush Menat
b97cfed6d7
perf: limit rows to 1 for get_value and exists
há 3 anos
mergify[bot]
f47331cd1d
Merge pull request #16200 from alyf-de/refactor-db-exists
refactor: `frappe.db.exists`
há 3 anos
mergify[bot]
9032cb25fe
Merge pull request #16220 from pateljannat/web-form-list-empty-state
fix: web form list empty state
há 3 anos
mergify[bot]
49621746b7
Merge pull request #16213 from pateljannat/web-form-list-button
fix: web form list button
há 3 anos
Suraj Shetty
afd5956e31
style: Fix formatting
há 3 anos
Jannat Patel
039566a81b
Merge branch 'develop' into web-form-list-button
há 3 anos
Jannat Patel
d5b62d4d2d
Merge branch 'develop' into web-form-list-empty-state
há 3 anos
mergify[bot]
2c5a0b084e
Merge pull request #16338 from alyf-de/remove-useless-fallback
refactor: remove unused fallback value
há 3 anos
barredterra
f650408daa
refactor: use frappe.parse_json
há 3 anos
barredterra
2718685368
refactor: update_in_all_rows
há 3 anos
mergify[bot]
cf0765916e
Merge pull request #16340 from alyf-de/refactor-backup-utils
fix: backup utils
há 3 anos
mergify[bot]
5c709b3750
Merge pull request #16341 from alyf-de/remove-useless-pass
refactor: remove useless pass, log error
há 3 anos
Himanshu
3bab770bec
Merge pull request #16342 from alyf-de/fix-concat
fix: use result of `Array.concat()`
há 3 anos
barredterra
9a2a2e7abe
fix: assign result of concat
há 3 anos
barredterra
8a4f316ec5
refactor: remove useless pass, log error
há 3 anos
barredterra
1d3ec42974
fix: send_email doesn't take arguments
há 3 anos
barredterra
4b8efc5ebd
fix: typo in parameter name
há 3 anos
barredterra
0d8733c462
refactor: remove unused import
há 3 anos
barredterra
a6c9b23471
refactor: use local method refresh_field
há 3 anos
barredterra
687ca6972d
refactor: remove unused fallback
há 3 anos
barredterra
1934340a1b
refactor: don't assign variable to itself
há 3 anos
Himanshu
fd374150fd
Merge branch 'develop' into fix_parse_email_test
há 3 anos
hrwx
5187663d73
chore: prefix test for parse_email
há 3 anos
hrwx
e5b32c326b
chore: sider fixes
há 3 anos
hrwx
0a94d025a2
feat: use mobile native camera
há 3 anos