From 06a51ea23e05605d19e788bb4270cb1e8b305840 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 11 Nov 2010 13:12:44 +0000 Subject: [PATCH] 2010-11-11 Miguel de Dios * extensions/insert_data.php: fixed to force include the "autocomplete" library javascript. Fixes: #3103590 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3576 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/extensions/insert_data.php | 1 + 2 files changed, 8 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index b7ae0b70ee..b0fa661099 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2010-11-11 Miguel de Dios + + * extensions/insert_data.php: fixed to force include the "autocomplete" + library javascript. + + Fixes: #3103590 + 2010-11-11 Sergio Martin * include/fgraph.php: Fixed session auth for diff --git a/pandora_console/extensions/insert_data.php b/pandora_console/extensions/insert_data.php index 7a6f225330..2bccc6ae66 100644 --- a/pandora_console/extensions/insert_data.php +++ b/pandora_console/extensions/insert_data.php @@ -147,6 +147,7 @@ function mainInsertData() { require_jquery_file ('ui.core'); require_jquery_file ('ui.datepicker'); require_jquery_file ('timeentry'); + require_jquery_file ('autocomplete'); ?>