Added Wiki to JCB. Resolved gh-125 to insure phone numbers are treated as strings. Resolved gh-128 by adding field to Joomla Component View that allows javascript to be added globaly. Converted a few more repeatable fields to subform fields, this is an ongoing project to remove repeatable fields from JCB.
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 378 of this MVC
|
||||
@build 18th September, 2017
|
||||
@version @update number 385 of this MVC
|
||||
@build 6th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage view.html.php
|
||||
@@ -71,16 +71,16 @@ class ComponentbuilderViewJoomla_component extends JViewLegacy
|
||||
}
|
||||
|
||||
// Get Linked view data
|
||||
$this->vwmadmin_views = $this->get('Vwmadmin_views');
|
||||
$this->vwnadmin_views = $this->get('Vwnadmin_views');
|
||||
|
||||
// Get Linked view data
|
||||
$this->vwncustom_admin_views = $this->get('Vwncustom_admin_views');
|
||||
$this->vwocustom_admin_views = $this->get('Vwocustom_admin_views');
|
||||
|
||||
// Get Linked view data
|
||||
$this->vwosite_views = $this->get('Vwosite_views');
|
||||
$this->vwpsite_views = $this->get('Vwpsite_views');
|
||||
|
||||
// Get Linked view data
|
||||
$this->vwptranslation = $this->get('Vwptranslation');
|
||||
$this->vwqtranslation = $this->get('Vwqtranslation');
|
||||
|
||||
// Set the toolbar
|
||||
$this->addToolBar();
|
||||
|
Reference in New Issue
Block a user