Missing Version parameter in Details view
bonder opened this issue · 2 comments
bonder commented
Please change the Deactivate link in Details.aspx to:
<%: Html.ActionLink("Deactivate","Deactivate",new{Id=Model.Id, Version=Model.Version}) %>
(current version does not pass Version but controller expects it)
gautema commented
This should be fixed now.
bonder commented
Looks good! Thanks!