feat(business glossary): hiding business glossary until all features completed (#2555)

This commit is contained in:
Gabe Lyons 2021-05-13 13:41:28 -07:00 committed by GitHub
parent 133577557c
commit 16a43be605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,9 +29,9 @@ export class GlossaryTermEntity implements Entity<GlossaryTerm> {
);
};
isSearchEnabled = () => true;
isSearchEnabled = () => false;
isBrowseEnabled = () => true;
isBrowseEnabled = () => false;
getAutoCompleteFieldName = () => 'name';