Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Sep 2015 at 17:52 UTC
Updated:
22 Sep 2015 at 15:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
geertvd commentedComment #3
geertvd commentedComment #4
geertvd commentedAdded a test for this
Comment #6
dawehnerInteresting
Is this something we have to backport to D7?
Comment #7
geertvd commentedThis isn't an issue in D7 at the moment since
valueOptionsis not a multidimensional array there.Comment #8
duaelfrThank you @geertvd for that patches!
Coding standards are OK.
Tests are OK.
Patch fixes the bug (see below).
Before
After
Comment #9
lendudeAdded beta eval, patch looks good.
Comment #10
lendudeComment #11
jibran+1 LGTM
Comment #12
olli commentedIsn't this
$flat_options?Comment #13
geertvd commentedYes it should be, and that means that we need more test coverage there. Working on that.
Comment #14
geertvd commentedThis should add enough test coverage.
Comment #15
lendudeLooking at other user views tests this should be @group user
And maybe add a @see to the permissions filter handler?
Since this is testing UI strings, should the text be wrapped in t()? Not sure what the standard is, I see existing tests with and without t(), but running them through t() would make sense.
Comment #16
geertvd commentedFixed #15.1
I think this only necessary when we are actually testing something multilingual.
Comment #18
lendudeManually tested that 'select multiple values' scenario, and that works.
Looks good to go again then.
Comment #19
alexpottCommitted ed9b912 and pushed to 8.0.x. Thanks!
Thank you for adding the beta evaluation to the issue summary.