mergify[bot]
84c5cc2242
test: use FrappeTestCase everywhere (backport #17353 ) ( #17952 )
* test: undo custom field creation
(cherry picked from commit 41af9621cd
)
* test: Use FrappeTestCase everywhere
(cherry picked from commit 3e2d2a703a
)
# Conflicts:
# frappe/printing/doctype/print_format/test_print_format.py
# frappe/tests/test_commands.py
# frappe/tests/test_config.py
# frappe/tests/test_oauth20.py
# frappe/tests/test_translate.py
# frappe/tests/test_utils.py
* fix: dont use sendmail with now=True
(cherry picked from commit 1c9ea57279
)
* test: skip badly written test temporarily
(cherry picked from commit 613d8472b4
)
* chore: conflicts
Co-authored-by: Ankush Menat <ankush@frappe.io>
Co-authored-by: phot0n <ritwikpuri5678@gmail.com>
před 2 roky
mergify[bot]
5f4e0531cd
feat: remove subtree ( #17647 ) ( #17954 )
* feat: remove subtree
* test: remove_subtree
(cherry picked from commit d05ed27a01
)
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
před 2 roky
Suraj Shetty
affcf4940c
Merge pull request #17940 from frappe/mergify/bp/version-14-hotfix/pr-17937
před 2 roky
Suraj Shetty
a1609abca7
fix: Set last_value for check
- Revert https://github.com/frappe/frappe/pull/17390 since it used to set this.value before triggering change events... due to this this.last_value & this.value was having same value in change events of some control (eg. link field)
- set_input has the responsibility to set this.value and this.last_value properly.
(cherry picked from commit 2e91e92227
)
před 2 roky
Ankush Menat
9de12a0cee
Merge pull request #17936 from frappe/mergify/bp/version-14-hotfix/pr-17884
fix: permissions dont refresh when switching doc (backport #17884 )
před 2 roky
Ankush Menat
032dcc4003
refactor: convert control.perm to a property
(cherry picked from commit 722d57637f
)
před 2 roky
Ankush Menat
2e03bf7749
fix: permissions dont refresh when switching doc
Grid permissions aren't refreshed when switching docs.
Setup permissions like this:
1. Normal perm - read
2. If owner - read + write + others
3. Open a normal doc -> is read only so grid is read only.
4. Now go back and open a created doc -> grid will be read only or empty
(if no rows)
fix: make grid.perm a computed property that refers to form instead of
duplicating this.
ref: ISS-22-23-01733
(cherry picked from commit 80d264a7b4
)
před 2 roky
mergify[bot]
fb50a90a47
fix: translate import warnings ( #17924 ) ( #17931 )
(cherry picked from commit 63a60c6457
)
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
před 2 roky
mergify[bot]
7af2b19fd1
fix: 'TopBarItem' object does not support item assignment #17926 ( #17927 )
TypeError: 'TopBarItem' object does not support item assignment
(cherry picked from commit 9358655ae2
)
Co-authored-by: Faris Ansari <netchampfaris@users.noreply.github.com>
před 2 roky
mergify[bot]
7c8a125c74
perf: avoid coalescing wherever possible ( #17920 ) ( #17925 )
(cherry picked from commit cdb0732646
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
před 2 roky
Shariq Ansari
7747695485
Merge pull request #17922 from frappe/mergify/bp/version-14-hotfix/pr-17918
před 2 roky
Shariq Ansari
3a7bacc7be
chore: moved include script from html to web_form.bundle.js
(cherry picked from commit d17fd03958
)
před 2 roky
Shariq Ansari
db2424bfef
chore: removed unused code
(cherry picked from commit 78ab3d8429
)
před 2 roky
Shariq Ansari
d555173bc8
revert: use meta fields in standard webforms
(cherry picked from commit 5ca89e0dad
)
před 2 roky
Ritwik Puri
5e4fd0090f
Merge pull request #17911 from frappe/mergify/bp/version-14-hotfix/pr-17883
fix: fetch email domain values for email account (backport #17883 )
před 2 roky
phot0n
372b10837d
fix: use debounced frappe.call on domain selection
Also removed tag from domain and service labels in email account doctype
(cherry picked from commit 141693a75b
)
před 2 roky
phot0n
5dd54073c5
chore: move all email domain attributes to a global variable
(cherry picked from commit c450058a37
)
před 2 roky
phot0n
5477340e9e
fix: fetch values from email domain for email account
* chore: remove dead code related to fetching the same
(cherry picked from commit a3cd00a3ed
)
před 2 roky
mergify[bot]
83d6a0b9a3
Merge pull request #17909 from frappe/mergify/bp/version-14-hotfix/pr-17294
chore: remove old code where User Permissions were set in `tabDefaultValue` (backport #17294 )
před 2 roky
Suraj Shetty
0f44b09bb6
fix: Resolve conflicts
před 2 roky
Sagar Vora
7dbdfda895
fix: clear `notifications` cache when deleting a Notification
(cherry picked from commit c5face41b3
)
před 2 roky
Sagar Vora
c4486246da
test: clear `lang_full_dict` from local cache
(cherry picked from commit 2866721a78
)
# Conflicts:
# frappe/tests/test_translate.py
před 2 roky
Sagar Vora
dc8cd73666
chore: remove old code where User Permissions were set in `tabDefaultValue`
(cherry picked from commit 63e760e3ad
)
před 2 roky
Suraj Shetty
4c56aaba26
Merge pull request #17908 from frappe/mergify/bp/version-14-hotfix/pr-17863
před 2 roky
Shariq Ansari
1543bf97a7
feat: added not saved indicator if form is dirty
(cherry picked from commit 2b57e77f29
)
před 2 roky
Shariq Ansari
6f15acb527
style: rating field style changes in view mode
color field causing error in view mode (fixed)
(cherry picked from commit 7d245268ea
)
před 2 roky
Shariq Ansari
26089c2b73
fix: include Color field in Web Form fieldtypes
(cherry picked from commit fb8ba3d881
)
před 2 roky
Shariq Ansari
db30c7f7ba
fix: setup field's change event instead of input change event
(cherry picked from commit 02da933c16
)
před 2 roky
Shariq Ansari
30ea75af6c
fix: title should never be empty
(cherry picked from commit 4b4d66d2a3
)
před 2 roky
Shariq Ansari
af05e8868d
fix: show webform name and webform doc name on header
(cherry picked from commit 309b42f1a3
)
před 2 roky
Shariq Ansari
00af4f8e5c
fix: show introduction in edit mode
(cherry picked from commit 66389932d1
)
před 2 roky
Shariq Ansari
cab022e4c6
fix: show discard dialog only if form is dirty
(cherry picked from commit b1944916c3
)
před 2 roky
Shariq Ansari
88186d3243
fix: submit button should always be on extreme right
(cherry picked from commit 364366ae99
)
před 2 roky
Shariq Ansari
d286ca36c2
fix: text editor overflow issue
(cherry picked from commit c5f64d43bb
)
před 2 roky
Shariq Ansari
9231bc4e1b
fix: minor success page css changes
(cherry picked from commit 5cdf21d8ee
)
před 2 roky
Shariq Ansari
69e706f2de
fix: foreach doesnt work for html element looping
(cherry picked from commit fc2defcc3f
)
před 2 roky
Shariq Ansari
2d7b015d61
fix: remove page breaks without any fields in it
(cherry picked from commit 8bd012da0c
)
před 2 roky
Shariq Ansari
bacb2cf2e5
fix: replaced clear button with discard button
(cherry picked from commit 9288d0cebf
)
před 2 roky
Shariq Ansari
57437f957b
test: fixed failing unit test
(cherry picked from commit 6ed42f5213
)
před 2 roky
Shariq Ansari
cb7ef15339
test: fixed failing UI test
(cherry picked from commit 2181233c75
)
před 2 roky
Shariq Ansari
7746bea3ad
fix(minor): success page button css (responsive)
(cherry picked from commit 7ae2202b75
)
před 2 roky
Shariq Ansari
278d9b3d45
chore: sider fixes
(cherry picked from commit 05b1a99e53
)
před 2 roky
Shariq Ansari
f23f909c67
fix: made web form skeleton responsive
(cherry picked from commit eb7dccaae2
)
před 2 roky
Shariq Ansari
2741b91490
fix: made web form and web list responsive
(cherry picked from commit 0889d9137f
)
před 2 roky
Shariq Ansari
bbba5f1a4e
fix: moved banner image in to page header section
(cherry picked from commit 3c9bc6f1ec
)
před 2 roky
Shariq Ansari
e52993fa59
chore: minor fixes
(cherry picked from commit f03e5e2d1e
)
před 2 roky
Shariq Ansari
95c0868b89
fix: added cancel button in clear form dialog
(cherry picked from commit 68318aacd3
)
před 2 roky
Shariq Ansari
627a72fa97
fix: make clear button link which trigger warning dialog
(cherry picked from commit ce67ee1bc6
)
před 2 roky
Shariq Ansari
ba53a2b23e
fix: show clear button only if form is dirty and
move previous button on right side if clear button is visible
(cherry picked from commit df3eff1a8d
)
před 2 roky
Shariq Ansari
995ffa30d9
fix: formatted Section,Column,Page Breaks in webform field table and more
Show fields label in Field column both in web form fields table and web form list column table. Also enabled mandatory field in grid view
(cherry picked from commit 029bea6774
)
před 2 roky