-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Storing multiple files in one model. What i am doing wrong? #1120
Comments
i submitted this issue here SoftwareBrothers/adminjs-upload#45 |
How did you solve this? |
Насколько помню, я убрал вложенность. Сделал
Вместо
Давно это было, не помню уже в точности. Сори за ответ на русском и плохое форматирование. Пишу с телефона 🫠 |
Спасибо
пн, 6 мая 2024 г. в 16:43, Marat Azizov ***@***.***>:
… Насколько помню, я убрал вложенность. Сделал
{
media_big,
media_small
}
Вместо
{
media: {
big,
small
}
}
Давно это было, не помню уже в точности. Сори за ответ на русском и плохое
форматирование. Пишу с телефона 🫠
—
Reply to this email directly, view it on GitHub
<#1120 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTWLRBP3BHWF7J33RDDK2DZA5NGHAVCNFSM5U3V4KT2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBZGU3TAOJRGE4A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! I'm trying to upload two files to one model, and I ran into a problem:
If you upload both files, only the last one is saved. If you upload one file, and then edit the entry and add another one, it will not be saved.
This is my code:
Look like a bug or did I do something wrong?
The text was updated successfully, but these errors were encountered: