Suraj Shetty
02ffb1c2fa
Merge pull request #15663 from surajshetty3416/alert-colors
преди 3 години
Suraj Shetty
377eb88198
fix: Update alert colors according to the new design
преди 3 години
Suraj Shetty
1e70c02e43
Merge pull request #15659 from surajshetty3416/fix-toast-style
преди 3 години
Suraj Shetty
a7a265c4b1
fix: Set toast's background color based on alert type
преди 3 години
mergify[bot]
e153a087ca
fix(patch): reload property setter for new fields ( #15654 ) ( #15655 )
(cherry picked from commit 8f05cdb5d5
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
преди 3 години
Rushabh Mehta
acac60d061
fix(minor): allow auto close without permission check
преди 3 години
Rushabh Mehta
6752460f1e
fix(minor): smaller default image for empty list
преди 3 години
Pruthvi Patel
53d4ddca43
fix: Recursive routing for Form route ( #15539 )
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
преди 3 години
mergify[bot]
785d5d7232
Merge pull request #15491 from resilient-tech/fix-delete-property-setter
fix: customize same property for multiple rows of DocType Link / DocType Action
преди 3 години
Raffael Meyer
53dc9f528d
fix: document email in timeline ( #15592 )
преди 3 години
mergify[bot]
86f3e45956
Merge pull request #15634 from rohitwaghchaure/date-format-not-working-for-document-naming-rule
fix: the YYYY.MM.DD format not working for the document naming rule
преди 3 години
mergify[bot]
2885885716
Merge pull request #15636 from netchampfaris/datatable-rtl-column-resize
fix: datatable column resize in rtl
преди 3 години
Suraj Shetty
830a788294
Merge pull request #15641 from skjbulcher/kanban-click-drag-scroll
преди 3 години
Suraj Shetty
568a86393c
Merge branch 'develop' into datatable-rtl-column-resize
преди 3 години
Suraj Shetty
a630763849
style: Fix formatting
преди 3 години
John Bulcher
115bb8faed
feat: Add click-drag scrolling to kanban boards
преди 3 години
Shariq Ansari
3f7ede278d
build: Upgrade Frappe Gantt from 0.5.0 to 0.6.0 ( #15635 )
преди 3 години
Faris Ansari
6ef4b6833d
fix: datatable column resize in rtl
преди 3 години
Rohit Waghchaure
4b1eb47860
fix: the YYYY.MM.DD format not working for the document naming rule
преди 3 години
mergify[bot]
9c9c62d71c
Merge pull request #15632 from alyf-de/is_none
refactor: use `is None` instead of `== None`
преди 3 години
barredterra
b1383df15a
refactor: use `is None` instead of `== None`
преди 3 години
Suraj Shetty
eab99f4596
Merge pull request #15627 from surajshetty3416/fix-session-expiry
преди 3 години
Suraj Shetty
b6cb0fc1e7
fix: Pass SQL string of lastupdate instead of normal string
- Normal string of pypika field has additional quotes
which creates a invalid query
- `get_sql` returns column name without additional quotes
преди 3 години
Shadrak Gurupnor
c3409c818e
fix: patch for validating options field ( #15565 )
* fix: patch for validating options field
* fix: reorder patch execution
* refactor: reduce queries for patching
* refactor: change patch name and license
Co-authored-by: Ankush Menat <ankush@frappe.io>
преди 3 години
mergify[bot]
2ea25f0baa
Merge pull request #15615 from ankush/perm_import
fix: AttributeError when calling frappe.permissions.$function
преди 3 години
Ankush Menat
d09fd25ad7
fix: import permissions
For some reason not importing this is causing issue with running the
functionality directly; specifically when running from background job.
преди 3 години
mergify[bot]
1313d66fae
Merge pull request #15561 from ruthra-kumar/data_exporter_bug
fix: data exporter throwing exception
преди 3 години
ruthra
93ae700612
test: add test cases for Data Export tool
преди 3 години
Rushabh Mehta
0486cde0a5
Merge pull request #15606 from rmehta/fix-user-info
fix: load user_info on-demand
преди 3 години
Suraj Shetty
db5fab52ed
Merge pull request #15610 from surajshetty3416/toggle-theme-option
преди 3 години
Suraj Shetty
645f23a9a7
fix: Add toggle theme as standard dropdown option
- For new sites toggle theme was not available. It was added via patch for old sites.
преди 3 години
Rushabh Mehta
545a3a3ac4
fix(minor): handle for illegal user
преди 3 години
gavin
dcbb9bb60f
Merge pull request #15597 from gavindsouza/refactor-backup-tests
refactor: Test Commands
преди 3 години
Rushabh Mehta
b08f9f3649
fix(minor): linting errors
преди 3 години
Rushabh Mehta
d2b9fc89ed
fix(minor): incorrect condition
преди 3 години
Rushabh Mehta
5b5662ed9a
fix(minor): remove print
преди 3 години
Rushabh Mehta
853287f49d
fix: load user_info on-demand
преди 3 години
Gavin D'souza
023269d927
test(fix): Remove options passed in archive backup tests
* Run archive tests only for MariaDB
* Removed and added the options for root and admin passwd because they
were in the site_config and not in common_ :')
преди 3 години
Gavin D'souza
d5b3fc04e0
fix: Breaking backup tests due to site settings
преди 3 години
mergify[bot]
daab7b580f
Merge pull request #15601 from ruchamahabal/fix-field-placement
fix(minor): Is Custom field placement in Role form
преди 3 години
Rucha Mahabal
b878b71e37
fix(minor): Is Custom field placement in Role form
преди 3 години
mergify[bot]
fa2cbe6a45
Merge pull request #15483 from Aradhya-Tripathi/at-fix
fix: fixed `frappe.db.escape` in query generated by query builder
преди 3 години
Gavin D'souza
7136106e3d
test: Clear cache on updating system settings
преди 3 години
Gavin D'souza
9e281e7b19
refactor: Test Commands
* Separate out test case for backup cases
* Split each case into separate tests
* Add teardown to remove files geenrated in custom paths
* Rename test that wasn't running
* Rename test cases for consistency
преди 3 години
mergify[bot]
a54bf39ec3
Merge pull request #15591 from sumaiya2908/html-editor-fixes
fix: html mode for ace editor
преди 3 години
Rushabh Mehta
712cf9563e
Merge pull request #15563 from Alchez/dev-connected-app-auth-url
fix: allow longer authorization URIs
преди 3 години
Rushabh Mehta
beada02a7e
Merge pull request #15436 from sumaiya2908/cleanup-portal
refactor(UI): cleanup portal pages
преди 3 години
Summayya
75c0e76030
fix: html mode for ace editor
преди 3 години
mergify[bot]
85fc42a1ea
Merge pull request #15549 from nextchamp-saqib/handle-504-errors
fix: catch exceptions while parsing json on request failure
преди 3 години
Summayya
9ce0031d7c
refactor: code indentation
преди 3 години