Task #7274
Feature #6498: V2 Metacat MN and CN Support
Make sure the CN utilities methods which change the system metadata only be allowed to CN subjects
History
#1 Updated by Jing Tao over 9 years ago
- Subject changed from Make sure the to Make sure the CN utilities methods which change the system metadata only be allowed to CN subjects
Those methods are:
CNCore.registerSystemMetadata()
CNCore,updateSystemMetadata()
CNReplication.setReplicationStatus()
CNReplication.updateReplicationMetadata()
CNReplication.deleteReplicationMetadata()
#2 Updated by Jing Tao over 9 years ago
- % Done changed from 0 to 30
- Status changed from New to In Progress
The above rule has been implemented in those methods.
#3 Updated by Jing Tao over 9 years ago
- Assignee set to Jing Tao
#4 Updated by Jing Tao over 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
- translation missing: en.field_remaining_hours set to 0.0
The code was added in the CNodeService method.
#5 Updated by Jing Tao over 9 years ago
- Status changed from Closed to In Progress
- % Done changed from 100 to 30
- Estimated time set to 0.00
We found that CNReplication.setReplicationStatus() should be called by both CNs and MNs. So i reopen this bug.
Also we need to update the documentation as well.
#6 Updated by Jing Tao over 9 years ago
CNReplication.setReplicationStatus() can be called by both CNs and MNs now.
#7 Updated by Jing Tao over 9 years ago
API documentation was updated.
#8 Updated by Jing Tao over 9 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
It passed Andrei's test.