Task #7368
Feature #6498: V2 Metacat MN and CN Support
Make sure that the setting of the new dateSysteMetaModified happens on MN.systemMetadata change, not in the CN.updateSystemMetadata.
History
#1 Updated by Jing Tao about 9 years ago
- Assignee set to Jing Tao
#2 Updated by Jing Tao about 9 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- translation missing: en.field_remaining_hours set to 0.0
Set a boolean flag in the D1NodeService.updateSystemMetadata to indicate if we need to set the modification date. So MN.updateSystemMetadata will call the method with the true value while CN.updateSystemMetadata will call it with the false value.