Shariq Ansari
3140cd2fb5
Merge branch 'develop' into clear-all-filters
2023-04-17 20:19:56 +05:30
Shariq Ansari
c12406fa3e
test: fixed failing UI test
2023-04-17 14:38:27 +05:30
Suraj Shetty
52b57d1f84
Merge pull request #20727 from harshtandiya/fix-owner
2023-04-17 12:53:10 +05:30
Suraj Shetty
06cf10edf1
Merge pull request #20730 from surajshetty3416/fix-misc-17-10
2023-04-17 12:47:10 +05:30
Suraj Shetty
9938ab0f44
fix: Remove Background Jobs from dropdown
2023-04-17 12:16:30 +05:30
Suraj Shetty
cdb943d49a
fix: Show background jobs only to permitted users
2023-04-17 12:03:43 +05:30
Mohammad Hussain Nagaria
65903a5d6d
Merge branch 'develop' into fix-owner
2023-04-17 11:47:48 +05:30
Suraj Shetty
52d284ff0f
fix: Hide dropdown menu on click
2023-04-17 11:43:36 +05:30
Harsh Tandiya
78829441dd
fix: make owner restricted
...
Co-authored-by: Mohammad Hussain Nagaria <NagariaHussain@users.noreply.github.com>
2023-04-17 11:39:25 +05:30
Suraj Shetty
c262eaf18d
fix: Redirect Background Jobs to RQ Jobs
2023-04-17 11:19:19 +05:30
Suraj Shetty
1053fba273
fix: Patch to update Background Jobs URL
2023-04-17 11:18:58 +05:30
Suraj Shetty
eced6a3dc1
fix(export): Use fieldname if label is not set
2023-04-17 10:09:20 +05:30
Ritwik Puri
a232c751e5
fix: remove desk access for Guest in post_model_sync ( #20719 )
...
since we added used_oauth colum in User Email, it used to fail as it wasn't present in db in pre-model
when migrating from v13 to v14
2023-04-16 19:35:04 +05:30
Shariq Ansari
8c7d0017e3
Merge pull request #20706 from shariquerik/freeze-modal-z-index
2023-04-14 17:51:36 +05:30
Shariq Ansari
602120eb8c
Merge branch 'develop' into freeze-modal-z-index
2023-04-14 17:30:30 +05:30
Shariq Ansari
477335eb4a
fix: prioritize modal over freeze in grid-form
2023-04-14 17:26:24 +05:30
Wolfram Schmidt
4a7e039b87
fix: allow renaming workflow action master ( #20698 )
...
allow to rename work flow action masters will help to consolidate and make sure that typos can be corrected at ease
2023-04-14 14:53:04 +05:30
Ankush Menat
1e9ede40fa
fix: stale frappe.local ( #20695 )
...
* fix: stale `frappe.local`
Co-Authored-By: Aditya Hase <aditya@adityahase.com>
* fix: force re-init in request
To ensure that any one bad request can not completely cause recurring
loop of broken requests due to bad locals, we just force-init locals on
every request.
---------
Co-authored-by: Aditya Hase <aditya@adityahase.com>
2023-04-14 14:19:01 +05:30
Ankush Menat
76e576c83e
test: fix print view test from lang
2023-04-14 09:07:00 +05:30
Raffael Meyer
652202132d
fix: remove guest permission from language ( #20677 )
...
* fix: remove guest permission from language
* fix: allow "All" to select a Language
* fix: allow "All" to read a Language
2023-04-13 18:07:28 +05:30
Anand Baburajan
b62bb8b0ec
fix: allow filter values to be saved in custom report ( #20623 )
2023-04-13 17:42:21 +05:30
Shariq Ansari
26c5a1926b
Merge branch 'develop' into clear-all-filters
2023-04-13 17:05:20 +05:30
Shariq Ansari
d635467c7e
Merge pull request #20671 from shariquerik/group-btn-overlap
2023-04-13 17:02:33 +05:30
Shariq Ansari
8a11ad3a6f
Merge branch 'develop' into group-btn-overlap
2023-04-13 16:23:57 +05:30
Suraj Shetty
8a0b7e2c79
Merge pull request #20610 from pps190/report-view-dt
2023-04-13 14:56:00 +05:30
Shariq Ansari
a342439494
Merge pull request #20682 from shariquerik/filter-with-captitalized-opearator-fix
2023-04-13 14:48:14 +05:30
Shariq Ansari
4913b679a7
Merge branch 'develop' into filter-with-captitalized-opearator-fix
2023-04-13 14:14:24 +05:30
Shariq Ansari
6b2b161876
fix: filter with capitalized operator was getting bypassed
2023-04-13 14:11:52 +05:30
Ankush Menat
cbb7c4a91c
test: fix imghdr test
2023-04-13 12:47:37 +05:30
Ritwik Puri
ac351166b2
fix: pull from email account every 10 mins instead of 4 mins (by default) ( #20675 )
2023-04-13 12:36:14 +05:30
Ankush Menat
0cab0b830d
refactor: replace imghdr with filetype ( #20680 )
...
* refactor: replace `imaghdr` with `filetype`
```
11:52:06 worker.1 | /home/ankush/benches/develop/apps/frappe/frappe/core/doctype/file/utils.py:2: DeprecationWarning: 'imghdr' is deprecated and slated for removal in Python 3.13
```
* feat: improved extension guessing using filecontent
2023-04-13 12:19:08 +05:30
Shariq Ansari
844f25e646
chore: minor change in the filter icons
2023-04-12 18:09:07 +05:30
Shariq Ansari
398fe0d84f
fix: group buttons are overlapping
2023-04-12 17:07:23 +05:30
Mohammad Hussain Nagaria
f46d1aefa9
refactor: use urljoin to build picture url ( #20664 )
2023-04-12 13:38:23 +05:30
Suraj Shetty
188b6a6fdd
Merge pull request #20665 from phot0n/log-err-email-server
2023-04-12 13:24:38 +05:30
phot0n
c7632d0e51
fix: use frappe.log_error in EmailServer exception handling
2023-04-12 13:20:32 +05:30
Ankush Menat
3e95c00fd0
fix: dont track webhook request log ( #20663 )
...
logs dont change
[skip ci]
2023-04-12 11:51:24 +05:30
Ankush Menat
c5f36a4979
fix(UX): workspace breadcrumbs based on history ( #20529 )
...
* fix(UX): Resolve breadcrumb conflicts from history
Same report can be part of 2 workspace, in which case use breadcrumbs
from last workspace.
* fix: make sure last workspace belongs to same module at least
2023-04-12 10:56:05 +05:30
Shariq Ansari
2623391e8f
Merge pull request #20658 from shariquerik/update-docfield-property-fix
2023-04-12 10:55:35 +05:30
Shariq Ansari
66df0e9abc
fix: update property if field exist
2023-04-12 10:53:34 +05:30
Ankush Menat
e42c072d4a
Merge pull request #20656 from barredterra/format_timedelta
...
refactor: pretty_date
2023-04-12 09:52:02 +05:30
Ritwik Puri
a1396349fe
chore: translate successful redirection message in web_form
2023-04-12 00:00:53 +05:30
barredterra
44bb745035
fix: change pretty date expectations in test
2023-04-11 15:56:05 +02:00
barredterra
fcb705b41d
chore: docstring for pretty_date
2023-04-11 15:50:17 +02:00
barredterra
9f1feaab02
refactor: pretty_date
2023-04-11 15:44:03 +02:00
Ankush Menat
d7b474f4ac
Merge pull request #20648 from ankush/translations_hooks_order
...
fix(translations)!: load translation in installed app order
2023-04-11 18:29:01 +05:30
Shariq Ansari
eeedfd0f2c
fix: filter button border when have active filters
2023-04-11 18:09:26 +05:30
Ankush Menat
d5a9f198ec
refactor: set docfield options without method ( #20653 )
2023-04-11 18:08:19 +05:30
Shariq Ansari
87799bb0ec
Merge branch 'develop' into clear-all-filters
2023-04-11 17:32:32 +05:30
Shariq Ansari
7037b408a3
fix: separate clear all filter button grouped with filter button
2023-04-11 17:30:58 +05:30