/as_history

An ArchivesSpace plugin that adds the ability to track the history of updates to records

Primary LanguageRubyOtherNOASSERTION

as_history

Developed by Hudson Molonglo in collaboration with GAIA Resources and Recordkeeping Innovation as part of the Queensland State Archives Digital Archiving Program.

AppConfig[:as_history] = {
  :models_with_history => [
                          'Repository',
                          'Accession',
                          'Resource',
                          'ArchivalObject',
                          'DigitalObject',
                          'DigitalObjectComponent',

                          'AgentPerson',
                          'AgentCorporateEntity',
                          'AgentFamily',
                          'AgentSoftware',
                         ]
}