JiscSD / archivematica

Free and open-source digital preservation system designed to maintain standards-based, long-term access to collections of digital objects.
http://www.archivematica.org
GNU Affero General Public License v3.0
0 stars 0 forks source link

Import front-end apps transfer-browser and appraisal-tab #47

Closed sevein closed 6 years ago

sevein commented 6 years ago

Both transfer-browser and appraisal-tab used to be compiled the vendored by the Dashboard. At some point in AM17 vanilla we imported the entire code base. The final JavaScript assets are built in the Dockerfile so they're included in the image and discovered by collecstatic. In this pull request I've cherry-picked the three commits that made this possible.

This solves the problems that we were experienced in the appraisal tab - it was running an old version of the app.

Related: