Faris Ansari
0dcf5e6a54
fix: raise error if child doc not found
(cherry picked from commit 8acbc38670
)
il y a 2 ans
Faris Ansari
8806eae1b2
fix(frappe.client): delete child doc via parent
so that parent's on_update is called
no change for deletion of normal doctype
(cherry picked from commit 55bc60433f
)
il y a 2 ans
Shariq Ansari
a4b88f2110
Merge pull request #18447 from frappe/mergify/bp/version-14-hotfix/pr-18425
il y a 2 ans
Maharshi Patel
c85fb2d17b
fix(UI): consider 2px border at grid end
(cherry picked from commit 6b1c825741
)
il y a 2 ans
Shariq Ansari
f3ad63abf4
fix(UI): lesser margin if cell is focused
(cherry picked from commit 98e1813de1
)
il y a 2 ans
Maharshi Patel
1ab1ac2a98
chore(DX): camelCase to snake_case & separate functions.
(cherry picked from commit 57aad87166
)
il y a 2 ans
Maharshi Patel
ec0912355e
fix(UI): child table custom horizontal scroll
(cherry picked from commit 60d6cb1040
)
il y a 2 ans
mergify[bot]
a5db2269b5
build(deps): bump restricted python ( #18435 ) ( #18439 )
has better support for 3.10
https://github.com/zopefoundation/RestrictedPython/pull/215/files
(cherry picked from commit 38686d44fb
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
il y a 2 ans
mergify[bot]
5d3e97a7b6
fix: Show error page even when routing fails ( #18437 ) ( #18438 )
(cherry picked from commit cc72dc47ab
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
il y a 2 ans
mergify[bot]
a2ba0aac19
fix: add flags to set_permission for docshares ( #18416 ) ( #18429 )
* add flags to set_permission for docshares
* refactor: don't expose flags to client side
* fix add_docshare
* style: black formatting
[skip ci]
Co-authored-by: Leonard Goertz <leonard.goertz@noventive.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit cfbab92249
)
Co-authored-by: Leonard Goertz <49870752+uepselon@users.noreply.github.com>
il y a 2 ans
mergify[bot]
c47de0dcdc
fix(dx): resolve_class ( #18417 ) ( #18421 )
* fix(resolve_class): ignore False values
* fix: allow multiple arguments
* fix: remove unnecessary condition
* test: resolve_class
(cherry picked from commit 4f650854b8
)
Co-authored-by: Faris Ansari <netchampfaris@users.noreply.github.com>
il y a 2 ans
mergify[bot]
63e3c61a46
fix: Notifications. Get Alerts for Today button #18423 ( #18428 )
(cherry picked from commit 94398aab0e
)
Co-authored-by: avc <94137451+git-avc@users.noreply.github.com>
il y a 2 ans
mergify[bot]
f833e5d52a
fix: reshuffle __newname field to accommodate under 1st Tab Break ( #18406 ) ( #18427 )
* fix: reshuffle __newname field to accommodate under 1st Tab Break
* fix: handle empty condition
(cherry picked from commit 35995f0153
)
Co-authored-by: Saurabh <saurabh6790@gmail.com>
il y a 2 ans
Rohan
c73e2e2219
feat: allow syncing new fields in Doctype Layout ( #18408 )
* feat: allow syncing new fields in Doctype Layout
* fix: handle new layout syncs differently
* fix: ux improvements on doctype layout
* fix: append custom layout JS to existing doctype JS
* style: linter
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io>
il y a 2 ans
Shariq Ansari
9e9203b497
Merge pull request #18412 from frappe/mergify/bp/version-14-hotfix/pr-18400
il y a 2 ans
Shariq Ansari
cb866f921e
fix(UI): Child table responsive
(cherry picked from commit 9280a41e27
)
il y a 2 ans
Ankush Menat
19a394e99f
test: drop/fix flaky tests
il y a 2 ans
mergify[bot]
6848ee9c57
fix: explicitly set doctype in queries ( #18403 ) ( #18405 )
(cherry picked from commit 2f358dea03
)
Co-authored-by: Dany Robert <danyrt@wahni.com>
il y a 2 ans
Ankush Menat
031c1321e8
Merge pull request #18399 from frappe/jinja_escape
fix: correct import for markupsafe.escape
il y a 2 ans
Ankush Menat
c2f1c5744b
fix: correct import for markupsafe.escape
ref: https://github.com/pallets/jinja/issues/1626
il y a 2 ans
mergify[bot]
73758d7883
feat: search in translated title, if we show title ( #17828 ) ( #18395 )
* refactor: use meta.translated_doctype
* refactor: get_title_field_query
* feat: search in title, if we show title
* refactor: build_for_autosuggest
* style: black
* fix: don't order translated doctypes by untranslated relevance
* feat: match all fields for translated doctypes
* feat: translate all fields in description, remove redundant title
* refactor: title in link
* fix: show name in description for title links
(cherry picked from commit 3d17e1589e
)
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
il y a 2 ans
mergify[bot]
7c9ee6d4a7
fix: google calendar sync times ( #18384 ) ( #18394 )
(cherry picked from commit 77ae997b14
)
Co-authored-by: PeterG <this-gavagai@users.noreply.github.com>
il y a 2 ans
mergify[bot]
e0d6d0b7b1
fix: progress bar not disappearing ( #18375 ) ( #18392 )
* fix: progress bar not disappearing
* style: format
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit 729be707cb
)
Co-authored-by: stephen <stephenBDT@users.noreply.github.com>
il y a 2 ans
mergify[bot]
a0f92537c5
refactor: load balanced parallel tests without orchestrator ( #18386 ) ( #18390 )
* feat: dry run in test runner for debuggin
* refactor: load balance TestRunner using # of tests
(cherry picked from commit cfee53d573
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
il y a 2 ans
Shariq Ansari
c219f2a5dc
Merge pull request #18388 from frappe/mergify/bp/version-14-hotfix/pr-18380
il y a 2 ans
Shariq Ansari
5eb803ca95
fix: format currency value as float while grid upload
(cherry picked from commit 95f23b3adb
)
il y a 2 ans
mergify[bot]
23caa1f93b
perf: Perform `db.set_value` with single query only (backport #18305 ) ( #18349 )
* perf: single query `db.set_value`
(cherry picked from commit cee2b50461
)
* fix: better cache validation
- Only delete a single doc if we know which doc changed
- Drop all docs other wise (kinda bad, but this isn't used frequently,
will fix when visiting entire caching system again)
(cherry picked from commit bfa6a5fbdf
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
il y a 2 ans
Ankush Menat
702e8674f9
refactor: use file api to read import data ( #18379 )
* refactor: use file api for reading data in import
* fix: remove unused import
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Faris Ansari <netchampfaris@users.noreply.github.com>
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
il y a 2 ans
mergify[bot]
f52a8c52dc
build(deps): bump oauthlib ( #18377 )
CVE-2022-36087 - https://github.com/advisories/GHSA-3pgj-pg6c-r5p7
(cherry picked from commit 29d423ef18
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
il y a 2 ans
Ankush Menat
5e2ac2c745
fix: trigger release
semantic bot needs fix/feat
il y a 2 ans
Shariq Ansari
96e8912d0d
Merge pull request #18368 from frappe/mergify/bp/version-14-hotfix/pr-18315
il y a 2 ans
Shariq Ansari
83d49d184c
fix: responsive
(cherry picked from commit 16fb96f6bd
)
il y a 2 ans
Shadrak Gurupnor
efb29e20db
chore: reduce margin to occupy more items
(cherry picked from commit 6a492840ce
)
il y a 2 ans
Ritwik Puri
59f00b4540
Merge pull request #18364 from frappe/mergify/bp/version-14-hotfix/pr-18361
fix: Set email account in Communication only if exists (backport #18361 )
il y a 2 ans
Nabin Hait
3282805294
fix: Set email account in Communication only if exists ( #18361 )
(cherry picked from commit e821699c82
)
il y a 2 ans
mergify[bot]
271e4d69ce
fix: type-error in email signature code ( #18353 ) ( #18363 )
* fix: type-error in email signature code
* refactor: import
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit 768daf0961
)
Co-authored-by: stephen <stephenBDT@users.noreply.github.com>
il y a 2 ans
mergify[bot]
e9ecef7c11
fix: ignore if df doesn't exist ( #18358 ) ( #18360 )
(cherry picked from commit b03e0752b9
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
il y a 2 ans
mergify[bot]
bbfab52f5b
fix: link field self linking ( #18330 ) ( #18357 )
(cherry picked from commit 426ecc5a1e
)
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>
il y a 2 ans
mergify[bot]
372dc2a51d
fix: always show list filters and add confirmation when deleting filters (backport #18343 ) ( #18348 )
* feat: auto-show list filters and add confirmation when deleting filters
(cherry picked from commit 683db938e3
)
* fix(UX): always show saved filters
(cherry picked from commit f063194e20
)
Co-authored-by: Rohan Bansal <rohan@parsimony.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
il y a 2 ans
mergify[bot]
4c5d468747
chore: fix es translations ( #18347 )
Typo corrections and translations added.
(cherry picked from commit df9417fa25
)
Co-authored-by: avc <94137451+git-avc@users.noreply.github.com>
il y a 2 ans
mergify[bot]
3524dfd1d4
ci: Verify yarn lock file ( #18336 ) ( #18338 )
(cherry picked from commit 66710ae5c5
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
il y a 2 ans
mergify[bot]
316abf2095
feat: allow auto clearing notificaiton log ( #18344 ) ( #18345 )
(cherry picked from commit 4020513712
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
il y a 2 ans
mergify[bot]
9cafce85bb
fix(notification): redirect to the referenced document if present otherwise go to notification log ( #18334 ) ( #18339 )
(cherry picked from commit 121a6e1108
)
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>
il y a 2 ans
Ankush Menat
66592827f4
fix: make --record optional for cypress tests #18341
il y a 2 ans
Ankush Menat
e510104a7d
chore: record UI runs
il y a 2 ans
mergify[bot]
132b089f32
build(deps): bump snyk from 1.707.0 to 1.996.0 ( #18311 ) ( #18337 )
Bumps [snyk](https://github.com/snyk/snyk ) from 1.707.0 to 1.996.0.
- [Release notes](https://github.com/snyk/snyk/releases )
- [Commits](https://github.com/snyk/snyk/compare/v1.707.0...v1.996.0 )
---
updated-dependencies:
- dependency-name: snyk
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 6c2f73a030
)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
il y a 2 ans
Revant Nandgaonkar
db3736eff3
fix: make --record optional for cypress tests ( #18332 )
il y a 2 ans
mergify[bot]
e7ff04c4e7
fix: set system time on doc for `Now` ( #18288 ) ( #18328 )
(cherry picked from commit 4a3259ed92
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
il y a 2 ans
Ankush Menat
160a15bac1
Merge pull request #18320 from frappe/mergify/bp/version-14-hotfix/pr-18318
fix: convert string check to tuple check (backport #18318 )
il y a 2 ans
Faris Ansari
8be9e1b180
fix: convert string check to tuple check
breaks as `'in <string>' requires string as left operand` when
df.fieldtype is None
(cherry picked from commit c00d9f5267
)
il y a 2 ans