Nabin Hait
1c30523869
Fix: merge conflict
6 lat temu
Suraj Shetty
4086d2edef
Merge pull request #6782 from netchampfaris/misc-fixes-6
fix(timeline-item): User image urls dont load if they have a space
6 lat temu
Faris Ansari
e9b33630e9
fix(timeline-item): User images dont load if they have space in the url
6 lat temu
Saif
a9b782b861
fix(Caching): Clear document_cache in clear_doctype_cache (which is called from bench migrate) ( #6772 )
6 lat temu
Saurabh
d55d33ec9e
fix: syntax-fix treat obj as list ( #6776 )
6 lat temu
sahil28297
6d2b16cf42
fix(minor): assign_to field disappears while assigning a task/issue ( #6775 )
* fix(minor): assign_to field while assigning
* fix: remove whitespaces
6 lat temu
Suraj Shetty
bb7a2f04ac
Merge pull request #6769 from netchampfaris/dt-date-filter-fix
fix: DataTable date filter
6 lat temu
rohitwaghchaure
45fbd07af1
fix: increased threshold for making report as prepared report ( #6773 )
6 lat temu
Saurabh
d1bed88f3f
Merge branch 'staging' into develop
6 lat temu
Saurabh
cb089b3154
bumped to version 11.0.3-beta.49
6 lat temu
Saurabh
2fbf59522e
Merge branch 'master' into staging-fixes
6 lat temu
Saurabh
480b31587d
bumped to version 10.1.69
6 lat temu
rohitwaghchaure
4a20b550be
Merge pull request #6751 from rohitwaghchaure/emails_are_not_fetching
fix: Email inbox, system not pulling the latest emails
6 lat temu
Faris Ansari
c99726a3c2
fix(TableMultiSelect): Minor bugs ( #6730 )
* fix(TableMultiSelect): Minor bugs
- Show dropdown immediately after selecting a value
- Selecting first value in a new Form had no effect
- Delete last value on backspace
* fix: comment
* test(Table MultiSelect): Add tests, update database file
* test: Fix database name
* test: Fill description first
6 lat temu
Aditya Hase
14cedc40ca
fix(auth): Decode username, password obtained from cache ( #6770 )
6 lat temu
Aditya Hase
220ac9a137
fix(list-view): Cast docnames to str before sorting ( #6766 )
In Python 3 str and non-str comparison is not allowed.
Bulk delete operation fails when selected docnames meet following condition
1. at least on name can be casted to int or other types e.g. "1", "3123423524", "1.0"
2. at least on name that cannot be casted to other types e.g. "A", "56cd83dab1"
The root cause is $.data() which forcefully casts data-name to non string types when possible
6 lat temu
Faris Ansari
239d2dcfce
style: missing semicolon
6 lat temu
Faris Ansari
7e36e92148
fix: Custom Date filters in DataTable
Date comparison won't work with simple string comparison. Now, datatable allows to hook into how cell values are compared.
6 lat temu
Rushabh Mehta
61b7b1c0f4
fix(patch): set_backup_limit.py
6 lat temu
Rushabh Mehta
258c59c218
fix(ui): default icon for Web Page
6 lat temu
Sagar Vora
fff2c5f6f4
fix: message.seen not a function, replace with valid function ( #6753 )
6 lat temu
Rohit Waghchaure
59549eb9df
[Fix] Emails are not fetching
6 lat temu
Saurabh
ef7cb64fb4
Merge pull request #6747 from saurabh6790/requirement-fixes
fix(requirements.txt): block oauthlib package version to 2.1.0
6 lat temu
Deepesh Garg
f79e48ee40
build: Upgraded frappe-datatable ( #6732 )
* build: Upgraded frappe-datable
* Update datatable to 1.7.3
6 lat temu
Nabin Hait
f970a9fd61
fix(comments mention): Fix ascii issue in comments mention ( #6742 )
6 lat temu
Suraj Shetty
4c9ce1701c
fix: Remove quotes from desktop icon options ( #6746 )
* Show icon label instead of value
* Replicate link, icon & color while making a user copy of icon
6 lat temu
Saurabh
ebca5aabdb
fix: block oauth package version to 2.1.0
6 lat temu
Suraj Shetty
bd7dce75c3
Merge pull request #6700 from Kratos-Freyja/develop
fix: Users list doctype with Postgres
6 lat temu
Saurabh
835fc2c1a3
Merge branch 'staging' into develop
6 lat temu
Saurabh
22b1987dfa
bumped to version 11.0.3-beta.48
6 lat temu
Suraj Shetty
d2b7a45429
Revert fix: Remove extra bracket 🤦♂️
6 lat temu
Saurabh
f8810bbf9d
Merge pull request #6738 from surajshetty3416/fix-image-upload
fix: No permission for System Settings while uploading image
6 lat temu
Suraj Shetty
b0cadea875
Merge pull request #6706 from netchampfaris/cast-numeric-values
fix: Cast numeric values to int
6 lat temu
Suraj Shetty
cfca17c1be
Commonify code
6 lat temu
Nabin Hait
1d686e470b
fix(comp_dashboard): Company dashboard if goal is zero. ( #6719 )
6 lat temu
Deepesh Garg
84d3e63859
feat: Links in auto email report ( #6710 )
* feat: Link for fields in auto email report
* fix: Typo fix
* Added options for delimiter columns and option for dynamic links
* fix: Exclude currency from links
* fix: Test case for auto email report
* fix(Codacy): Removed unused import
* fix(test): Fix test case for auto email report
* fix(test): Fix test case for auto email report
6 lat temu
Deepesh Garg
900392efa3
fix : Auto email report fix for XLSX and CSV format ( #6729 )
6 lat temu
Suraj Shetty
c038318446
Remove unwanted network request to check setting
- check use_socketio_to_upload_file flag from
frappe.boot.sysdefaults.use_socketio_to_upload_file
instead of making network request
6 lat temu
Suraj Shetty
90b6baccf8
fix: Remove extra bracket
6 lat temu
Suraj Shetty
507e37e603
fix: use ORM instead of manually adding quotes
6 lat temu
Faris Ansari
b7c4593200
Merge branch 'develop' of https://github.com/frappe/frappe into cast-numeric-values
6 lat temu
Deepesh Garg
817d0744f8
feat: Function for linking reports with filters ( #6718 )
6 lat temu
Deepesh Garg
d4c2ff74c7
fix(UI Test): Cypress test case fix ( #6734 )
* fix(UI Test): Fix test cases for login
* fix: add missing semicolon
6 lat temu
Nabin Hait
5590193c8d
fix(version): getting version update ( #6717 )
* fix(version): getting version update
* fix(version): getting version update
6 lat temu
Deepesh Garg
c274882fd0
Display all filters in report view ( #6722 )
6 lat temu
Frappe Bot
1197271700
Fixed merge conflict
6 lat temu
Frappe Bot
0e5d378a8c
Merge branch 'staging-fixes' into staging
6 lat temu
Frappe Bot
727e000ab8
bumped to version 11.0.3-beta.47
6 lat temu
Suraj Shetty
9adbbd44c8
fix(permission): Role permission check with if_owner enabled ( #6726 )
* Allow user to access list even if there is only a docperm with if owner enabled
* Add test to check if user gets access to the list
- User should be able to access list even if the user has only
role for which docperm is created with if_owner check
* Remove commented code
6 lat temu
Saurabh
aa2f23efc4
Merge pull request #6724 from surajshetty3416/fix-patch-for-mac-users
fix(patch): Move frappe.db.commit() after transactional query
6 lat temu