236 Commits

Author SHA1 Message Date
jasquat
bd39aec391 process model cypress tests are passing w/ burnettk cullerton 2022-11-21 16:19:55 -05:00
jasquat
df88ae1a55 make sure to pass the correct form of process group id when creating a process model w/ burnettk cullerton 2022-11-21 15:39:33 -05:00
jbirddog
4f28e0e81e
Frontend label changes (#54) 2022-11-20 14:53:27 -05:00
jasquat
296a902f52 pass the the correct model to id on create 2022-11-19 17:18:46 -05:00
jasquat
919150b73b added create new instance page and moved model run to a component w/ burnettk cullerton 2022-11-18 16:40:49 -05:00
jasquat
cb8e110f2c fixed eslint issues w/ burnettk 2022-11-18 15:25:04 -05:00
jasquat
bf22589ecb moved model delete button to show page as an icon w/ burnettk 2022-11-18 14:36:54 -05:00
jasquat
5358a4f200 moved group list tiles to component and use on group show page w/ burnettk 2022-11-18 13:57:40 -05:00
jasquat
d3019ac639 hide messages and configuration if not authorized w/ burnettk 2022-11-17 17:30:51 -05:00
jasquat
08adf17580 default time to midnight if it is null when filtering w/ burnettk 2022-11-17 16:47:29 -05:00
jasquat
6abb246b78
Merge pull request #48 from sartography/feature/add_times_to_instance_filter
Feature/add times to instance filter
2022-11-17 16:38:32 -05:00
jasquat
40b8a1c12c added back the useEffect for report filtering w/ burnettk 2022-11-17 16:36:38 -05:00
jasquat
927f81ea07 times on instance list table are working now w/ burnettk 2022-11-17 16:05:54 -05:00
jasquat
7c910e4ae4 attempting to use date objects as the date states w/ burnettk 2022-11-17 15:03:11 -05:00
burnettk
c5b683ed2e oops, just for one column 2022-11-17 13:51:02 -05:00
burnettk
2a1c310977 just use the word id in the header and add tooltip 2022-11-17 13:48:11 -05:00
jasquat
0a7052e5d2 a little cleanup to forms w/ burnettk 2022-11-17 11:52:57 -05:00
burnettk
70f839116e remove br since it felt like too much margin 2022-11-17 09:29:20 -05:00
jasquat
8290df6961
Merge pull request #45 from sartography/feature/form_carbon_theme
Feature/form carbon theme
2022-11-16 17:14:21 -05:00
Dan Funk
b9be4d1483
Merge pull request #43 from sartography/send_filters
Send filters used in process_instance_list to the front end
2022-11-16 17:11:20 -05:00
Dan
1af96ba075 Searching for call activities seems to be working now.
I had the clear_caches in the wrong place previously - fixing.
2022-11-16 16:53:51 -05:00
Jon Herron
06aa679431 Pre-pr cleanup 2022-11-16 16:40:35 -05:00
Jon Herron
ac38cfefc9 lint 2022-11-16 16:31:58 -05:00
Jon Herron
32aa60493b Clear/remove filter works 2022-11-16 16:25:19 -05:00
Dan
1a6389ae09 Minor tweak, in the hopes of getting a text box to update correctly. 2022-11-16 15:36:12 -05:00
Jon Herron
3bace7d59b Add flag to indicate if user filtered 2022-11-16 15:02:33 -05:00
jasquat
e931f41250 specify onRequestClose on modals w/ burnettk cullerton 2022-11-16 14:55:36 -05:00
jasquat
e2a2e42712 updated a couple form components to work with carbon w/ burnettk cullerton 2022-11-16 14:46:04 -05:00
Jon Herron
1584f52a18 Merge branch 'main' of github.com:sartography/spiff-arena into send_filters 2022-11-16 13:52:03 -05:00
Jon Herron
8d4c62f9b5 Set process model from filter 2022-11-16 13:51:24 -05:00
Jon Herron
164bd2ee17 Set status from filters 2022-11-16 11:45:34 -05:00
Jon Herron
533a7b7372 Set date filters from response 2022-11-16 10:50:47 -05:00
jasquat
56c8c0c633 added some permissions to the process model show page w/ burnettk 2022-11-15 17:35:16 -05:00
jasquat
a4d6648aa1 use id_for_file_path when using the process model id as a path for windows and added some more permission stuff to the frontend w/ burnettk 2022-11-15 16:18:25 -05:00
jasquat
b62955deaa added permission service to frontend to allow checking for permissions w/ burnettk 2022-11-15 14:40:35 -05:00
jasquat
606c61efa2 added configuration nav item to help reduce nav items w/ burnettk 2022-11-15 11:00:52 -05:00
jasquat
b661c8f3c5 more refactoring for process instance list w/ burnettk 2022-11-14 17:35:04 -05:00
jasquat
1851e86a97 turned the table list route into a table component w/ burnettk 2022-11-14 17:00:28 -05:00
jasquat
dfeb0f534a refactored pagination table to allow prefixing page options w/ burnettk 2022-11-14 16:29:04 -05:00
jasquat
c01d5e437f added remaining task tables w/ burnettk 2022-11-14 12:06:39 -05:00
burnettk
b4d944b25c fix a couple tests 2022-11-11 22:12:35 -05:00
jasquat
7b82334c51 add the username to the task list w/ burnettk 2022-11-11 17:15:38 -05:00
jasquat
d4e984a5ce added more task tables w/ burnettk 2022-11-11 16:31:48 -05:00
jbirddog
3dc70132db
Report URL fixes (#29) 2022-11-11 09:21:30 -05:00
jasquat
dfff56e460 moved usage of ProcessBreadcrumb to use hotCrumbs except for report pages 2022-11-10 11:37:41 -05:00
jasquat
7565197e39 cleaned up breadcrumbs some more and cleaned up console.log statements 2022-11-10 09:13:27 -05:00
jasquat
2b62cf87fc support process-groups in breadcrumb component 2022-11-10 08:42:40 -05:00
burnettk
e87b954793 lint 2022-11-09 17:48:50 -05:00
jasquat
c0f76b2880 Merge commit '7a36189cbf9db07b735903625b23ea23b9fa8de7' 2022-11-09 17:30:49 -05:00
mike cullerton
f73b863661 Merge branch 'main' into feature/nested-groups-2 2022-11-09 17:02:40 -05:00