Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Jul 2013 at 12:11 UTC
Updated:
29 Jul 2014 at 22:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damiankloip commentedComment #2
dawehnerNice!
Lets move the __construct method to the top, as it is more important that create.
Comment #3
dawehnerComment #4
damiankloip commentedSame again.. PHPStorm++
Comment #6
damiankloip commented#4: 2046993-4.patch queued for re-testing.
Comment #7
dawehnerThank you very much!
Comment #8
alexpottMissing @var documentation and protected scope.
Comment #9
damiankloip commentedTotally right. Here we go.
Comment #10
dawehnerI guess we need #2046983: Inject dependencies into ViewsEntityRow derivative class in first?
Comment #11
damiankloip commented#9: 2046993-9.patch queued for re-testing.
Tis in.
Comment #12
damiankloip commentedI will add a couple of tests here to EXposedFormTest - We need to test that exposed forms that have the exposed_block options do a. not show up as regular exposed and b. creates a block.
Comment #13
damiankloip commentedI take it back, see #2057831: Exposed filter blocks do not work anymore - we should fix the other stuff over there.
Comment #14
jibran#9: 2046993-9.patch queued for re-testing.
Comment #15
dawehnerPerfect!
Comment #16
alexpottCommitted cb5397f and pushed to 8.x. Thanks!