Skip to content

Commit 3d82039

Browse files
IchHabRechtmschwemer
authored andcommitted
[BUGFIX] Set correct export field uids
As all filter requests are forwarded from the dispatch action to the list action, the request is evaluated as "invalid" and submitted form values are used by default. To ensure the current (new) field uids for an export are taken into account, the corresponding attribute "respectSubmittedDataValue" needs to be set.
1 parent 1ea1e43 commit 3d82039

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/Private/Partials/Module/Export.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
<f:form.hidden
149149
name="export[fields]"
150150
value="{vh:string.implodeField(objects:'{vh:getter.getFieldsFromForm(form:firstForm,property:\'uid\',fieldType:\'exportable\')}')}"
151-
id="export_fields" />
151+
id="export_fields"
152+
respectSubmittedDataValue="false" />
152153
</f:if>
153154

0 commit comments

Comments
 (0)