When I enter data for more than 10 tracks, it still only displays the first ten. Looking at station_playlist_track it IS storing the data (all 20 tracks are there), but only the first ten display when you go to the node.

CommentFileSizeAuthor
#1 station_582778.patch733 bytestim.plunkett

Comments

tim.plunkett’s picture

Title: Playlist only displays 10 tracks of each node regardless of how many are entered » station_playlist_tracks only displays 10 tracks by default
Version: 6.x-2.0-unstable4 » 6.x-2.x-dev
Status: Active » Needs review
StatusFileSize
new733 bytes

This is technically not a bug, since Views is doing exactly what it's told.
In different scenarios, I've either overridden the view to either use a pager or to show all results.
This patch forces the view to do the latter, since I think that's the most commonly expected behavior.

drewish’s picture

Status: Needs review » Fixed

good call. committed to HEAD.

refreshingapathy’s picture

Gentlemen,

You are both amazing, thank you for the quick fix! I'm about to go live with the new site, so I'll keep throwing any bugs and little patches I make over here.

drewish’s picture

the real thanks goes to tim.plunkett. i'd totally lazy out but since he finds time to roll patches i feel like it's the least i can do to review them and commit them.

please keep the bug report coming.

refreshingapathy’s picture

Status: Fixed » Reviewed & tested by the community

I've installed the Sept 24th update from HEAD and it seems that this patch was either not committed or not fixed somehow - still only have 10 tracks displaying. When I patch from the one posted above, it works fine.

drewish’s picture

Status: Reviewed & tested by the community » Fixed

humm... i just checked and it looks patched to me. did you try clearing the views cache? or you might have had an overridden view. let me know if it continues to be a problem.

refreshingapathy’s picture

Cleared views cache and this is good. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.