Skip to content

Fix/8998 disposal management

Arnaud Pauget requested to merge fix/8998-disposal-management into develop

Fix : block the destruction of the archive if child archives have not any retention rules :

  • Add new condition on checking children archives (if final disposition isn't set).
  • Delete double checking (the archive and its children).
  • Add new function for checking all conditions. (with error handling for children archives)

Merge request reports