Skip to content

Commit

Permalink
changed state to DIRTY when an object is created in tx bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed May 8, 2013
1 parent f95b2ff commit 760cae5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -91,6 +91,7 @@ public Response createObjectInTransaction(@PathParam("txid") final String txid,
}
final String path = toPath(pathlist);
final FedoraObject obj = objectService.createObject(tx.getSession(), path);
tx.setState(State.DIRTY);
return Response.ok(path).build();
}

Expand Down

0 comments on commit 760cae5

Please sign in to comment.