Skip to content

Commit ce2305b

Browse files
committed
fix for previous commit
1 parent 3a98f3d commit ce2305b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lode/components/Property.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ export default {
10941094
return false;
10951095
},
10961096
isVersionIdentifier: function(type) {
1097-
if (type && type['https://purl.org/ctdl/terms/identifierType']) {
1097+
if (type && (type['https://purl.org/ctdl/terms/identifierType'] || type['ceterms:identifierType'])) {
10981098
return true;
10991099
}
11001100
return false;

0 commit comments

Comments
 (0)