Skip to content

Commit

Permalink
Merge pull request #7403 from dennishendriksen/fix/7335-metadataMgrFi…
Browse files Browse the repository at this point in the history
…leAttribute

Fix #7335 Metadata manager: error creating file attribute
  • Loading branch information
tommydeboer committed Jun 4, 2018
2 parents 7c72d8d + 3bca9c4 commit acf2919
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
mappedByAttributes: 'getMappedByAttributes'
}),
isReferenceType: function () {
return ['xref', 'mref', 'categorical', 'categoricalmref'].includes(this.selectedAttribute.type)
return ['file', 'xref', 'mref', 'categorical', 'categoricalmref'].includes(this.selectedAttribute.type)
},
isNumericType: function () {
return ['int', 'long'].includes(this.selectedAttribute.type)
Expand Down

0 comments on commit acf2919

Please sign in to comment.