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
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage custom_admin_view.css
|
@subpackage custom_admin_view.css
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage custom_admin_views.css
|
@subpackage custom_admin_views.css
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage custom_admin_view.php
|
@subpackage custom_admin_view.php
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage custom_admin_views.php
|
@subpackage custom_admin_views.php
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage custom_admin_view.php
|
@subpackage custom_admin_view.php
|
||||||
@ -189,7 +189,7 @@ class ComponentbuilderModelCustom_admin_view extends JModelAdmin
|
|||||||
$objectUpdate->id = (int) $item->id;
|
$objectUpdate->id = (int) $item->id;
|
||||||
$objectUpdate->custom_button = json_encode($bucket);
|
$objectUpdate->custom_button = json_encode($bucket);
|
||||||
// be sure to update the table if we found repeatable fields that are still not converted
|
// 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))
|
if (!empty($item->id))
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage custom_admin_views.php
|
@subpackage custom_admin_views.php
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage custom_admin_view.js
|
@subpackage custom_admin_view.js
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage custom_admin_view.php
|
@subpackage custom_admin_view.php
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage submitbutton.js
|
@subpackage submitbutton.js
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage edit.php
|
@subpackage edit.php
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage view.html.php
|
@subpackage view.html.php
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage default.php
|
@subpackage default.php
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage default_batch_body.php
|
@subpackage default_batch_body.php
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage default_batch_footer.php
|
@subpackage default_batch_footer.php
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage default_body.php
|
@subpackage default_body.php
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage default_foot.php
|
@subpackage default_foot.php
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage default_head.php
|
@subpackage default_head.php
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage default_toolbar.php
|
@subpackage default_toolbar.php
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|_|
|
|_|
|
||||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||||
|
|
||||||
@version @update number 31 of this MVC
|
@version @update number 32 of this MVC
|
||||||
@build 13th October, 2017
|
@build 14th October, 2017
|
||||||
@created 13th August, 2015
|
@created 13th August, 2015
|
||||||
@package Component Builder
|
@package Component Builder
|
||||||
@subpackage view.html.php
|
@subpackage view.html.php
|
||||||
|
Loading…
Reference in New Issue
Block a user