Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 26642c8

Browse files
author
Gaute Magnussen
committed
Fixed issue 1
1 parent 5a7d7d0 commit 26642c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CQRSGui/Views/Home/Details.aspx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Name: <%:Model.Name%><br />
77
Count: <%: Model.CurrentCount %><br /><br />
88

99
<%: Html.ActionLink("Rename","ChangeName", new{Id=Model.Id}) %><br />
10-
<%: Html.ActionLink("Deactivate","Deactivate",new{Id=Model.Id}) %><br />
10+
<%: Html.ActionLink("Deactivate","Deactivate",new{Id=Model.Id, Version=Model.Version}) %><br />
1111
<%: Html.ActionLink("Check in","CheckIn", new{Id=Model.Id}) %><br />
1212
<%: Html.ActionLink("Remove","Remove", new{Id=Model.Id,Version=Model.Version}) %>
1313
</asp:Content>

0 commit comments

Comments
 (0)