forked from joomla/Component-Builder
fixed bug in custom admin view, due to incorrect space in table name
This commit is contained in:
parent
2b7914f05d
commit
fbfeef5353
@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage custom_admin_view.css
|
||||
|
@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage custom_admin_views.css
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage custom_admin_view.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage custom_admin_views.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage custom_admin_view.php
|
||||
@ -189,7 +189,7 @@ class ComponentbuilderModelCustom_admin_view extends JModelAdmin
|
||||
$objectUpdate->id = (int) $item->id;
|
||||
$objectUpdate->custom_button = json_encode($bucket);
|
||||
// be sure to update the table if we found repeatable fields that are still not converted
|
||||
$this->_db->updateObject('#__componentbuilder_custom_admin_view ', $objectUpdate, 'id');
|
||||
$this->_db->updateObject('#__componentbuilder_custom_admin_view', $objectUpdate, 'id');
|
||||
}
|
||||
|
||||
if (!empty($item->id))
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage custom_admin_views.php
|
||||
|
@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage custom_admin_view.js
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage custom_admin_view.php
|
||||
|
@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage submitbutton.js
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage edit.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage view.html.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage default.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage default_batch_body.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage default_batch_footer.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage default_body.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage default_foot.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage default_head.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage default_toolbar.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 31 of this MVC
|
||||
@build 13th October, 2017
|
||||
@version @update number 32 of this MVC
|
||||
@build 14th October, 2017
|
||||
@created 13th August, 2015
|
||||
@package Component Builder
|
||||
@subpackage view.html.php
|
||||
|
Loading…
Reference in New Issue
Block a user