U4-4198, adding a hidden field in the related links property editor to maintain the title property when editing. This will be mapped directly to the caption property value.

This commit is contained in:
Andy Rose
2015-02-04 16:30:14 +00:00
parent 2cdc89297f
commit 68ac167ec3

View File

@@ -15,6 +15,7 @@
<td style="word-wrap:break-word; word-break: break-all">
<span ng-show="!link.edit">{{link.caption}}</span>
<input type="text" ng-model="link.caption" ng-show="link.edit" />
<input type="hidden" ng-model="link.title" value="{{link.caption}}" />
</td>
<td style="word-wrap:break-word; word-break: break-all">
<div ng-show="!link.edit">