Added the option to import JCB packages with GUID mapping. Resolved gh-657 to allow for painless fieldtype change in the field area.
This commit is contained in:
@ -51,7 +51,7 @@ class ComponentbuilderRouter extends JComponentRouterBase
|
||||
{
|
||||
$view = $query['view'];
|
||||
|
||||
if (empty($query['Itemid']))
|
||||
if (empty($query['Itemid']) && !(isset($view) && isset($query['id']) && ($view === 'api')))
|
||||
{
|
||||
$segments[] = $query['view'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user