Skip to content

Commit

Permalink
Merge pull request #1058 from 2000rosser/issue-1014
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro authored Oct 18, 2024
2 parents dc30766 + 2a34119 commit 7c7a024
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/views/portfolio/projects/ProjectComponents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,15 @@ export default {
return xssFilters.inHTMLData(common.valueWithDefault(value, ''));
},
},
{
title: this.$t('message.classifier'),
field: 'classifier',
sortable: true,
visible: false,
formatter(value, row, index) {
return xssFilters.inHTMLData(common.valueWithDefault(value, ''));
},
},
{
title: this.$t('message.internal'),
field: 'isInternal',
Expand Down

0 comments on commit 7c7a024

Please sign in to comment.