Commit Graph

318 Commits

Author SHA1 Message Date
Dan 1c393c631f updating to use the new file endpoints in the BPMN file refactor, 2022-01-24 15:32:11 -05:00
Dan Funk f8de3e8bb3
Merge pull request #123 from sartography/chore/sort-libaries-A-Z
Fixes #580 - Sort Libraries Alphabetically
2022-01-05 14:21:00 -05:00
alicia pritchett 1e0798a55b Fixes #580 - Sort Libraries Alphabetically 2022-01-05 13:51:38 -05:00
alicia pritchett 4504adc90c Fixes #571 - Remove Primary Process from Library Workflow Specifications 2022-01-05 13:39:13 -05:00
Dan a0b5bdafeb Updated images for wiki 2021-12-23 15:27:37 -05:00
mike cullerton 9fda13160c Don't allow xls files 2021-11-16 12:21:10 -05:00
Dan Funk 216c005752
Merge pull request #117 from sartography/chore/tweak-libraries-504
Fixes #504- Tweak Library Category Behavior
2021-10-21 14:30:22 -04:00
alicia pritchett 9fb7e66355 Fixes #504- Tweak Library Category Behavior
kinda a weird solution, but introduces a variable so we can toggle expansion of "All libraries" alongside the list of categories
2021-10-20 11:56:21 -04:00
alicia pritchett b877511182 Fixes a little console error bug.
Also updates package lock/package.json so you can run a halfway decent dev server. (Use npn run start:dev)
2021-10-19 11:49:03 -04:00
Dan Funk 3df3953ae9
Merge pull request #114 from sartography/bug/spec-validation-497
Bug/spec validation 497
2021-10-19 11:20:25 -04:00
alicia pritchett 2a469614c1 Potential fix for the bpmn tests
also getting rid of old deprecated code
2021-10-19 10:53:51 -04:00
Dan Funk a28cb1a3d7
Merge pull request #113 from sartography/bug/library-saves-479
Sorta Fixes #479 - Issue deleting Library Workflow Specification
2021-10-19 10:32:31 -04:00
Dan Funk ca4e9e4a34
Merge pull request #112 from sartography/chore/bpmn-refactor-455
Style changes ~ makes buttons circles
2021-10-19 10:30:38 -04:00
alicia pritchett 873dca1125 Fixes #497 - Fix workflow spec/category name validation 2021-10-18 15:19:33 -04:00
alicia pritchett 113cef7fe3 Sorta Fixes #479 - Issue deleting Library Workflow Specification
Displays library references when you attempt to delete a library, if there are any. I also removed deprecated methods. And their tests. (You can't even try to save something in a bad state because you only get the option to generate it in a good state)
2021-10-18 14:34:35 -04:00
alicia pritchett c9603264a3 Fixes #504- Tweak Library Category Behavior
But you have to have the other fix in here. Keeps libraries category thingy expanded when its supposed to be.
2021-10-18 13:50:06 -04:00
alicia pritchett ab213275cf WIP - Fix validation
sigh
2021-10-18 13:41:07 -04:00
alicia pritchett cd0c89b135 Style changes ~ makes buttons circles 2021-10-15 12:59:17 -04:00
alicia pritchett bed29dcabe Fixes #477 - Libraries not showing as 'selected spec' on page loads
Will load libraries on page loads now. will set master spec correctly. updating some tests
2021-10-14 13:21:43 -04:00
Dan Funk 97736f824f
Merge pull request #110 from sartography/chore/bpmn-refactor-455
Chore/bpmn refactor 455
2021-10-13 12:10:14 -04:00
alicia pritchett dacc8f9f7f Take out this method i didnt use
oopsie
2021-10-13 11:22:32 -04:00
alicia pritchett d63d648838 fixes tests. some style choices 2021-10-13 11:17:45 -04:00
alicia pritchett e242aeebf3 wip 2021-10-12 16:00:05 -04:00
alicia pritchett 756995e5fe Merge branch 'dev' into chore/bpmn-refactor-455 2021-10-12 14:34:46 -04:00
alicia pritchett 7395987236 Adds a trashcan so you can delete a file reference if you really want
but you cannot delete the two important reference files that were already there
2021-10-12 14:28:15 -04:00
alicia pritchett b2ad797831 Merge branch 'dev' into chore/resource-files-461 2021-10-11 12:12:18 -04:00
alicia pritchett 95af509383 New categories don't got an ID to start with, we will assign it to them 2021-10-06 12:54:40 -04:00
alicia pritchett 392f3d7ef2 Add Validation to 'name' of spec; update tests 2021-10-06 11:38:31 -04:00
alicia pritchett 652ffdf55b Name -> Id Changes
get rid of cat and spec names, replace it with 'ID'
2021-10-06 11:37:59 -04:00
alicia pritchett 557aa9afcd Put in a button with functionality for reference files
well some functionality i guess
2021-10-05 14:41:34 -04:00
alicia pritchett 6478231c0a Remove UUID & Id display from bpmn 2021-10-04 11:36:06 -04:00
alicia pritchett 12ad20511a Hide ID field from view (for specs and categories) 2021-10-04 10:00:39 -04:00
Dan Funk 2e0ea9e591
Merge pull request #107 from sartography/chore/admin-cat-456
Chore/admin cat 456
2021-09-30 14:06:12 -04:00
alicia pritchett 3abb00afe1 update a test 2021-09-29 16:54:54 -04:00
alicia pritchett 2f6ea0ddda Make admin cat text color orange 2021-09-29 16:27:22 -04:00
alicia pritchett ff60442e3a Fixes category add/delete issue
needed to clear out the categories object before re-filling it after an api call
2021-09-29 12:22:35 -04:00
alicia pritchett 76c55e0a91 ensure() array.find
Makes sure we find an instance of the WFS id we want, when we are looking to add/delete it. (This gets us past karma tests sometimes bailing out)
2021-09-29 11:15:00 -04:00
alicia pritchett 35785caa2e remove 'if' from cat_change
breaks adding/removing categories
2021-09-29 11:04:42 -04:00
alicia pritchett 9224707de0 WIP Admin flag 2021-09-28 14:20:33 -04:00
alicia pritchett 0b10b808a9 Merge branch 'dev' into chore/bpmn-refactor-455 2021-09-27 12:06:57 -04:00
alicia pritchett 263edd9dd9 couple style changes 2021-09-27 11:50:06 -04:00
alicia pritchett 8ad6c8774c took a look at coverage
a journey for another time
2021-09-27 11:19:33 -04:00
alicia pritchett b2dfe2a3a4 fix test to reflect how edit method works 2021-09-27 11:05:07 -04:00
alicia pritchett 90c8f84ea4 libraries are kept in dialog data
but data is manipulated outside of the dialog
2021-09-27 10:55:46 -04:00
alicia pritchett bd49c777c7 little changes 2021-09-27 09:59:18 -04:00
alicia pritchett 3cf7535d50 small wip 2021-09-24 13:11:20 -04:00
alicia pritchett 9fb25491ef wip frontend changes 2021-09-24 12:31:45 -04:00
Mike Cullerton 070ba26d87
Add files via upload
For the Shield Test page in the Wiki
2021-09-22 15:45:58 -04:00
Dan Funk 5774c40bf9
Merge branch 'dev' into bug/246_user_ldap_refactor 2021-09-22 15:20:44 -04:00
Dan Funk 03d383a3d2
Merge pull request #103 from sartography/chore/last-category-469
Fixes #469 - Keep last Category Open
2021-09-22 15:19:57 -04:00