mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 02:46:09 +00:00
Fix glossary term not fetching owner when creating task (#15598)
This commit is contained in:
parent
e6b17a8f2f
commit
0cde1fb454
@ -572,7 +572,7 @@ export const fetchEntityDetail = (
|
||||
break;
|
||||
case EntityType.GLOSSARY_TERM:
|
||||
getGlossaryTermByFQN(entityFQN, {
|
||||
fields: TabSpecificField.TAGS,
|
||||
fields: [TabSpecificField.OWNER, TabSpecificField.TAGS].join(','),
|
||||
})
|
||||
.then((res) => {
|
||||
setEntityData(res);
|
||||
|
Loading…
x
Reference in New Issue
Block a user