mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#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:
@@ -46,6 +46,6 @@
|
||||
</div>
|
||||
}
|
||||
else {
|
||||
@Html.Hidden(Html.FieldNameFor(m => m.Target), target)
|
||||
@Html.Hidden("Target", target)
|
||||
}
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user