1
0
Fork 0

issue #656: Cannot create unique index through web interface

This commit is contained in:
Jan Steemann 2013-11-04 08:45:57 +01:00
parent c7039cb9ac
commit b39e7e341c
1 changed files with 1 additions and 2 deletions

View File

@ -788,8 +788,7 @@ var documentsView = Backbone.View.extend({
$('#newIndexType'+type).show();
},
checkboxToValue: function (id) {
var checked = $(id).is('checked');
return checked;
return $(id).prop('checked');
},
getIndex: function () {
this.index = window.arangoCollectionsStore.getIndex(this.collectionID, true);