mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-26 17:37:33 +00:00
fix(tags) - map tags to globalTags for entities (#4310)
This commit is contained in:
parent
902929293d
commit
08aab88553
@ -27,6 +27,12 @@ export function getDataForEntityType<T>({
|
||||
customProperties,
|
||||
};
|
||||
}
|
||||
if (anyEntityData.tags) {
|
||||
modifiedEntityData = {
|
||||
...modifiedEntityData,
|
||||
globalTags: anyEntityData.tags,
|
||||
};
|
||||
}
|
||||
return {
|
||||
...modifiedEntityData,
|
||||
...getOverrideProperties(entityData),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user