mirror of
https://github.com/strapi/strapi.git
synced 2025-11-16 01:57:56 +00:00
Fixes #802
This commit is contained in:
parent
ee99a4ce80
commit
af41ef444c
@ -214,7 +214,10 @@ module.exports = {
|
|||||||
|
|
||||||
attr.via = relation.key;
|
attr.via = relation.key;
|
||||||
attr.dominant = relation.dominant;
|
attr.dominant = relation.dominant;
|
||||||
|
|
||||||
|
if (relation.pluginValue) {
|
||||||
attr.plugin = relation.pluginValue;
|
attr.plugin = relation.pluginValue;
|
||||||
|
}
|
||||||
|
|
||||||
attrs[attribute.name] = attr;
|
attrs[attribute.name] = attr;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user