Resolves gh-71 bug, so that admin views that has no fields are still accessible. Fixed gh-72 to insure all components on Joomla version 3.7.0 works and looks correctly. Please just recompile your components for Joomla v3.7.0
This commit is contained in:
2
admin/sql/updates/mysql/2.4.3.sql
Normal file
2
admin/sql/updates/mysql/2.4.3.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `#__componentbuilder_joomla_component` ADD `export_buy_link` VARCHAR(255) NOT NULL DEFAULT '' AFTER `emptycontributors`;
|
||||
ALTER TABLE `#__componentbuilder_joomla_component` ADD `export_package_link` VARCHAR(255) NOT NULL DEFAULT '' AFTER `export_buy_link`;
|
Reference in New Issue
Block a user