-
Story
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
SIdora Sprint 55, SIdora Sprint 56
-
4
Let's take a look at the following:
- List all objects with multiple parents keeping a list of those links that need to be added back (expected to very small)
- Remove the undesired link (via Workbench or other means) creating a clean tree
- Run a query to identify objects that have children
- For each child add a statement in RELS-EXT child isAdministeredBy parent (can be done in batches)
Notes:
Links that are only used currently as a workaround for the lack of Project Space need to be added back.
ProjectSpace objects need not be administered by anything (or do they)?
Will the ProjectSpace object be created and its children added to its RELS-EXT before running this script?
Bobby's first cut:
- Automatically adding isAdministeredBy when a concept has only one parent
- Automatically adding isAdministeredBy when a resource has only one parent
- Giving a way to look at the concepts that do not have isAdministeredBy links
- Giving a way to look at the resources that do not have isAdministeredBy links
- Giving a way to add isAdministeredBy to a concept ( with some integration into the way to look at those that do not have them )
- # Giving a way to add isAdministeredBy to a resource( with some integration into the way to look at those that do not have them )