Mangesh-Khairnar
0d6b8072df
fix: boilerplate creation
5 年之前
Suraj Shetty
b07b87392d
fix: Add field description and remove mandatory constraint
5 年之前
Suraj Shetty
eee41cac31
test: Add test for point allocation based on assignment
5 年之前
Suraj Shetty
7fe35a2d3c
fix: set default value in set_value as None to avoid error.
```
frappe.db.set_value('Call Log', log.name, {
fieldname: doc.name,
display_name_field: doc.get_title()
}, update_modified=False)
```
this code should not fail if value is not pass because value is passed in the dict.
5 年之前
mergify[bot]
5a3bdff130
Merge pull request #8455 from hrwX/use-getfullargspec
fix: use getfullargspec for type annotations
5 年之前
Aditya Hase
46eac3071f
Update auth.py
5 年之前
Aditya Hase
756d1faabb
Update auth.py
5 年之前
Faris Ansari
b6ed895ed8
fix(user): remove password update notification feature for secu… ( #8449 )
5 年之前
Raffael Meyer
ab86a89128
fix(docstring): params docname and description ( #8475 )
5 年之前
mergify[bot]
e1f3982a88
Merge pull request #8476 from deepeshgarg007/disable
fix: Validation for disabled link fields
5 年之前
deepeshgarg007
f7bfcd7fee
fix: Test Case for disabled role
5 年之前
deepeshgarg007
d3e7c54245
fix: Validation for disabled link fields
5 年之前
Himanshu Warekar
770f56f4ce
fix: set column width
5 年之前
Himanshu Warekar
57d27b3cda
Merge branch 'develop' of https://github.com/frappe/frappe into con-fix
5 年之前
mergify[bot]
ccc101e73f
Merge pull request #8470 from hrwX/em-fixx
fix(Email): 'NoneType' object has no attribute 'get'
5 年之前
ci2014
a8b53deb75
Fix loop error in utils.py
Property Setters got deleted on bench migrate and haven't been readded, because data was passed instead of d. Now it works.
5 年之前
Himanshu Warekar
e83b51bb82
Merge branch 'develop' of https://github.com/frappe/frappe into con-fix
5 年之前
Suraj Shetty
7b93d6ea33
fix: User Permission issue in Reports ( #8459 )
Data was not getting filtered properly because `get_linked_doctype`
was returning empty for some reports.
5 年之前
mergify[bot]
834233bed2
Merge pull request #8445 from netchampfaris/revert-delete-controller-files
fix: Dont delete controller files on doctype delete
5 年之前
Faris Ansari
76bfa7ccff
fix: Dont delete controllers in for_reload
5 年之前
mergify[bot]
ef20013e95
Merge pull request #8462 from ruchamahabal/is_set_filter_fix
fix(Report View): Error on setting Is Set filter for date fields
5 年之前
Himanshu Warekar
50f2d21249
Merge branch 'develop' of https://github.com/frappe/frappe into con-fix
5 年之前
Himanshu Warekar
cefd87b81a
fix: add primary email
5 年之前
Himanshu Warekar
cfbfc24398
fix: 'NoneType' object has no attribute 'get'
5 年之前
Himanshu Warekar
7c075703a1
fix: codacy
5 年之前
Sahil Khan
61bd8b71ad
Merge branch 'develop' into version-12
5 年之前
Sahil Khan
bcba2e3ee1
bumped to version 12.0.14
5 年之前
Aditya Hase
cd5a80b534
fix(security): Use frappe.render_template instead of Template.r… ( #8467 )
fix(security): Use frappe.render_template instead of Template.render
5 年之前
Aditya Hase
d67b995676
fix(security): Use frappe.render_template instead of Template.render
5 年之前
Himanshu Warekar
1fdb70ddba
fix: orm query
5 年之前
mergify[bot]
db6712e407
Merge pull request #8465 from rohitwaghchaure/flag_to_skip_redirect_on_error_from_quick_entry
feat: added flag to skip redirect on error for quick entry
5 年之前
Himanshu Warekar
a0a57f4a5d
tests: fix tests
5 年之前
Himanshu Warekar
cc8953ad66
tests: fix test cases
5 年之前
Rohit Waghchaure
79be132e3d
feat: added flag to skip redirect on error for quick entry
5 年之前
Himanshu Warekar
2da2026a9e
test: use get_doc when in_test
5 年之前
Himanshu Warekar
1df6ead779
Merge develop into ip-rest
5 年之前
Himanshu Warekar
b684ade868
fix: restore debugging code
5 年之前
Himanshu Warekar
c4d120273b
fix: priority for doctypes inglobal search
5 年之前
Himanshu Warekar
d12bbddf74
fix: check for duplicate entries
5 年之前
Rucha Mahabal
20ea14efe4
fix(Report View): Error on setting Is Set filter for date fields
5 年之前
Himanshu Warekar
200767e0a3
fix: get_doc while in test
5 年之前
Himanshu Warekar
4da29d099b
perf: reduce validate ip addr execution time
5 年之前
Himanshu Warekar
f3b7461498
fix: test fixes for same phone and mobile
5 年之前
Himanshu Warekar
283ee4d357
Merge branch 'develop' of https://github.com/frappe/frappe into con-fix
5 年之前
Suraj Shetty
ac1c242a14
feat: Energy Points for assigned users on a document
5 年之前
Aditya Hase
420c56bca0
fix: retain doc.name ( #8461 )
fix: retain doc.name
5 年之前
Suraj Shetty
61f98c6ce9
Merge pull request #8304 from netchampfaris/file-upload-fix
fix: Remove NestedSet from File
5 年之前
Shivam Mishra
3e390470ae
fix: retain doc.name
5 年之前
Faris Ansari
4b525f5f66
fix: Add sensible doctypes for global search
5 年之前
Faris Ansari
ef30490865
style: Unused variable
5 年之前