Shariq Ansari
5ec4001340
feat: set app as default from apps page
2024-08-12 17:06:56 +05:30
Shariq Ansari
11b699c60d
Merge branch 'develop' into app-switcher
2024-08-12 16:29:34 +05:30
Shariq Ansari
b8263aaf55
fix: redesigned the apps page
2024-08-12 16:23:14 +05:30
Akhil Narang
0d9fa7d942
Merge pull request #27359 from akhilnarang/developer-mode-no-dormant
...
chore(scheduler): never mark sites as dormant if running in developer mode
2024-08-12 16:22:56 +05:30
Akhil Narang
c95f8215ed
Merge pull request #27362 from akhilnarang/partial-revert-26841
...
chore: don't track some hidden fields in timeline by default
2024-08-12 15:52:22 +05:30
Akhil Narang
9c0e0237a3
chore: don't track some hidden fields in timeline by default
...
Whoever wants can enable it on their site
Partial revert of #26841
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-12 15:23:46 +05:30
Suraj Shetty
1c95183b43
Merge pull request #27064 from frappe/f1007
2024-08-12 14:52:53 +05:30
Suraj Shetty
5f9fdf2c0e
Merge branch 'develop' into f1007
2024-08-12 14:39:33 +05:30
Shariq Ansari
0f0cf07ff5
fix: added include_as_app in hooks which is used to show app on apps page
2024-08-12 14:20:49 +05:30
Akhil Narang
fc12e46171
Merge pull request #27188 from blaggacao/chore/adapt-webhook-preview
...
chore: adapt webhook preview
2024-08-12 13:34:03 +05:30
Akhil Narang
3efd8c6d71
chore(scheduler): never mark sites as dormant if running in developer mode
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-12 13:27:14 +05:30
David
ac0e46669d
fix: spec preview fields statically on the frontend
2024-08-09 13:50:41 +02:00
Shariq Ansari
b3694b34cf
refactor: common api to get apps with details
2024-08-09 12:16:10 +05:30
Rushabh Mehta
b25ff5ba71
Merge pull request #27345 from rmehta/extend-quick-entry
...
fix(minor): Quick Entry now subclasses from Dialog
2024-08-09 11:10:45 +05:30
gruener
8a2aa92389
fix: Fixes mariadb orm to return list instead of tuple as the typisat… ( #27179 )
...
* fix: Fixes mariadb orm to return list instead of tuple as the typisation suggests it
* fix: inverted fix for pg: Expect tuple as data_type for _transform_result
* fix: Fixed failing upstream spec due to data_type change
2024-08-09 09:27:07 +05:30
Rushabh Mehta
864c82bbb5
fix(minor): quick_entry.js - getter/setter for mandatory property
2024-08-08 21:50:24 +05:30
Rushabh Mehta
a6ab011208
fix(minor): quick_entry.js - use this.mandatory if set for backward compatibility
2024-08-08 21:01:49 +05:30
Shariq Ansari
09ac7feb3a
fix: check if all installed apps are desk app then route to /app
2024-08-08 21:00:11 +05:30
Shariq Ansari
50325727df
feat: added default app selector in system settings
2024-08-08 20:18:40 +05:30
Shariq Ansari
3f5d6d2c7f
feat: added default app selector in user doctype
2024-08-08 19:54:02 +05:30
Akhil Narang
333f08dc83
Merge pull request #27347 from akhilnarang/sentry-fixes
...
fix: check to ensure field is defined
2024-08-08 19:18:12 +05:30
Akhil Narang
f337af5386
fix: check to ensure field is defined
...
TypeError: Cannot read properties of undefined (reading 'qty')
at <object>.round_floats_in(../../../../../apps/frappe/frappe/public/js/frappe/model/model.js:793:25)
at erpnext.TransactionControllerconversion_factor(../../../../../apps/erpnext/erpnext/public/js/controllers/transaction.js:1195:17)
at erpnext.selling.SellingControllerconversion_factor(../../../../../apps/erpnext/erpnext/public/js/utils/sales_common.js:365:11)
at <anonymous>(../../../../../apps/erpnext/erpnext/public/js/controllers/transaction.js:1254:16)
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-08-08 19:03:23 +05:30
Shariq Ansari
b8328c43c2
fix: do not allow guest or website user to access apps page
2024-08-08 18:29:16 +05:30
Shariq Ansari
5a668acb03
fix: do not show Apps option for website user in /me page
2024-08-08 18:29:16 +05:30
Shariq Ansari
9c03bcce5b
fix: redirect to default path on login
2024-08-08 18:29:16 +05:30
Shariq Ansari
67eb28d836
fix: redirect to apps if multiple apps installed or redirect to apps portal
2024-08-08 18:29:16 +05:30
Shariq Ansari
8e7da4cd7e
fix: single checkbox to track telemetry & allow recording
2024-08-08 18:29:16 +05:30
Shariq Ansari
d7b217b384
Merge branch 'develop' into app-switcher
2024-08-08 18:27:19 +05:30
Rushabh Mehta
74d9c622bc
fix(minor): Quick Entry now subclasses from Dialog
2024-08-08 17:48:22 +05:30
Raffael Meyer
0b47a255c2
fix: split attribution text into multiple lines ( #27343 )
2024-08-08 10:33:37 +00:00
Raffael Meyer
e57ca79783
feat: flesh out boilerplate for script report ( #27301 )
2024-08-08 11:32:56 +02:00
Raffael Meyer
71eb3704bd
fix: preserve exif data in optimized image ( #27341 )
2024-08-08 11:28:32 +02:00
s-aga-r
cf869ed186
Merge pull request #27332 from s-aga-r/refactor-fm-tz
...
refactor(Frappe Mail): pass `last_synced_at` in system timezone
2024-08-08 13:40:29 +05:30
Rushabh Mehta
68a8b65ac4
Merge pull request #27299 from rmehta/workspace-settings
...
feat: Workspace Settings - allow enabling and disabling of workspaces during setup
2024-08-07 20:58:09 +05:30
Rushabh Mehta
d4e7551481
fix(minor): add column break in workspace settings modal
2024-08-07 20:41:32 +05:30
Rushabh Mehta
057d32a02d
fix(test): complete workspace setup before running UI tests
2024-08-07 18:16:52 +05:30
Rushabh Mehta
6f8d66b39c
Merge pull request #27189 from cogk/fix-hide-backdrop-on-row-delete-in-modal
...
fix(grid): Hide backdrop when deleting row in modal
2024-08-07 16:13:24 +05:30
Corentin Forler
036bdf0445
fix(grid): Hide backdrop when deleting row in modal
2024-08-07 12:26:44 +02:00
Rushabh Mehta
0a00b40cee
fix(test): complete workspace setup before running UI tests
2024-08-07 10:01:41 +05:30
Rushabh Mehta
0837a39335
fix(test): complete workspace setup before running UI tests
2024-08-07 09:50:17 +05:30
Rushabh Mehta
519bdec3e9
fix(test): complete setup before running UI tests
2024-08-07 09:21:57 +05:30
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
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