ListTags: Set the can_delete field
Change-Id: I3cfd21d7726bdaaab741c646de8c93d5805b0d9f
This commit is contained in:
@@ -134,7 +134,7 @@ public class CreateTag implements RestModifyView<ProjectResource, TagInput> {
|
||||
result.getObjectId(),
|
||||
identifiedUser.get().getAccount());
|
||||
try (RevWalk w = new RevWalk(repo)) {
|
||||
return ListTags.createTagInfo(result, w);
|
||||
return ListTags.createTagInfo(result, w, refControl);
|
||||
}
|
||||
}
|
||||
} catch (InvalidRevisionException e) {
|
||||
|
||||
Reference in New Issue
Block a user