Project

General

Profile

« Previous | Next » 

Revision 6521

set the originating member node on update()

View differences:

MNodeService.java
268 268
            throw new InvalidRequest("1202", "The object with the provided " + "identifier was not found.");
269 269
        }
270 270
        
271
        // set the originating node
272
        NodeReference originMemberNode = this.getCapabilities().getIdentifier();
273
        sysmeta.setOriginMemberNode(originMemberNode);
274
        
271 275
        // set the submitter to match the certificate
272 276
        sysmeta.setSubmitter(subject);
273 277

  

Also available in: Unified diff