- Merge request !7Issue #3283891: Use Lazy Builders to build wiget form β (Open) created by b_sharpe
- πΊπΈUnited States Albert Volkman
Albert Volkman β made their first commit to this issueβs fork.
- last update
over 1 year ago 12 pass, 1 fail - πΊπΈUnited States bluegeek9
Patch based on the existing pull request.
For testing with cweagans/composer-patches
The last submitted patch, 6: 3283891-lazy-build-6.patch, failed testing. View results β
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- Status changed to Needs work
11 months ago 6:59pm 4 January 2024 - First commit to issue fork.
- last update
11 months ago 14 pass - last update
11 months ago 14 pass MR !7 didn't work for me.
Rate version 3.1.0Cannot apply patch 3283891-Use Lazy Builders to build widget form (https://git.drupalcode.org/project/rate/-/merge_requests/7.patch)!
- Status changed to Needs review
3 months ago 3:27pm 26 August 2024 - π¨π¦Canada b_sharpe
@pearls you're using the patch, for composer you need to use the diff: https://git.drupalcode.org/project/rate/-/merge_requests/7.diff
:)) My mistake.
It's been applied but it still does not work with a view list using ajax.
I have view page which uses ajax and lists contents as rendered entity.It's ok for contents on top of list (First page)
However, when I try to like(rate) an entity after loading the next page of the list with ajax, I cannot rate any entity and the following message appears.Oops, something went wrong. Check your browser's developer console for more details.
If I remove the option to use ajax in the view(using pager) the rate module works for all entity in the list.
This is the story. Thanks.