Commit graph

41752 commits

Author SHA1 Message Date
Shariq Ansari
4e93f6cc7b fix: reset elements before fetch 2023-05-03 00:27:49 +05:30
Shariq Ansari
10c48a568c fix: only allow to select remaining states 2023-05-03 00:11:28 +05:30
Shariq Ansari
43dcda036b fix: select entire transition on edge/acess role/action click also deselect on blur 2023-05-03 00:05:57 +05:30
Shariq Ansari
b7861195ab fix: deselect all nodes while adding new state 2023-05-03 00:04:32 +05:30
Shariq Ansari
befde647ae fix: delete node only if backspace is clicked not meta/ctrl + backspace 2023-05-02 21:20:49 +05:30
Shariq Ansari
1622f8d86a fix: loose focus when clicked outside container 2023-05-02 21:13:27 +05:30
Shariq Ansari
a405f99154 fix: update states & transition table on save 2023-05-02 21:05:45 +05:30
Shariq Ansari
5b21db8d2a fix: show Draft/Submitted/Cancelled instead of 0/1/2 in doc_status dropdown 2023-05-02 20:59:12 +05:30
Shariq Ansari
277c5e16d2 fix: select action on connecting two state 2023-05-02 20:37:47 +05:30
Shariq Ansari
b6aa76b7ef fix: also include selected in undo redo object 2023-05-02 20:28:33 +05:30
Shariq Ansari
9037c4140c fix: form_builder undo_redo event is interfering with workflow_builder's undo_redo event 2023-05-02 20:27:14 +05:30
Shariq Ansari
1384b65f5b fix: select state when added 2023-05-02 20:21:41 +05:30
Shariq Ansari
9ab905c46c fix: show state/transition data on sidebar on click 2023-05-02 20:09:47 +05:30
Shariq Ansari
5894286d1f fix: sidebar header 2023-05-02 19:27:32 +05:30
Shariq Ansari
8e9c2aa643 fix: resizable sidebar 2023-05-02 19:15:18 +05:30
Shariq Ansari
bcfd07be73 fix: added sidebar to show workflow data 2023-05-02 19:00:34 +05:30
Shariq Ansari
13e5031c3c fix: cmd/ctrl+s to save workflow 2023-05-02 18:29:26 +05:30
Shariq Ansari
654c941635 fix: clean workflow_data before saving 2023-05-02 18:23:50 +05:30
Shariq Ansari
3d0af4b9c6 fix: save_changes in to workflow_data field 2023-05-02 18:04:44 +05:30
Shariq Ansari
a10cf8d8e8 fix: also show role access for transition 2023-05-02 17:57:05 +05:30
Shariq Ansari
f258ca09ac fix: render states & transition by fetching workflow data 2023-05-02 17:55:46 +05:30
Shariq Ansari
b004a28a15 fix: drag to add new state 2023-05-02 16:48:52 +05:30
Shariq Ansari
abcc955302 feat: undo/redo feature 2023-05-02 16:28:09 +05:30
Shariq Ansari
4859a53d9d fix: updatable edge position with validation on connect & on edge update 2023-05-02 16:06:32 +05:30
Shariq Ansari
17c613a8c5 fix: zoom in/out and fit buttons 2023-05-02 15:52:42 +05:30
Shariq Ansari
00b80aa0f5 fix: action node between to state node on connect
also added connection line
2023-05-02 15:47:52 +05:30
Shariq Ansari
42247bc31f fix: basic vueflow using custom node & edge 2023-05-02 12:28:49 +05:30
Shariq Ansari
c61be69ca2 fix: vueflow & pinia setup 2023-05-01 15:41:55 +05:30
Shariq Ansari
96057eb632 fix: try workflow builder button in workflow doc 2023-05-01 13:31:53 +05:30
Shariq Ansari
289c774b1a fix: workflow creating/editing dialog 2023-05-01 13:25:39 +05:30
Shariq Ansari
aa3b6d3ecc feat: workflow builder
created page with vue setup
2023-05-01 13:13:27 +05:30
Sagar Vora
9dc2a32952
Merge pull request #20859 from resilient-tech/use-isdisjoint 2023-04-27 18:25:08 +05:30
Sagar Vora
64aaa55d76 chore: remove dead code 2023-04-27 17:50:26 +05:30
Sagar Vora
53c9869ce3 style: use set.isdisjoint when comparing roles (+ minor refactor) 2023-04-27 17:39:33 +05:30
Ankush Menat
2f975c7eb9
fix: pass parent document type for number card (#20857) 2023-04-27 17:00:52 +05:30
Ankush Menat
7042dca5dd
Merge pull request #20825 from ankush/posthog_poc
feat: telemetry using posthog
2023-04-26 15:54:30 +05:30
Ankush Menat
109a549a23
fix: pass reference_doctype to search query methods (#20842)
frappe.call ensures that it's only passed to functions which can accept
it, so nothing to worry about ~ backward compatible change.
2023-04-25 18:31:14 +05:30
Ankush Menat
db4cd1a84b refactor: reduce duplication 2023-04-25 15:03:11 +05:30
Ankush Menat
93c326b971 feat: let user opt out of telemetry from setup 2023-04-25 14:46:53 +05:30
Ankush Menat
f63c420798 feat: add python posthog library 2023-04-25 13:10:14 +05:30
Ankush Menat
6c3f29efe7 feat: setup wizard progress telemetry 2023-04-25 11:54:56 +05:30
Ankush Menat
87a88195ec feat: telemetry using posthog 2023-04-25 10:33:28 +05:30
Ankush Menat
0d1c7fee42 feat: let users disable telemetry from system settings 2023-04-25 10:33:28 +05:30
Ritwik Puri
e6279e08f2
Merge pull request #20823 from phot0n/dnr-update-counter
refactor(minor): remove update counter dialog and make counter editable by default
2023-04-25 01:06:17 +05:30
phot0n
71f45eba68 fix: add confirmation when updating counter and make document type mandatory 2023-04-25 01:02:12 +05:30
Raffael Meyer
f7b2b59f9a
fix: don't translate before unscrubbing (#20814) 2023-04-24 19:16:11 +05:30
Raffael Meyer
e384d94fcc
fix: make role info translatable (#20813) 2023-04-24 18:58:22 +05:30
Raffael Meyer
fc10325074
fix: improve delete_contact_and_address (#20381) 2023-04-24 18:51:42 +05:30
mergify[bot]
f95a042756
Merge pull request #20517 from barredterra/gc-perms
fix: role perms on Google Contacts
2023-04-24 13:11:09 +00:00
Ankush Menat
eeda161e98
fix: handle SMTPRecipientsRefused retries (#20819)
* fix: remove trailing and leading quotes from email

* chore: typo

* fix: dont retry `SMTPRecipientsRefused`

If refused once it's unlikely to work again just by retrying. There's no
mechanism to prevent infinite retry. This will still attempt for
MAX_RETRY_COUNT.

* Revert "fix: remove trailing and leading quotes from email"

This reverts commit 2676ac2c7fe76c34049da05a209554fee6b3d911.

refer https://github.com/frappe/frappe/pull/20819#discussion_r1175166987
2023-04-24 17:34:24 +05:30