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