Bugfixes


Overwrite/Replace file bug

This fix softens a very annoying bug regarding the replacing/overwriting of files in the filelist.

If you overwrite a file with another, that has the exact same name, the system often kept displaying the old file for a long time. By adding a max-cache time to new entries in the filelist, this should ensure that this situation will only ensure for a maximum of 1 hour, after which the new file should always be displayed.

To top


Double Abstract field in news articles

News articles had a weird bug where the abstract field also appeared on the 'General' tab, yet as a 'read only' field.

So we had that specific field removed. You can still fill out the abstract field in the 'Metadata' tab.

To top