diff --git a/Controller/BackendController.php b/Controller/BackendController.php index ec0b33e..920451b 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -142,9 +142,8 @@ final class BackendController extends Controller $mapperQuery = ProfileMapper::get() ->with('account') - ->with('image') - ->with('location') - ->with('contactElements'); + ->with('account/locations') + ->with('image'); /** @var \Modules\Profile\Models\Profile $profile */ $profile = $request->getData('for') !== null diff --git a/Theme/Backend/Components/AccountGroupSelector/base.tpl.php b/Theme/Backend/Components/AccountGroupSelector/base.tpl.php index 773776d..b2efb5e 100755 --- a/Theme/Backend/Components/AccountGroupSelector/base.tpl.php +++ b/Theme/Backend/Components/AccountGroupSelector/base.tpl.php @@ -46,7 +46,7 @@