Commit graph

47564 commits

Author SHA1 Message Date
David
1c4a0fe54f
feat: add read only document mode 2024-10-02 12:02:52 +02:00
David Arnold
b7c8d7368c
Merge pull request #27936 from blaggacao/fix/build-workspace-wehbook-log
fix: build workspace, add webhook log
2024-10-02 00:14:00 +02:00
David Arnold
2423c0ff8d
Merge pull request #27954 from blaggacao/fix/add-url
fix: add url to local for custom method to use
2024-10-01 16:35:19 +02:00
David
3a64effe9b
fix: add url to local for custom method to use 2024-10-01 16:21:29 +02:00
Akhil Narang
7b0c4f495c
Merge pull request #27818 from cogk/feat-add-hide-label-checkbox-on-print-format
feat(print_format): Add checkbox to hide label
2024-10-01 16:30:13 +05:30
Akhil Narang
f4ca408376
Merge pull request #27817 from cogk/fix-labels-for-text-editor-fields
fix(print)!: Add labels on Text Editor fields
2024-10-01 16:29:59 +05:30
Akhil Narang
22a64461aa
Merge pull request #27921 from barredterra/redirect-after-rename
feat: redirect to new record after rename
2024-10-01 15:53:37 +05:30
Sumit Bhanushali
199c27f34e
Merge pull request #27910 from MeetSherasiya/fix/custom-dashboard-chart-tooltip-value-format
fix: custom dashboard chart tooltip value format
2024-10-01 15:32:57 +05:30
Sumit Bhanushali
8c22ac302c
Merge pull request #27923 from Aryan20/fix/rating-reset
fix: allow to reset rating input if not mandatory
2024-10-01 15:31:20 +05:30
Akhil Narang
b113b8355b
Merge pull request #27934 from cogk/fix-extract-images-as-public-in-published-event
fix(blog_post): Ensure images are public if shown on website
2024-10-01 14:57:41 +05:30
Sumit Bhanushali
826188f24f
Merge pull request #27945 from frappe/private_app
feat(PrivateApp): virtual app that will host all private workspaces of user
2024-10-01 14:19:32 +05:30
Sumit Bhanushali
99b8899ff6 feat(PrivateApp): virtual app that will host all private workspaces of user 2024-10-01 14:03:11 +05:30
Akhil Narang
789f0a58c7
Merge pull request #27771 from jabir-elat/develop
Fix: Enforced user permissions on report filters for linked doctypes
2024-10-01 12:50:10 +05:30
Sagar Vora
9dbe2571cf
Merge pull request #27502 from ljain112/fix-idx-pagination 2024-10-01 11:29:40 +05:30
Frappe PR Bot
b841a7ccef
chore: update POT file (#27927) 2024-09-30 22:20:58 +02:00
Frappe PR Bot
1a186cf549
fix: sync translations from crowdin (#27894) 2024-09-30 22:20:02 +02:00
David
a0ec82a8b3
fix: build workspace, add webhook log 2024-09-30 20:54:52 +02:00
Corentin Forler
6a6ccc034c
fix(blog_post): Ensure images are public if shown on website 2024-09-30 14:45:58 +02:00
David Arnold
92ee2ce291
Merge pull request #27931 from blaggacao/feat/sidebad-with-log-links
Feat: sidebar with log links
2024-09-30 13:41:25 +02:00
David
22498f26a7
feat: add link to (various) logs in sidebar 2024-09-30 13:24:55 +02:00
David Arnold
6ab44a883b
Merge pull request #27870 from blaggacao/feat/custom-section-and-column-placement
feat: improve placement for custom field sections and columns
2024-09-30 13:11:11 +02:00
David
40025ec64f
fix: property setter for field ordering 2024-09-30 12:57:32 +02:00
Sumit Bhanushali
392a212b19
Merge pull request #27899 from frappe/perm_log
feat: perm log
2024-09-30 15:10:43 +05:30
Sumit Bhanushali
847dd62ec0 feat: permission log 2024-09-30 14:54:32 +05:30
Sumit Bhanushali
08aa9158dd
Merge pull request #27908 from frappe/ws_types
feat(Workspace): user can now add doctype, page, report, external url as workspace and get easy access on sidebar
2024-09-30 11:09:00 +05:30
Sumit Bhanushali
06053d74d6 fix: added type in workspace tests 2024-09-30 10:54:30 +05:30
David Arnold
f15a83d41d
Merge pull request #27929 from blaggacao/fix/edi-support
fix/edi support
2024-09-30 07:06:53 +02:00
David
07ed21f363
fix: add doctype even without docname to file loader form 2024-09-30 06:53:18 +02:00
David
74e5c61ec4
feat: set flag during bulk delete c/o doc on_trash event 2024-09-30 06:52:44 +02:00
Shariq Ansari
11c45cbd86
Merge pull request #27924 from shariquerik/placeholder-docfield
feat: Added placeholder docfield, customize form field, and custom field
2024-09-28 21:45:38 +05:30
Shariq Ansari
6aa37db9f4 feat: Added placeholder docfield, customize form field, and custom field 2024-09-28 21:11:46 +05:30
Sumit Bhanushali
9755887ced
Merge pull request #27919 from frappe/fix-app-undef
fix: default app logo to frappe if app not found
2024-09-28 12:51:19 +05:30
Aryan Kaushik
2992e6fcb4 fix: allow to reset rating input if not mandatory
If a rating field is not mandatory and the user selects the same
rating again then it should reset the rating by setting value to 0.

Fixes #27922
2024-09-27 21:21:08 +00:00
barredterra
49c66c4d9f feat: redirect to new form if it has been renamed 2024-09-27 18:30:35 +02:00
Akhil Narang
0c6d5de805 fix(query_report): use the correct key
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-27 19:24:43 +05:30
Akhil Narang
90bd55690a refactor(query_report): simplify logic
Reduce one level of nesting

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-27 19:24:43 +05:30
Akhil Narang
b17238f997 fix(query_report): fix indentation, add some newlines
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-27 19:24:43 +05:30
jabir-elat
b754bdb03d refactor(query_report): filter check 2024-09-27 19:24:28 +05:30
jabir-elat
e4485bebb0 fix(query_report): enforced user permissions on report filters for linked doctypes 2024-09-27 19:18:51 +05:30
Sumit Bhanushali
481fbb78dc fix: default app logo to frappe if app not found 2024-09-27 15:47:58 +05:30
Akhil Narang
b9e204bbbf
Merge pull request #27832 from akhilnarang/refactor-role-settings
refactor: make desk settings user specific
2024-09-27 13:27:41 +05:30
Sumit Bhanushali
7e18a3944c
Merge pull request #27913 from frappe/app_logo
fix: default to frappe logo when more than 2 app logos are present
2024-09-27 13:17:42 +05:30
Sumit Bhanushali
759f8306b6 fix: default to frappe logo when more than 2 app logos are present 2024-09-27 13:03:56 +05:30
Akhil Narang
fe48e775fb
chore: make the sections collapsible
Don't change the settings based on user type

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-27 11:41:53 +05:30
Akhil Narang
0b80d69c59
Merge pull request #27901 from akhilnarang/sentry-fixes
Sentry fixes from support
2024-09-27 11:27:20 +05:30
Meet
e31c6db2d5 fix: format tooltip value in custom dashboard chart 2024-09-26 21:28:46 +05:30
Sumit Bhanushali
950814747c feat(Workspace): user can now add doctype, page, report, external url as workspace and get easy access on sidebar 2024-09-26 16:58:52 +05:30
David
2de43f7797
feat: improve placement for custom field sections and columns 2024-09-26 12:54:30 +02:00
David Arnold
7bc23e783e
Merge pull request #27907 from blaggacao/fix/cli-wrapper-helper
fix: cli helper wrapper (oversight #27753)
2024-09-26 12:51:53 +02:00
David
b66d16da5d
fix: cli helper wrapper (oversight #27753) 2024-09-26 12:38:59 +02:00