Actions
Bug #5829
closedNDP wizard: Do not save AccessPolicy in EML
Start date:
01/29/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5829
Description
When you step through the New Data Package wizard, the access policy can be entered. This ends up in the EML file, but we decided it should only be in the SystemMetadata since that is the authoritative version of the access rules from now on.
Updated by ben leinfelder almost 12 years ago
It's a little convoluted, but works: we collect the access rules in the wizard and add them to the complete ordered map that is used to create the data package dom (EML tree). Then we rip the access part out of it and stick it in the SystemMetadata when the wizard completes.
Actions