Skip to content

Commit eeac292

Browse files
Merge pull request #567 from creative-commoners/pulls/7.0/rename-ffv
API Rename FormField Value to getFormattedValue
2 parents a95b04b + 5d6808c commit eeac292

File tree

1 file changed

+1
-1
lines changed
  • templates/Symbiote/AdvancedWorkflow/DataObjects/WorkflowActionInstance

1 file changed

+1
-1
lines changed

templates/Symbiote/AdvancedWorkflow/DataObjects/WorkflowActionInstance/ReadonlyField.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%-- Modified from silverstripe/admin/themes/cms-forms/templates/SilverStripe/Forms/ReadonlyField.ss to change p to div --%>
22
<div id="$ID" tabIndex="0" class="form-control-static<% if $extraClass %> $extraClass<% end_if %>" <% include SilverStripe/Forms/AriaAttributes %>>
3-
$Value
3+
$FormattedValue
44
</div>
55
<% if $IncludeHiddenField %>
66
<input $getAttributesHTML("id", "type") id="hidden-{$ID}" type="hidden" />

0 commit comments

Comments
 (0)