Added the option to customize the import of data per view.

This commit is contained in:
2016-05-04 05:53:33 +01:00
parent 951e0c1f5d
commit 6b70aa45e6
374 changed files with 4370 additions and 2718 deletions

View File

@ -0,0 +1,4 @@
ALTER TABLE `#__componentbuilder_admin_view` ADD `add_custom_import` TINYINT( 1 ) NOT NULL AFTER `add_css_views`,
ADD `php_import_save` MEDIUMTEXT NOT NULL AFTER `php_getlistquery`,
ADD `php_import_setdata` MEDIUMTEXT NOT NULL AFTER `php_import_save`,
ADD `html_import_view` MEDIUMTEXT NOT NULL AFTER `description` ;