Ejaaz Khan
081908540d
feat: add FC billing banner on Desktop
2026-02-18 16:08:12 +05:30
Patel Aasif Khan
9c0acda79a
fix: Fixed Email Header folding issue with Message-ID ( #35266 )
...
* fix: Fixed Email Header folding issue with Message-ID
* fix: email header folding with smtp policy refold
* chore: linter
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
2026-02-18 14:33:13 +05:30
Harsh Patadia
849a935e20
fix: List Settings UI Issue ( #36903 )
...
* fix: List Settings UI Issue #36861
* fix: removed extra padding from top, made everything vertically aligned
* fix: properly formatted the changes made to the file
* fix: failing linter
* fix: failing linter
* fix: failing linter
* fix: failing linter
* fix: failing linter
* fix: formatting
* refactor: code cleanup
---------
Co-authored-by: priyanshshah2442 <priyanshshah2442@gmail.com>
Co-authored-by: Ejaaz Khan <ejaaz@frappe.io>
2026-02-18 14:14:09 +05:30
Gursheen Kaur Anand
9dcbd870c4
Merge pull request #37156 from GursheenK/open-link-icon-overflow
...
fix(minor): open link button overflows in grid row
2026-02-18 13:09:37 +05:30
Soham Kulkarni
739eae4a4e
Merge pull request #36983 from KerollesFathy/fix-kb-layout
...
fix: adjust padding and layout for knowledge base
2026-02-18 12:51:48 +05:30
Suraj Shetty
c0806fabe8
Revert "fix(safe-exec): Allow WITH queries" ( #37175 )
2026-02-18 07:21:41 +00:00
Soham Kulkarni
44566953aa
Merge pull request #37174 from frappe/allow-with
...
fix(safe-exec): Allow WITH queries
2026-02-18 12:36:35 +05:30
Balamurali M
87ea953609
fix(safe-exec): Allow WITH queries
...
ref: https://mariadb.com/docs/server/reference/sql-statements/data-manipulation/selecting-data/common-table-expressions/with
2026-02-18 12:21:50 +05:30
Soham Kulkarni
46d56e1f52
Merge pull request #37157 from sokumon/awesomebar
...
fix(desktop): call setup once
2026-02-18 11:44:42 +05:30
Sayantan Ghosh
84bfc8aa91
fix: frappe.call for website now handles 417 errors ( #32362 )
...
this is to bring parity between the two `frappe.call` methods: one for the website and one for the framework.
2026-02-18 06:00:27 +00:00
Ejaaz Khan
1262479ad3
Merge pull request #37146 from Vibhuti410/fields-table-ui-alignment
...
fix: resolve text input extra line causing table break and align checkbox
2026-02-18 11:20:26 +05:30
Ejaaz Khan
b1c5977ee4
Merge pull request #37145 from GursheenK/autocomplete-editable-grid
...
fix: autocomplete field dropdown in editable grid row
2026-02-18 11:13:34 +05:30
Frappe
100e9528da
fix: resolve text input extra line causing table break and align checkbox
2026-02-18 10:19:24 +05:30
Akash Tom
bdb6d07ed9
fix: render checkbox state appropriately on changing page ( #37148 )
2026-02-18 08:27:21 +05:30
Soham Kulkarni
c6ba17e514
fix(grid): styling of focus grid control ( #37169 )
2026-02-18 08:21:34 +05:30
sokumon
0ebef17256
fix: remove other creation option
2026-02-18 03:37:54 +05:30
sokumon
a0bb44f0f0
fix: close notification pane correctly
2026-02-17 23:40:15 +05:30
Aarol D'Souza
a043c26709
Merge pull request #35318 from AarDG10/add-custom-hook
...
feat(server script): parse child table list onto server script for customizations
2026-02-17 23:05:32 +05:30
sokumon
481d43e0e5
fix(desktop): call setup once
2026-02-17 22:18:09 +05:30
Akhil Narang
9d5a3c2537
Merge pull request #37144 from akhilnarang/fix-raw-html-check
...
fix: only allow raw_html if an email template is passed
2026-02-17 22:15:22 +05:30
Gursheen Anand
91091a9098
fix: use inline-flex to vertically center open icon
2026-02-17 21:49:12 +05:30
Gursheen Anand
8bb725d90f
fix: remove sleep delay
2026-02-17 21:20:42 +05:30
Soham Kulkarni
2eb1af09cd
Merge pull request #36755 from sokumon/add-to-workspace
...
fix(ux): create workspace
2026-02-17 21:07:42 +05:30
Aarol D'Souza
9eef4f6dae
fix: force type check in whitelisted methods ( #37044 )
...
* fix(contact): force type check in contact whitelisted methods
* fix(google_indexing): force type check in google_indexing whitelisted methods
* fix(assignment_rule): add type checks to assignment_rule whitelisted methods
* refactor: remove unused args
* fix(queue): add type hints to whitelisted methods in queue.py
* fix(auto_email_report): add type hints to whitelisted methods
* fix(dashboard): add type hints to whitelisted methods
* fix(sidebar_item_group): add type hints to whitelisted methods
* fix(weasyprint): add type hints to whitelisted methods
* fix(backups): add type hints to whitelisted methods
* fix(document_naming_settings): add type hints to whitelisted methods
* fix(get_latest_submissions): add type hints to whitelisted methods
* fix(custom_field): add type hints to whitelisted methods
* fix(customize_form): add type hints to whitelisted methods
* fix(personal_data_deletion_request): add type hints to whitelisted functions
* fix(__init__): add type hints to whitelisted methods
* fix(prepared_report): add type hints to whitelisted methods
* fix(session_default_settings): add type hints to whitelisted methods
* fix(document_follow): add type hints to whitelisted methods
* fix(route_history): add type hints to whitelisted methods
* fix(form_tour): add type hints to whitelisted methods
* fix(dashboard_settings): add type hints to whitelisted methods
* fix(address): add type hints to whitelisted methods
* fix(contact): add type hints to whitelisted methods
* fix(discussion_reply): add type hints to whitelisted methods
* fix(auto_repeat): add type hints to whitelisted methods
* fix: add the missing type hints and misc. corrections
* fix(email): add type hints to whitelisted methods
* fix(permitted_documents_for_users): add type hints to whitelisted methods
* fix: correct the type hints
* fix: int PK types
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2026-02-17 15:16:30 +00:00
Safwan
2231252fe8
Merge pull request #37141 from safwansamsudeen/gantt-dark-mode
...
fix: dark mode in Gantt
2026-02-17 17:09:02 +05:30
Gursheen Anand
e83a80bd6c
fix: take available width for dropdowns in grid and limit minWidth
2026-02-17 16:38:40 +05:30
Gursheen Anand
9d4cec10aa
fix: handle autocomplete field dropdown similar to link in editable grid
2026-02-17 16:34:00 +05:30
Safwan
7e0de9a902
Merge pull request #37126 from safwansamsudeen/fetch-all-gantt-fields
...
fix: fetch all required gantt fields
2026-02-17 16:27:48 +05:30
Safwan Samsudeen
f43e2eb6ea
chore: bump gantt version
2026-02-17 16:20:23 +05:30
sokumon
96b37742da
fix: add back the add to desktop button
2026-02-17 16:13:44 +05:30
sokumon
6750191419
chore: add type hints
2026-02-17 16:10:10 +05:30
sokumon
9c2b2f97aa
fix: remove other options for creation
2026-02-17 16:10:10 +05:30
sokumon
4ee7c9a54c
fix: create workspaces from the frontend
2026-02-17 16:10:10 +05:30
sokumon
c82e455370
fix: make the default icon color as gray
2026-02-17 16:10:10 +05:30
sokumon
5716365661
fix(ux): show new icon
2026-02-17 16:10:10 +05:30
sokumon
0587320d78
fix: delete icon and sidebar for non exported workspaces
2026-02-17 16:10:10 +05:30
sokumon
4eeeebc657
fix(ux): add to desktop button on workspace
2026-02-17 16:10:10 +05:30
Soham Kulkarni
461ec2245b
Merge pull request #36898 from sokumon/role-home-page
...
fix: redirect system users to role home page
2026-02-17 16:08:08 +05:30
Akhil Narang
20c211cb3c
fix: only allow raw_html if an email template is passed
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-02-17 15:58:50 +05:30
Ankush Menat
c38815c60c
fix: limit join param to get_all ( #37131 )
2026-02-17 10:19:54 +00:00
MochaMind
a624b42472
fix: sync translations from crowdin ( #36984 )
...
* fix: Spanish translations
* fix: Serbian (Cyrillic) translations
* fix: Burmese translations
* fix: Serbian (Latin) translations
* fix: Russian translations
* fix: Russian translations
* fix: Portuguese, Brazilian translations
* fix: Slovenian translations
* fix: Persian translations
2026-02-17 09:50:21 +00:00
Akhil Narang
5d86be2e76
Merge pull request #36754 from Abdeali099/add-total-row-if-filterd
...
fix: handle total row in export of data
2026-02-17 15:11:31 +05:30
Safwan Samsudeen
e321744510
fix: fetch all required gantt fields
2026-02-17 14:40:43 +05:30
Ankush Menat
69dbd05e87
fix: rebuild tree should process nodes in *some* order ( #37116 )
...
Co-authored-by: Shrihari Mahabal <shriharimahabal08@gmail.com>
Co-authored-by: Nabin Hait <nabinhait@gmail.com>
2026-02-17 14:33:40 +05:30
Sumit Jain
4e07945376
fix: Changed label from "Enabled" to "Enabled System Notification" in notification settings. ( #37115 )
2026-02-17 08:55:09 +00:00
Prathamesh Kurunkar
200bdccc0e
fix: include "Time" fieldtype in read-only check for grid row focus ( #36968 )
2026-02-17 14:02:57 +05:30
Akash Tom
8e43252816
fix: activity toggle render ( #36974 )
...
Co-authored-by: Akash Tom <krantheman@Akashs-MacBook-Pro.local>
2026-02-17 13:33:55 +05:30
Akash Tom
9803a75a3c
fix: link dropdown repositioning on child table horizontal scroll ( #36996 )
2026-02-17 13:30:44 +05:30
Akash Tom
8b276237b9
fix: navigation api for explicit sorting ( #37080 )
...
* fix: navigation api for explicit sorting
* fix: add type annotations
* fix: dont ignore perms
2026-02-17 13:28:55 +05:30
Diptanil Saha
d227e54202
fix(setup-wizard): display enabled languages on language field in setup wizard ( #36982 )
2026-02-17 07:57:35 +00:00