Extracted some pages to their own assembly and finished the artifact display page code
This commit is contained in:
@@ -59,7 +59,6 @@ public class ArtifactEntry
|
||||
// Relationships other artifacts have TO this artifact
|
||||
public List<ArtifactEntry> RelatedBy { get; set; } = [];
|
||||
|
||||
|
||||
public int ArtifactGroupingId { get; set; }
|
||||
|
||||
public required ArtifactGrouping ArtifactGrouping { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user