s-aga-r
3662825559
refactor(Frappe Mail): pass last_synced_at in system timezone
2024-08-06 19:49:01 +05:30
Akhil Narang
07760e359a
Merge pull request #27322 from akhilnarang/fix-auto-email-report-check-report-defined
...
fix(auto_email_report): ensure that a report is selected before we try to apply filters
2024-08-06 12:52:51 +05:30
Akhil Narang
ae2ffa8c7e
fix(auto_email_report): ensure that a report is selected before we try to apply filters
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-06 12:38:29 +05:30
Akhil Narang
fb3a41cf24
Merge pull request #27311 from akhilnarang/dont-create-feed-entry-for-deleted-deleted-document
...
chore(deleted_document): don't create feed entry on deletion
2024-08-06 10:12:01 +05:30
Nihantra C. Patel
279c365916
fix: field sorting in listview ( #27187 )
...
* fix: field sorting in listview
* fix: field sorting in listview
2024-08-06 09:29:28 +05:30
avc
9a5aac232b
Merge branch 'frappe:develop' into fix-report-excel-translation
2024-08-05 17:12:28 +02:00
Akhil Narang
5916e41249
Merge pull request #27312 from cogk/perf-lazy-load-flags
...
perf(utils): Lazy load flags img in frappe.utils.flag
2024-08-05 20:16:43 +05:30
Sumit Bhanushali
f47dd1253b
Merge pull request #27313 from frappe/sheet_title_fix
...
remove unsupported characters from sheet title
2024-08-05 18:20:58 +05:30
Sumit Bhanushali
1c35f2216f
fix(XLSX): remove unsupported characters from sheet title
2024-08-05 18:01:30 +05:30
Corentin Forler
ff0bec5838
perf(utils): Lazy load flags img in frappe.utils.flag
2024-08-05 14:29:19 +02:00
Akhil Narang
05bf4bb5a4
chore(deleted_document): don't create feed entry on deletion
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-05 17:13:19 +05:30
Corentin Forler
4dbcc12470
feat(DurationControl): Parse duration string input
2024-08-05 13:00:38 +02:00
Frappe PR Bot
c06a854ea8
chore: update POT file ( #27300 )
2024-08-04 17:39:39 +02:00
El-Shafei H.
ac4b670792
fix: add translation function to route label text ( #27175 )
...
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
2024-08-04 12:12:58 +00:00
Rushabh Mehta
774d86f642
feat: Workspace Settings - allow enabling and disabling of workspaces during setup
2024-08-04 13:41:08 +05:30
s-aga-r
1ca390b189
Merge pull request #27294 from s-aga-r/default-notification
...
fix: default notification
2024-08-03 12:25:16 +05:30
s-aga-r
20224011b8
fix: default notification
2024-08-03 10:48:17 +05:30
s-aga-r
e9e327104d
fix: get value with ignore=True
2024-08-03 09:35:45 +05:30
Shariq Ansari
138fc02c3c
fix: patch to add apps navbar item in default navbar items in navbar settings
2024-08-02 20:21:49 +05:30
Shariq Ansari
9b3c46e700
fix: include apps link in standard navbat items
2024-08-02 20:12:50 +05:30
Shariq Ansari
a568017335
fix: include apps link in navbar in login screen
2024-08-02 20:12:22 +05:30
Shariq Ansari
69bb43ab13
feat: Apps page
2024-08-02 20:10:57 +05:30
Shariq Ansari
60cfeb0dee
Merge pull request #27278 from shariquerik/translate-header-block
...
fix: header block is not translatable
2024-08-02 17:07:50 +05:30
Akhil Narang
e91186cb62
Merge pull request #27283 from Nihantra-Patel/fix_grid_row_filter
...
fix: child table filter
2024-08-02 16:25:39 +05:30
Osama Shaikh
84fd056439
fix: Allow track changes for Roles and Allowed Modules child tables in User DocType ( #26841 )
...
* fix: Allow track changes for Roles and Allowed Modules child tables in User DocType
* fix: lint
* feat: config in docfield to show field in timeline
* fix: enable 'Show on Timeline' only when hidden is checked
2024-08-02 16:18:36 +05:30
Nihantra C. Patel
a44c88b084
fix: child table filter
2024-08-02 12:32:15 +05:30
Shariq Ansari
c308279158
fix: translate header inner text if it is a simple text
2024-08-02 12:05:07 +05:30
Shariq Ansari
cafa9fdcad
fix: header block is not translatable
2024-08-01 17:01:40 +05:30
Shariq Ansari
c4aa49743e
Merge pull request #27269 from shariquerik/fetch-from-in-quick-entry
...
fix: fetch from is not working in quick entry form
2024-08-01 10:29:37 +05:30
Akhil Narang
d00b5a1497
Merge pull request #27259 from barredterra/print-sidebar-checkboxes
...
fix: layout of checkboxes in print sidebar
2024-07-31 18:28:28 +05:30
Shariq Ansari
5e94b05a7f
fix: set fields value if this.frm exist
2024-07-31 17:25:54 +05:30
s-aga-r
b8e4f30e59
perf: use seperate endpoint to send newsletters ( #27268 )
2024-07-31 16:52:19 +05:30
Shariq Ansari
43cd2ce97c
fix: fetch from not working in quick entry form
2024-07-31 16:41:21 +05:30
Akhil Narang
80d1a1ed68
Merge pull request #27199 from akhilnarang/query-report-fix-undefined-execution-time
...
fix(query_report): don't crash if `execution_time` isn't defined
2024-07-31 12:28:53 +05:30
Nihantra C. Patel
33a84b1c23
fix: Email Sent Twice ( #27227 )
...
* fix: Email Sent Twice
* fix: Email Sent Twice
* fix: Email Sent Twice
2024-07-31 12:26:08 +05:30
Akhil Narang
79dbe35fbc
Merge pull request #27256 from barredterra/make-workspace-buttons-translatable
...
fix: make workspace buttons translatable
2024-07-31 11:34:13 +05:30
barredterra
88ba015775
fix: layout of checkboxes in print sidebar
2024-07-30 21:33:13 +02:00
Raffael Meyer
6da35eca45
fix: disable fuzzy matching while updating po files ( #27257 )
2024-07-30 19:06:12 +00:00
barredterra
6eaf381dcc
fix: make workspace buttons translatable
...
Resolves https://github.com/frappe/frappe/pull/27221/files#r1696441166
2024-07-30 20:22:28 +02:00
Frappe PR Bot
10e296a779
chore: update POT file ( #27253 )
2024-07-30 18:16:30 +00:00
Raffael Meyer
f75da85d83
fix: remove context from translatable strings in Workspace ( #27249 )
2024-07-30 20:14:57 +02:00
Raffael Meyer
b0bba0ad31
fix: extract translatable strings from .vue files ( #27251 )
2024-07-30 17:44:06 +00:00
mahsem
bf92887259
fix: translation in form.js ( #26907 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
2024-07-30 19:31:24 +02:00
avc
4a1506c1d3
Merge branch 'frappe:develop' into fix-report-excel-translation
2024-07-29 20:09:14 +02:00
Rushabh Mehta
785ea29c47
Merge pull request #27221 from rmehta/move-workspace-button
...
fix(minor): move Create Workspace button to footer
2024-07-29 22:59:38 +05:30
Rushabh Mehta
4a602917a8
fix(test): fix workspace_blocks.js
2024-07-29 22:25:08 +05:30
Rushabh Mehta
e19dce1fe0
fix(ui): cleanup workspace edit buttons
2024-07-29 18:56:13 +05:30
David
281d53d98f
feat: set variable datatable tree depth
2024-07-29 14:37:57 +02:00
Akhil Narang
feef3b57c1
Merge pull request #27228 from arunmathaisk/develop
...
fix: http to https for url
2024-07-29 17:11:51 +05:30
Arun
ae3f8f455b
fix: http to https for url
2024-07-29 13:53:25 +05:30