Commit graph

42389 commits

Author SHA1 Message Date
Raffael Meyer
0473f7b44f
feat: helper method for address display (#20900) 2023-05-04 23:36:58 +05:30
Shariq Ansari
235c5d71ed
Merge branch 'develop' into bulk-print-changes 2023-05-04 19:57:13 +05:30
Suraj Shetty
a84da0139a
Merge pull request #20810 from gavindsouza/fix-20689 2023-05-04 18:32:16 +05:30
Shariq Ansari
37dbabf85f
Merge branch 'develop' into workflow-builder 2023-05-04 18:12:48 +05:30
Shariq Ansari
9f6eb02a2c fix: validate transitions while saving workflow 2023-05-04 18:09:31 +05:30
Shariq Ansari
d8c9ba35e5 fix: validate transitions while connecting states 2023-05-04 18:08:43 +05:30
Shariq Ansari
f5310e1d03 fix: wrong workflow_builder_url in existing doc's banner 2023-05-04 18:06:54 +05:30
Rohan
01a0a0fc0a
fix: ignore virtual doctypes during data export (#20891) 2023-05-04 17:43:22 +05:30
Shariq Ansari
8759a7b41c
fix: message.py executing script (#20887) 2023-05-04 17:33:10 +05:30
Ikko Eltociear Ashimine
3efaee9597
docs: fix typo in database.py (#20894) 2023-05-04 17:07:08 +05:30
Leonard Goertz
4b7c73514e
fix: ensure that get_last_email returns the most recent email (#20711)
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Sagar Vora <sagar@resilient.tech>
2023-05-04 14:00:06 +05:30
Ritwik Puri
a254a256f8
Merge pull request #20884 from barredterra/translate-operator
fix: make operator in link filters translatable
2023-05-04 00:05:33 +05:30
barredterra
7892a8bdb6 fix: translate operator in link filters 2023-05-03 17:04:06 +02:00
Shariq Ansari
2f566a660d fix: updated workflow icon 2023-05-03 20:12:07 +05:30
Shariq Ansari
997f2f64fa fix: added button on list view to open workflow builder 2023-05-03 16:22:06 +05:30
Shariq Ansari
5ad8079086 fix: added banner on workflow doc to try new workflow builder with gif 2023-05-03 16:06:27 +05:30
Shariq Ansari
80d59a8cb5 fix: do not set selected as null if state/action loose focus becoz it is getting priority when we select another state while state is selected 2023-05-03 13:31:27 +05:30
Shariq Ansari
173511b4b2 fix: loose focus before adding new state 2023-05-03 13:25:59 +05:30
Shariq Ansari
e7a5c2282d fix: set focus on action when edge is updated 2023-05-03 12:53:51 +05:30
Shariq Ansari
7c6077ded5 fix: loose focus when clicked on background 2023-05-03 12:52:43 +05:30
Shariq Ansari
4611447e6f fix: set stateid as 1 if there is no states
default doc_status as Draft instead of 0
2023-05-03 12:47:26 +05:30
Shariq Ansari
7f0aeea84a
Merge branch 'develop' into workflow-builder 2023-05-03 02:09:05 +05:30
Shariq Ansari
e01e5a92ef fix: load update_fields options 2023-05-03 02:06:59 +05:30
Shariq Ansari
5fccffb676 fix: move allow_edit property after doc_status 2023-05-03 02:01:47 +05:30
Shariq Ansari
f209474ba0 fix: on data change trigger history update for undo redo 2023-05-03 01:59:02 +05:30
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