inaes-tic / mbc-caspa

MBC Playout Server {mlt edition}
tic.inaes.gob.ar
GNU Affero General Public License v3.0
11 stars 8 forks source link

Client search on Playlist Error #157

Closed josx closed 11 years ago

josx commented 11 years ago

In MediaListView:

                model.get('name').search(re) < 0

Model collection no always has name property, so when it is not defined gives us

Uncaught TypeError: Cannot call method 'search' of undefined 

We need to check it before getting the value.