When I click on the field link to edit it, the request times out and I get a 500.
"
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /admin/structure/views/ajax/handler/screening_survey_results/page_1/field/webform_submission_value_19
StatusText: Internal Server Error
ResponseText: "
POST http://localhost:8080/admin/structure/views/ajax/handler/screening_survey_results/page_1/field/webform_submission_value_19?_wrapper_format=drupal_ajax 500 (Internal Server Error)
(anonymous) @ VM833:2
send @ js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:4
ajax @ js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:4
Drupal.Ajax.eventResponse @ js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:4077
(anonymous) @ js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:3930
dispatch @ js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:3
r.handle @ js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:3
Drupal.AjaxErrormessage: "↵An AJAX HTTP error occurred.↵HTTP Result Code: 500↵Debugging information follows.↵Path: /admin/structure/views/ajax/handler/screening_survey_results/page_1/field/webform_submission_value_19↵StatusText: Internal Server Error↵ResponseText: "name: "AjaxError"__proto__: Error
at http://localhost:8080/sites/default/files/js/js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:3575:32
at http://localhost:8080/sites/default/files/js/js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:4738:3constructor: (xmlhttp, uri, customMessage)stack: "Error↵ at http://localhost:8080/sites/default/files/js/js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:3575:32↵ at http://localhost:8080/sites/default/files/js/js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:4738:3"__proto__: Objectconstructor: Error()message: ""name: "Error"toString: toString()__proto__: Object
Drupal.Ajax.error @ js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:4359
complete @ js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:3904
i @ js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:2
fireWith @ js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:2
z @ js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:4
(anonymous) @ js_4MN88zmIJDW0mob1pVwMJmvSwjB-1VPfLyliIYqoRZI.js:4
As you can see, it is not limited to just one field.

Comments
Comment #2
bucefal91 commentedHello!
mm, I'll need a bit more details. The error message you pasted above does not say more than what you have said in English. It must be something particular about your set up, because if the whole module had been unusable, we'd have had more than just you complaining on this subject. Maybe there is some specific module installed or something special about your view that triggers this misbehavior.
Do you have any errors in your drupal watchdog or PHP log error? Those would give much more insight to me.
Comment #3
bucefal91 commentedActually, I might have been wrong in my previous comment - I've just opened another issue and from it seems, actually the whole module might have been broken since Jan 31.
The related issue is #2848436: Fields don't load properly.
Could you try the latest dev snapshot of webform_views to see if it works?
Comment #4
robpowellCool I am not crazy, will test now.
Comment #5
robpowellThis now works as expected. Thanks for the quick turnaround.
Comment #6
bucefal91 commentedGreat!