mirror of https://gitee.com/bigwinds/arangodb
issue #656: Cannot create unique index through web interface
This commit is contained in:
parent
c7039cb9ac
commit
b39e7e341c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue