You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When creating a download you upload a file and then choose it or just choose it from the dialog. This uses the media module.
You can delete files from within the media module. The deleted file might be still assigned to a download.
Ideally a FKC should be used, but enforcing this now would delete all downloads where the assigned file got deleted in the media module.
Describe the bug
When creating a download you upload a file and then choose it or just choose it from the dialog. This uses the media module.
You can delete files from within the media module. The deleted file might be still assigned to a download.
Ideally a FKC should be used, but enforcing this now would delete all downloads where the assigned file got deleted in the media module.
The FKC would link these two columns:
https://github.com/IlchCMS/Ilch-2.0/blob/master/application/modules/downloads/config/config.php#L46
https://github.com/IlchCMS/Ilch-2.0/blob/master/application/modules/media/config/config.php#L43
Add an FKC or keep it as is?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either this should be entirely impossible (FKC) or the current state.
Additional context
#878
The text was updated successfully, but these errors were encountered: