Faris Ansari
b61a37a233
fix: Notification test in Postgres ( #7044 )
pirms 6 gadiem
Frappe Bot
94ea028db3
Merge branch 'master' into develop
pirms 6 gadiem
Frappe Bot
37fa2dc7f6
Merge branch 'hotfix'
pirms 6 gadiem
Frappe Bot
907aacc1cf
bumped to version 11.1.14
pirms 6 gadiem
Rushabh Mehta
40dd3eb70f
Merge pull request #7046 from deepeshgarg007/comments
fix: Move comments from communication
pirms 6 gadiem
Rushabh Mehta
67d00d59d9
fix(migration): change user timestamp for reloading
pirms 6 gadiem
deepeshgarg007
2fac689455
fix: Reload comment doctype
pirms 6 gadiem
Aditya Hase
703e449cee
fix(hooks): Add missing commas
Fixes following scheduler error
ModuleNotFoundError: No module named 'frappe.deferred_insert.save_to_dbfrappe'; 'frappe.deferred_insert' is not a package
pirms 6 gadiem
deepeshgarg007
2b403c2b31
fix: Datatype for comment
pirms 6 gadiem
rohitwaghchaure
952dcedcc9
Merge pull request #7042 from rohitwaghchaure/after_bench_migrate_system_uncheck_disable_prepared_report
fix: after bench migrate system uncheck Disable Prepared Report in the report
pirms 6 gadiem
Rohit Waghchaure
80bb7cba8f
fix: after bench migrate system uncheck Disable Prepared Report in the report
pirms 6 gadiem
Rushabh Mehta
2012068f03
Merge pull request #7041 from frappe/revert-7039-fix-comment
Revert "fix: sanitise comments for js events"
pirms 6 gadiem
Rushabh Mehta
247c968964
Revert "fix: sanitise comments for js events"
pirms 6 gadiem
Rushabh Mehta
ee9b894a53
Merge pull request #7039 from scmmishra/fix-comment
fix: sanitise comments for js events
pirms 6 gadiem
Rushabh Mehta
d7ebaa07e9
Merge pull request #7038 from rmehta/unassign-rule-fix
Unassignment rule
pirms 6 gadiem
scmmishra
7ef38cb4cc
style: removed comments
pirms 6 gadiem
scmmishra
c6516f16d0
fix: sanitise comments for js events
pirms 6 gadiem
Rushabh Mehta
ecf6eedd9e
fix(style): max height for timeline items, incase of long threads
pirms 6 gadiem
Rushabh Mehta
30f313e513
fix(assignment_rule): only apply unassign rule if assiged by the same rule
pirms 6 gadiem
Faris Ansari
83101c2682
Merge pull request #7034 from surajshetty3416/refactor-and-fixes
fix: Refactor frappe.require(web version) and fix timeline
pirms 6 gadiem
Sagar Vora
7974880460
fix: remove tag not working for tags with sanitised labels ( #7033 )
Fixes https://github.com/frappe/erpnext/issues/12501
Before:

After:

pirms 6 gadiem
Aditya Hase
5493d1dfa3
fix(test): Remove unused operations from chat tests ( #7028 )
Reduces frappe app test time by 20 seconds
pirms 6 gadiem
Anurag Mishra
cd191439fd
feat: Document subscription ( #6745 )
pirms 6 gadiem
Rushabh Mehta
313fb361dc
fix(style): max height for timeline items, incase of long threads
pirms 6 gadiem
sahil28297
7eb94a2d35
Merge pull request #7036 from sahil28297/create_contact_patch
fix(patch): ignore mandatory for creating contact through patch
pirms 6 gadiem
Sahil Khan
964fe26801
fix(patch): ignore mandatory for creating contact through patch
pirms 6 gadiem
Suraj Shetty
b230b83590
fix: frappe.require style import
pirms 6 gadiem
Suraj Shetty
ccfc02bcbb
fix: Set owner of doc as 'Guest' if doc.owner is undefined
- instead of seting owner as loggedin user
pirms 6 gadiem
Suraj Shetty
ef0eb75aa7
feat: refactor frappe.require(website version) to add multiple
script import
pirms 6 gadiem
Suraj Shetty
8ae185f7ff
chore: Set ecmaVersion = 8 in eslintrc to allow async await syntax
pirms 6 gadiem
Suraj Shetty
dcf3d2d061
fix: Avoid default of field if its depends_on field is not set ( #7004 )
Avoid default of field if its depends_on field is not set
For example, We have a field **represents_company** in Customer DocType. This field is relevant only if the **Is Internal Customer** checkbox is checked. So the problem is even if **is_internal_customer** is unchecked by default the system sets the default for **represents_company**.
This PR fixes that.
pirms 6 gadiem
Prateeksha Singh
5a67c57171
Merge pull request #7031 from pratu16x7/desk-use-container
fix(desk): use pre-existing container for desk
pirms 6 gadiem
Prateeksha Singh
85d1b768b9
fix(desk): use pre-existing container for desk
pirms 6 gadiem
FinByz Tech Pvt. Ltd
245a8186af
fix: Allowed guest to attach files to web forms ( #7017 )
Created the fix for the issue [#6774 ](https://github.com/frappe/frappe/issues/6774 ), in which guest can attach files in web forms like job application.
pirms 6 gadiem
Shivam Mishra
2a40eeb89a
Merge pull request #7023 from scmmishra/web-fixes
Web fixes
pirms 6 gadiem
scmmishra
ad2c192f76
Merge branch 'develop' of https://github.com/frappe/frappe into web-fixes
pirms 6 gadiem
Shivam Mishra
be3716cec5
Merge pull request #7024 from pratu16x7/remove-desk-test
chore(test): remove desk test
pirms 6 gadiem
Rushabh Mehta
9df07891ff
fix(xmlx): handle unparseable HTML
pirms 6 gadiem
Prateeksha Singh
a6d5a27de0
chore(test): remove desk test
pirms 6 gadiem
scmmishra
80ab621073
fix: Minor filter bug
Co-authored-by: Deepesh <deepeshgarg6@gmail.com>
pirms 6 gadiem
scmmishra
a6a4d3c112
style: Fix Codacy
pirms 6 gadiem
Rushabh Mehta
fd8aad457a
fix(query_report): fix progress bar to be shown only for reports over 5 seconds
pirms 6 gadiem
scmmishra
0f737d7834
fix: Minor css fix
pirms 6 gadiem
scmmishra
f69adb4314
style: Fixed button placement in web form page
pirms 6 gadiem
scmmishra
d97352c7ad
fix (webform): Fixed filters in web_from frid view
pirms 6 gadiem
scmmishra
fa4f88db07
fix (web form): Fixed link to doc form in form grid
pirms 6 gadiem
scmmishra
53b97e0fd5
fix (web-form): In form grid
pirms 6 gadiem
scmmishra
8ea272601f
fix: Added from_grid.less to web_form
pirms 6 gadiem
scmmishra
d484ee2d12
fix: button alignment on web-form
pirms 6 gadiem
scmmishra
f4efb7df0a
[fix] Awesomeplete breaking on web forms
- Added variables.less to awesomeplete
- Added awesompelete to web_form.css in build.json
pirms 6 gadiem