Commit graph

11989 commits

Author SHA1 Message Date
Shariq Ansari
1607eb9ef3 fix: added breadcrumbs on workflow builder page 2023-06-07 09:57:43 +05:30
Shariq Ansari
42ead7dc91
Merge branch 'develop' into workspace-content-duplicating-fix 2023-06-05 22:17:27 +05:30
Shariq Ansari
ba9e2aab17 fix: avoid loading workspace content if already loaded 2023-06-05 22:11:42 +05:30
Suraj Shetty
e5524ba477
Merge pull request #16561 from alyf-de/map-read-only 2023-06-05 17:57:02 +05:30
gn306029
54fabab010
fix: currency formatter got incorrect format when use precision 0 (#21239)
* fix: currency formatter got incorrect format when use precision 0

* Revert "fix: currency formatter got incorrect format when use precision 0"

This reverts commit 1919cf4763b16e0cca2c2596223443d901e00e27.

* fix: allow 0 as default precision

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-06-05 12:34:17 +05:30
Raffael Meyer
64d1e6492b
Merge branch 'develop' into map-read-only 2023-06-03 14:40:04 +02:00
barredterra
f9251f0f5b refactor: move pointToLayer into a separate method
For better customizability
2023-06-03 14:38:14 +02:00
barredterra
79aaf072bd fix: fit and recenter map when section is expanded 2023-06-03 14:17:59 +02:00
barredterra
ba22512191 refactor: call control's on_section_collapse()
This way, the logic can stay in the control itself. Each control can
decide what it needs to do on section collapse/expand.
2023-06-03 14:16:43 +02:00
Ankush Menat
f12773487a
Merge pull request #21206 from resilient-tech/attach-formatter
feat: formatter for `Attach` and `Attach Image` fields
2023-06-02 16:57:01 +05:30
Shariq Ansari
ac95b7496b fix: do not render custom cards if workspace does not contain content 2023-06-02 16:16:39 +05:30
Sagar Vora
cad6f938c1 feat: formatter for Attach and Attach Image fields 2023-06-02 14:28:48 +05:30
Suraj Shetty
66d08ba365
Merge branch 'develop' into develop 2023-06-02 12:45:59 +05:30
Maharshi Patel
6fd9c44391
fix: ui tour popover when outside viewport (#21164)
* fix: ui tour always popover inside viewport

There are times when popover will go outside viewport this updates the style on highlight to make sure it doesn't.

* fix: don't run form ui tours on small screens.

* Revert "fix: don't run form ui tours on small screens."

This reverts commit b11aaf8d182fa07369f17b914e8a0cb3e7327a18.


[skip ci]
2023-06-02 10:53:05 +05:30
Jeans K. Real
f8edb3dc3d Closing span tags on form_links.html and list_view status field indicator. Also Removed extra calls from multicheck.js 2023-06-01 19:10:29 -06:00
Ankush Menat
4104e7d733
feat: show db table utilization on doctype (#21193)
* feat: show db table utilization on doctype

* fix: nicer error message with docs
2023-05-31 16:28:44 +05:30
Suraj Shetty
8750d39141
Merge pull request #21183 from surajshetty3416/print-letterhead-warning 2023-05-31 15:46:38 +05:30
Ankush Menat
fd232805fe chore: capture frappe version in heartbeat 2023-05-31 12:44:41 +05:30
Suraj Shetty
abb479f89f fix: Check if signature already exist 2023-05-31 09:55:39 +05:30
Suraj Shetty
a13592a66a fix: Warn users if "Repeat Header and Footer" is disabled
- and if the user still sets Letterhead

Also, add label to the print options
2023-05-31 08:55:59 +05:30
Raffael Meyer
5a89e8c65f
Merge branch 'develop' into map-read-only 2023-05-30 19:29:46 +02:00
Ankush Menat
ca85524f91 fix: skip form tours on mobile (#21180)
[skip ci]
2023-05-30 16:33:08 +05:30
Ankush Menat
1e0daa6edc fix: correct abbreviation for lakh (L)
[skip ci]
2023-05-30 15:21:55 +05:30
Shariq Ansari
498a51fbb5
Merge branch 'develop' into css-for-web-form-mobile 2023-05-30 13:27:04 +05:30
Maharshi Patel
7727f294e5
fix: form tour set parent tab active. (#21163)
form tours were broken due to tabs i have added support for it by setting tab active on next and previous.
2023-05-30 13:17:10 +05:30
Shariq Ansari
fb26b39dc2
Merge pull request #21167 from shariquerik/private-custom-html-block 2023-05-30 13:05:57 +05:30
Shariq Ansari
abcc7b1870 style: make text smaller and reduced some spacings for webform for mobile view 2023-05-30 13:05:20 +05:30
Maharshi Patel
e6e59cbe07
fix(ux): re routes based on setup_complete (#21118)
* fix(ux): re routes based on setup_complete

If Setup Wizard is not complete re_route any route to setup_wizard and if it complete re_route setup-wizard to app

* fix: only re_route if not on setup-wizard.

* fix: remove hardcoded slide number

---------

Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com>
2023-05-30 12:16:27 +05:30
Shariq Ansari
96e45d9d2a
Merge branch 'develop' into private-custom-html-block 2023-05-30 12:09:41 +05:30
Shariq Ansari
474186c264 fix: only show public and user's private blocks in dropdown 2023-05-30 12:08:43 +05:30
Ankush Menat
50a8c4423e fix: remove hacky/broken like/unlike toggle code 2023-05-29 21:52:16 +05:30
Ankush Menat
15aec06d13
Merge pull request #21156 from ankush/desc_self
fix!: inclusive descendants for tree link fields
2023-05-29 17:26:01 +05:30
Ankush Menat
f858c41137 fix!: consider list view filters inclusive by default
It rarely makes sense to match treeview directly against internal nodes.

- In case of leaf node: behaviour is same, though SLIGHTLY slower
- In case of internal nodes: all child nodes are added in results.

Co-Authored-By: Faris Ansari <netchamp.faris@gmail.com>
2023-05-29 17:00:30 +05:30
Ankush Menat
3df13ca392 feat: new operator - descendants of (inclusive)
Co-Authored-By: Faris Ansari <netchamp.faris@gmail.com>
2023-05-29 16:59:57 +05:30
Shariq Ansari
7776f85cb0
Merge branch 'develop' into custom-html-block-global-css 2023-05-29 16:02:24 +05:30
Shariq Ansari
62565b5191 fix: made a util to create shadow element 2023-05-29 15:57:58 +05:30
Ankush Menat
30c8661063 fix(UX): add title for documentation link 2023-05-29 15:05:46 +05:30
Ankush Menat
a2a84215b1 fix: render first incomplete step instead of first step 2023-05-29 12:53:25 +05:30
Ankush Menat
b1433af3d7 fix: Dont show save step if frm is not dirty
Use case: single doctype review, in all other cases document will be
dirty and hence save step will be added
2023-05-29 12:43:55 +05:30
Shariq Ansari
064caaa3b4 fix: only show menu button if it contains action items 2023-05-27 14:59:58 +05:30
Shariq Ansari
7fdc6007ba refactor: show/hide form builder action buttons 2023-05-27 14:47:52 +05:30
Shariq Ansari
1e47282d86 fix: only init doctype for doctype form 2023-05-27 14:46:43 +05:30
Shariq Ansari
b308e000ef fix: init doctype to trigger doctype_list events on redirecting 2023-05-27 13:00:31 +05:30
Shariq Ansari
3baaea0086 fix: css fix for select group button 2023-05-26 21:02:37 +05:30
Shariq Ansari
7bdd8ee003 Merge branch 'develop' of https://github.com/frappe/frappe into select-btn-in-doctype-list 2023-05-26 20:59:27 +05:30
Shariq Ansari
2af7e74eb9 fix: made select_doctype accessable gobally which can be used to change doctype from form-builder 2023-05-26 20:41:28 +05:30
Shariq Ansari
f91bc1bde6 fix: added left icon option 2023-05-26 19:56:12 +05:30
Shariq Ansari
78f3d9c241 fix: make dropdown item label bold 2023-05-26 19:55:06 +05:30
Shariq Ansari
61dcd09172 fix: add selected on current dropdown-item 2023-05-26 18:35:08 +05:30
Shariq Ansari
f06449adaf fix: make option toggle button smaller 2023-05-26 18:20:05 +05:30