1. Goto admin/structure/types/manage/article/display/default
2. Select a layout
3. Save
The admin/structure/types/manage/article/display/default page will got this Javascript issue:
drupal.js?v=8.3.0-dev:59 Uncaught TypeError: rowHandlers[data.rowHandler] is not a constructor
(anonymous function) @ field_ui.js?v=8.3.0-dev:114
each @ jquery.min.js?v=2.2.3:2
each @ jquery.min.js?v=2.2.3:2
attach @ field_ui.js?v=8.3.0-dev:105
(anonymous function) @ field_ui.js?v=8.3.0-dev:75
each @ jquery.min.js?v=2.2.3:2
each @ jquery.min.js?v=2.2.3:2
attach @ field_ui.js?v=8.3.0-dev:74
Drupal.attachBehaviors @ drupal.js?v=8.3.0-dev:160
(anonymous function) @ drupal.init.js?v=8.3.0-dev:17
t @ ready.min.js?v=1.0.8:4
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | js_uncaught-2839309-2.patch | 605 bytes | alex_optim |
Comments
Comment #2
alex_optimFixed error js.
Create patch. Please check.
Comment #3
alex_optimComment #4
aspilicious commentedI need to verify this.
Comment #5
swentel commentedthis can't be right ?
Comment #6
aspilicious commentedThe patch should be "field".
But that's not the real problem, the real problem is that ds.admin.js contains code to add a custom row handler but that one is commented. (probably because it doesn't work)
The region column is also missing in the UI...
Comment #7
aspilicious commentedNever mind, I think I can fix it... :)
Comment #9
aspilicious commentedIn the end the patch was ok, (after I changed fireld to field).
I removed our custom handling as it isn't needed anymore.
I had some troubles with testing because of cached javascript.
Thnx for all the help!