fixed bug in custom admin view, due to incorrect space in table name

This commit is contained in:
Llewellyn van der Merwe 2017-10-14 05:41:14 +02:00
parent 2b7914f05d
commit fbfeef5353
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
19 changed files with 39 additions and 39 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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))

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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