Custom Query (2152 matches)
Results (1144 - 1146 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#918 | invalid | Package preview doesn't show tags or groups | memespring | dread |
Description |
Notice that the preview at the bottom doesn't show what tags or groups the package is in. This is because the new design of the package view only has this info in the sidebar, which is not displayed in the preview. One might argue that this is ok because the tag is not a central part of the metadata, only used for searching, so it is ok not to preview it. But I wanted to check that this change was a conscious decision. |
|||
#254 | fixed | Package relationships - 1. model | dread | dread |
Description |
New domain object: PackageRelationship? (revisioned) Attributes:
Relationship type values: depends_on (dependency_of) derives_from (has_derivation) child_of (parent_of) Relationship type is stored as a string, as given in the first column. The reverse relationship (bracketed) is given just for display purposes only. Subject / Object - as in a sentence: "Dracos is derived from OSM" is <subject> <predicate> <object>. We'll use 'type' instead of 'predicate' as that is a more familiar word. |
|||
#255 | fixed | Package relationships - 2. Read in WUI | dread | dread |
Description |
WUI:
|