Skip to content

Mediacenter catalog

There are still opened issues:

  • Only the link to the delete/edit content form is hidden if package_id is not empty. The forms are still accessible. I think it's enough and better to keep a way to edit the content even if it comes from a package.
  • The document file is still copied by django in CATALOG_MEDIACENTER_ROOT. So there is still a duplication of content but it should be fixed by furthers steps.
  • The commit on removed packages remove the document from the mediacenter db but keep it in CATALOG_MEDIACENTER_ROOT. Same as previous point, this should be no relevant when no copy is made.

Merge request reports