mirror of
https://github.com/strapi/strapi.git
synced 2025-11-11 07:39:16 +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,
|
plugin,
|
||||||
columnName: attribute.targetColumnName || undefined,
|
columnName: attribute.targetColumnName || undefined,
|
||||||
autoPopulate: targetAttribute.autoPopulate,
|
autoPopulate: targetAttribute.autoPopulate,
|
||||||
|
private: targetAttribute.private || undefined,
|
||||||
};
|
};
|
||||||
|
|
||||||
switch (attribute.nature) {
|
switch (attribute.nature) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user