- Issue created by @zbberlin
- Assigned to kpoornima
- ๐ฎ๐ณIndia kpoornima
@zbberlin Did n't get ajax error. it is working fine after enable ajax in view. @zbberlin After enable ajax please clear cache and check.
Before updating png
After Updated png
Please refere video also
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 10:30am 17 August 2023 - ๐บ๐ฆUkraine gilmord ๐บ๐ฆUkraine
@zbberlin if clearing cache does not help - please share the error log (not the ajax error text, but the actual log - in the watchdog or in your server logs)
- ๐ฉ๐ชGermany zbberlin
thanks for your help!
here is the watchdog log:
Type page not found Date Thursday, August 24, 2023 - 11:03 User admin Location https://master-6zecc6bzaqy2cv2hnwsixtccemehuz50.tugboatqa.com/views/ajax?_wrapper_format=drupal_ajax&ajax_form=1&title=test Referrer https://master-6zecc6bzaqy2cv2hnwsixtccemehuz50.tugboatqa.com/test Message /views/ajax?title=test&ajax_form=1&_wrapper_format=drupal_ajax Severity Warning Hostname 172.18.111.2 Operations
- ๐ฉ๐ชGermany zbberlin
The error appears when a
exposed filters
was executed and at the same time Ajax is active.
Then the 404 error appears in the Ajax requestsee my screencast
- ๐ฎ๐ณIndia sumit-k
Replicated the mentioned issue, and it appears that enabling AJAX in Views is causing a conflict with the views exposed filter submit functionality. This conflict arises due to the AJAX form action path being overridden, which in turn affects the ability to perform updates.
Here are the steps to reproduce the issue:
- Create a view page that includes the title field and select the "Formatted editable" option.
- Add the node ID field to the filter criteria and expose it.
- Enable AJAX for the view.
- Visit the view page and apply filters.
- Notice that the update functionality is no longer working due to the form action path being overridden.
- Status changed to Active
about 1 year ago 9:07pm 6 November 2023 - ๐ธ๐ฐSlovakia coaston
I am unable to click on Update button at all.
I have tried on Edge first and got this popup error:and then I tried with google chrome. I was able to click update button, but after I refreshed page it was reverted. Once I tried to clear cache, again the same popup also on chrome.
- ๐ฆ๐นAustria maxilein
It seems to be specific to the latest dev.
On D10.1.6 with 1.0.1 it works..While after I installed the dev version. I had strange errors killing the site... Sorry that I cannot reproduce it any better.
- ๐จ๐ฆCanada erichomanchuk
It does not work with 1.0.1 on Drupal 9.5.11. To be more precise it works on a view with AJAX turned on but as soon as you use a filter or a sort on the view via ajax it no longer works the error in the log is "Page not found" when trying to edit a field.
- ๐ฌ๐งUnited Kingdom wturrell
I am also seeing this, not with the Editable Fields module, but using a (custom written) view bulk operation accessed via a Webform submission listing. So I'm interested to know the root causeโฆ
- ๐ฎ๐ณIndia rabindrakumar
Am also facing the same. Ajax Enabled Views + EditableFields in D-10 is not working. Tried with 1.0.2 / Dev version.
Any update on this issue?