Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Nov 2012 at 07:36 UTC
Updated:
29 Jul 2014 at 21:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerThanks for reporting!
Posting the fix, but i think this should be able tested so the fail never happens again
Comment #2
tajinder.minhas commentedYour welcome dawehner,
I want to be more active in community, so finding the ways for me. I found checking drupal8 interesting so was working on it. Maybe you can suggest better way to get involved in the community.
Comment #3
dawehnerWelcome in the community!
So one way how you could get involved is to write tests for that issue.
The idea behind is to write code, which checks the expected output.
The file in which the tests for that field exists is http://api.drupal.org/api/drupal/core!modules!views!lib!Drupal!views!Tes...
so feel free to improve them. Feel free to ask if you need more information.
Comment #4
dawehnerLet's replace the existing tests with phpunit and extend it with pager related tests.
Comment #5
ParisLiakos commentedi am not sure whether we could break this test up so we dont duplicate code?
especially this for loop is 3 times the same code
Comment #6
dawehnerReally good idea!!
So what about something like that?
Comment #8
ParisLiakos commented#6: vdc-1830828-6.patch queued for re-testing.
Comment #9
ParisLiakos commenteddefinitely better now, i canm understand whats going on
this will be fixed @ #2005616: Views should use ['#attached']['library'] rather than ['#attached']['css']
whichever goes in first the other will be rerolled
Comment #10
ParisLiakos commentedissue above committed
Comment #11
panchoJust a reroll after #2005616: Views should use ['#attached']['library'] rather than ['#attached']['css'].
Comment #12
ParisLiakos commentedthank you
Comment #13
alexpottCommitted bf1b3d2 and pushed to 8.x. Thanks!
Comment #14.0
(not verified) commentedI have mentioned the steps how to reproduce the issue which i have raised.