FAQ | This is a LIVE service | Changelog

Skip to content

sanitise an edited asset before saving

Dr Rich Wareham requested to merge github/fork/rjw57/issue-64 into master

When saving an asset, sanitise the fields before saving. Specifically:

  • if the asset does not contain private data, clear the private fields.
  • if the asset is not shared outside the University, clear the description of who it is shared with.
  • if the asset is not shared outside the EEA, clear the description of who it is shared with.
  • if the asset is not digital, clear the digital security measures.
  • if the asset is not physical, clear the physical security measures.

Closes #64 (closed)

Merge request reports