Pad.ma: When sorting videos by title, list icon byline in context browser says "undefined" #2777

Closed
opened 2015-05-19 08:00:11 +00:00 by rlx · 5 comments
Owner
No description provided.
j added the
frontend
label 2015-05-19 08:00:11 +00:00
j added this to the 14.04 milestone 2015-05-19 08:00:11 +00:00
rlx was assigned by j 2015-05-19 08:00:11 +00:00
j added the
normal
defect
labels 2015-05-19 08:00:11 +00:00
Owner

in list.js some values are hard coded:

if (['title', 'director', 'random'].indexOf(sortKey) > -1) {
                    info = data['year'] || data['date'] || '';

I dont get undefined: https://pad.ma/grid/title

in list.js some values are hard coded: ``` if (['title', 'director', 'random'].indexOf(sortKey) > -1) { info = data['year'] || data['date'] || ''; ``` I dont get undefined: <https://pad.ma/grid/title>
Owner

ah context browser. needs the same code..

ah context browser. needs the same code..
Owner

In []changeset:pandora,4973:

#!CommitTicketReference repository="" revision="pandora,4973"
also fallback to date in context browser, fixes #2777
In []changeset:pandora,4973: ``` #!CommitTicketReference repository="" revision="pandora,4973" also fallback to date in context browser, fixes #2777 ```
j added the
fixed
label 2015-05-19 09:17:51 +00:00
j closed this issue 2015-05-19 09:17:51 +00:00
Author
Owner

Same issue in "View with Timelines" list view

Same issue in "View with Timelines" list view
Owner

yes this also already fixed in #2778 []changeset:pandora,4974

yes this also already fixed in #2778 []changeset:pandora,4974
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#2777
No description provided.