#19567: Link field target default does not work

Hidden Target FieldName was incorrect
Work Item: 19567

--HG--
branch : 1.x
This commit is contained in:
agriffard
2013-04-04 13:33:41 +02:00
parent 85721cb105
commit b1bac1ba12

View File

@@ -46,6 +46,6 @@
</div>
}
else {
@Html.Hidden(Html.FieldNameFor(m => m.Target), target)
@Html.Hidden("Target", target)
}
</fieldset>