delete cms app and move dom magic to respective components; profil vue router integration; profil component reloads with watcher on uid property; profiLUpdateRequest app->comp TODO; deleted profil app;

This commit is contained in:
Johann Hoffmann
2025-01-22 15:16:15 +01:00
parent bb8ebdd465
commit de8a206f27
9 changed files with 115 additions and 516 deletions
-1
View File
@@ -68,7 +68,6 @@ class Cms extends Auth_Controller
);
$this->load->view('CisRouterView/CisRouterView.php', ['viewData' => $viewData, 'route' => 'Content']);
// $this->load->view('CisVue/Cms/Content', ['content_id' => $content_id, 'template_kurzbz' => $content->template_kurzbz, 'version' => $version, 'sprache' => $sprache, 'sichtbar' => $sichtbar]);
}
/**