Skip to content

Commit

Permalink
Hide not yet implemented collection logic from UI
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf King <[email protected]>
  • Loading branch information
rkg-mm committed Sep 16, 2024
1 parent 83649f8 commit 3d40de3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/views/portfolio/projects/ProjectCreateProjectModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,15 @@ export default {
text: this.$i18n.t(
'message.project_collection_logic_aggregate_direct_children_with_tag',
),
},
}/*
TODO Enable when https://github.com/DependencyTrack/dependency-track/issues/4148 is implemented
,
{
value: 'LATEST_VERSION_CHILDREN',
text: this.$i18n.t(
'message.project_collection_logic_latest_version_children',
),
},
},*/
],
selectableLicenses: [],
selectedLicense: '',
Expand Down
6 changes: 4 additions & 2 deletions src/views/portfolio/projects/ProjectDetailsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -536,13 +536,15 @@ export default {
text: this.$i18n.t(
'message.project_collection_logic_aggregate_direct_children_with_tag',
),
},
}/*
TODO Enable when https://github.com/DependencyTrack/dependency-track/issues/4148 is implemented
,
{
value: 'LATEST_VERSION_CHILDREN',
text: this.$i18n.t(
'message.project_collection_logic_latest_version_children',
),
},
},*/
],
parent: null,
selectedParent: null,
Expand Down

0 comments on commit 3d40de3

Please sign in to comment.