PM_Dictionary Support in GAB
[sdc.git] / catalog-ui / src / app / models / artifacts.ts
index 7b93470..e290dc6 100644 (file)
@@ -116,7 +116,7 @@ export class ArtifactModel {
     };
 
     public isGenericBrowseable = ():boolean => {
-        return this.artifactType == ArtifactType.VES_EVENTS;
+        return this.artifactType === ArtifactType.VES_EVENTS || this.artifactType === ArtifactType.PM_DICTIONARY;
     };
 
     public toJSON = ():any => {