Problem/Motivation
Many views UI buttons (Add, Rearrange etc.) only work on first click. Accepting or closing and then retrying results in nothing happening.
Cancelling Views modals result in the page being replaced by large amounts of JSON (results of the applicable views AJAX callback), which is dumped to the page rather than being actioned through the normal callback method.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | microserve-views-broken-2171165-1.patch | 484 bytes | markpavlitski |
Comments
Comment #1
markpavlitski commentedThis turns out to be an issue with clientside_validation (fixed in dev) which is causing a js error on the page.
Fixed with an existing patch (added to install profile).
Comment #2
markpavlitski commentedCommitted.