in TableLists, use options.unique, not options.columns[i].unique

This commit is contained in:
rolux 2012-06-28 00:24:02 +02:00
commit fcaf7c0375
9 changed files with 20 additions and 29 deletions

View file

@ -33,7 +33,6 @@ pandora.ui.titlesDialog = function() {
{
id: 'id',
title: 'ID',
unique: true,
visible: false
},
{
@ -58,7 +57,8 @@ pandora.ui.titlesDialog = function() {
keys: [],
max: 1,
scrollbarVisible: true,
sort: [{key: 'sorttitle', operator: '+'}]
sort: [{key: 'sorttitle', operator: '+'}],
unique: 'id'
})
.bindEvent({
init: function(data) {