Closed (fixed)
Project:
Weight
Version:
8.x-3.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2016 at 12:52 UTC
Updated:
11 Jun 2016 at 02:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
fictionindustries commentedSame problem here. Without the weightselector everything works just fine. Once I add the weight selector to the table I get the same output and this error as well:
Deprecated function: Non-static method Drupal\weight\Plugin\Field\FieldWidget\WeightSelectorWidget::rangeOptions() should not be called statically, assuming $this from incompatible context in Drupal\weight\Plugin\views\field\WeightSelector->viewsForm() (line 66 of modules/contrib/weight/src/Plugin/views/field/WeightSelector.php).Comment #3
luksakWere you able to solve this in the meantime?
Comment #4
jlicht commentedThe problem is that the markup for the selector row was being escaped. Here's a patch that uses ViewsRenderPipelineMarkup to fix this.
Comment #5
luksakThis patch fixes the issue of the missing selects. RTBC
Something seems to be broken with the tabledrag. The handles are hidden. But lets create a follow up for this.
Comment #6
luksakHere is the follow-up: #2689377: Tabledrag handles are hidden
Comment #7
morsokWorks for me too, thank you !
Comment #8
davisbenThanks for the patch. Committed to 8.x-3.x.