Posted by Will Kirchheimer on June 2, 2008 at 7:06pm
3 followers
Jump to:
| Project: | Station |
| Version: | 5.x-2.x-dev |
| Component: | Playlists |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
Our Show Hosts are complaining about the Weight values starting at Zero versus 1. Many of them have their playlists on paper first and then transfer it. They find it counter-intuitive to add the fourth item in their playlist to the apparent weight of 3.
I have changed:
$weight=0;
to
$weight=1;
Near line 229 in the station_playlists.module
Just food for thought.
Thanks.
Comments
#1
need to get it into 2.x and then backport.
#2
In D6 I'm able to use the javascript tablesort so the weight won't be a problem any more.
#3
#4
The Drupal 5 versions are no longer supported, if someone would like to step up to co-maintain it then please do so, otherwise future work will only happen for D6 and D7. Thank you.