-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form Key Error with Pager on List Views #56
Comments
disproved: |
I can see the action URL is configured as diff --git a/view/adminhtml/hyva-grid/grid.xml b/view/adminhtml/hyva-grid/grid.xml
index 3b5f08e..b9d8a9f 100644
--- a/view/adminhtml/hyva-grid/grid.xml
+++ b/view/adminhtml/hyva-grid/grid.xml
@@ -17,7 +17,7 @@
</exclude>
</columns>
<actions idColumn="slider_id">
- <action id="edit" label="Edit" url="*/*/edit" idParam="slider"/>
+ <action id="edit" label="Edit" url="integernet_hyvaslider/slider/edit" idParam="slider"/>
</actions>
<navigation>
<buttons> I'll leave the issue open for now until you can confirm this fixes the problem. |
I've patched the |
@Vinai I can confirm this working for next page navigation, but clicking previous page link won't update anything. |
Thanks for letting me know. I'll look into this, but it will be a while because vacation. |
@lbuchholz I can't reproduce the issue paging through sliders or the test grids. |
Not really... Use case is hyva_slider with 40+ sliders, page size 20. While I can navigate to next and last page, I cannot go to previous or first page. |
Same behavior when you change to a page size of 10? |
Yes. |
I have created 30 sliders, no problem with paging back or forth. |
Do you have an answer to my question @lbuchholz? Could you check in the network tab in the devtools if there is some kind of exception or something? |
@Vinai Sorry for taking such a long time to respond. I just did a complete reinstall of all modules involved et voilà, works. 🙄 |
Error occures in the integer_net Slider module (see also internal ticket 17261)
When in a list the number of elements exceeds the standard qty er page (here 20), you cannot edit an element when
Instead, there's a form key error and you end up on the Dashboard.
Editing one of the first 20 elements, when the elements per page = 20 works though.
The text was updated successfully, but these errors were encountered: