mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°1370 fix Portal ManageBrick regression : can search again in table details view
SVN:trunk[5670]
This commit is contained in:
@@ -228,7 +228,7 @@
|
||||
})
|
||||
|
||||
showTableLoader($('#table-{{ sAreaId }}'));
|
||||
var oTable{{ sAreaId }} = $('#table-{{ sAreaId }}').dataTable({
|
||||
var oTable{{ sAreaId }} = $('#table-{{ sAreaId }}').DataTable({
|
||||
"language": {
|
||||
"processing": "{{ 'Portal:Datatables:Language:Processing'|dict_s }}",
|
||||
"search": "{{ 'Portal:Datatables:Language:Search'|dict_s }}",
|
||||
|
||||
Reference in New Issue
Block a user