Bug 30070: Remove 'Configure' option from datatable
This passes 0 for table_settings effectively removing the 'Configure' option from the table. We haven't set up the background logic for table settings for this table and I don't believe there's a real use case for that here at the moment. Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
12ea4ec1f2
commit
116e117e01
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}, {}, 0);
|
}, 0, 0);
|
||||||
|
|
||||||
var EDIModal = $("#EDI_modal");
|
var EDIModal = $("#EDI_modal");
|
||||||
var EDIModalBody = $("#EDI_modal .modal-body");
|
var EDIModalBody = $("#EDI_modal .modal-body");
|
||||||
|
|
Loading…
Reference in a new issue