mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
Thank you for this improvement !
This commit is contained in:
parent
9ce011bed0
commit
19a15b4eea
@ -224,6 +224,7 @@ const generateRelation = ({ key, attribute, plugin, modelName, targetAttribute =
|
||||
plugin,
|
||||
columnName: attribute.targetColumnName || undefined,
|
||||
autoPopulate: targetAttribute.autoPopulate,
|
||||
private: targetAttribute.private || undefined,
|
||||
};
|
||||
|
||||
switch (attribute.nature) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user