7 Commits

Author SHA1 Message Date
Dan
6fe36aeb0e Minor fixes. 2022-10-19 16:12:04 -04:00
Dan
f28a3f89e4 Deleting any data object reference caused the associated data object to get deleted.
Fixes this so that only if you delete all references, wii the data object be removed.
Also assures that a new data object is not created when adding to a participant in a collaboration (an edge case bug(.
2022-10-19 14:58:52 -04:00
Dan
6d2918b2a2 When a data object is removed, change the name of it's Data References to "???" 2022-07-13 15:29:58 -04:00
Dan
ec0c6ab905 Provide a Data Object editor for Participants as well as Processes.
Added a DataObjectRenderer that will change DataObjectReferences to red if they are not connected to a Data Object.
2022-07-13 15:23:45 -04:00
Dan
cf52f56ac6 Minor fix 2022-07-13 11:49:29 -04:00
Dan
1874c5b689 Some minor bug fixes that needed squashing:
1. When you rename a DataObject in the properties panel for a process, the labels of all the references should update.
2. Sub-processes should have their own independent list of data objects in the properties panel.
2022-07-11 17:29:41 -04:00
Dan
e365124b49 We had findDataObject(s) methods all over the place, so consolidating this logic. 2022-07-11 13:09:25 -04:00