Merge pull request #8486 from open-sausages/pulls/4.3/just-turning-a-page

BUG Gridfield pagination detected as form change
This commit is contained in:
Robbie Averill 2018-10-17 11:35:26 +02:00 committed by GitHub
commit ee23a70ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
$FirstPage $PreviousPage
<span class="pagination-page-number">
<%t SilverStripe\\Forms\\GridField\\GridFieldPaginator.Page 'Page' %>
<input class="text" title="Current page" value="$CurrentPageNum" data-skip-autofocus="true" />
<input class="text no-change-track" title="Current page" value="$CurrentPageNum" data-skip-autofocus="true" />
<%t SilverStripe\\Forms\\GridField\\GridFieldPaginator.OF 'of' is 'Example: View 1 of 2' %>
$NumPages
</span>