mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 08:58:26 +00:00
feat(business glossary): hiding business glossary until all features completed (#2555)
This commit is contained in:
parent
133577557c
commit
16a43be605
@ -29,9 +29,9 @@ export class GlossaryTermEntity implements Entity<GlossaryTerm> {
|
||||
);
|
||||
};
|
||||
|
||||
isSearchEnabled = () => true;
|
||||
isSearchEnabled = () => false;
|
||||
|
||||
isBrowseEnabled = () => true;
|
||||
isBrowseEnabled = () => false;
|
||||
|
||||
getAutoCompleteFieldName = () => 'name';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user