mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-11 15:48:42 +00:00
more bug fixes
This commit is contained in:
parent
649cfecb3d
commit
f907bc19a0
|
|
@ -73,6 +73,7 @@ final class BackendController extends Controller
|
|||
$view->setTemplate('/Modules/Tag/Theme/Backend/tag-list');
|
||||
$view->data['nav'] = $this->app->moduleManager->get('Navigation')->createNavigationMid(1007501001, $request, $response);
|
||||
|
||||
// @bug Why is this returning languages different from english?
|
||||
$view->data['tags'] = TagMapper::getAll()
|
||||
->with('title')
|
||||
->where('title/language', $request->header->l11n->language)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user