removed linked components from admin views.

This commit is contained in:
2017-10-30 21:19:39 +02:00
parent 306a9b9613
commit 5553e2b822
46 changed files with 487 additions and 744 deletions

View File

@ -222,8 +222,8 @@ CREATE TABLE IF NOT EXISTS `#__componentbuilder_admin_view` (
KEY `idx_name_single` (`name_single`),
KEY `idx_name_list` (`name_list`),
KEY `idx_type` (`type`),
KEY `idx_source` (`source`),
KEY `idx_add_fadein` (`add_fadein`),
KEY `idx_source` (`source`),
KEY `idx_add_css_view` (`add_css_view`),
KEY `idx_add_php_getitems` (`add_php_getitems`),
KEY `idx_add_css_views` (`add_css_views`),