Skip to content
Snippets Groups Projects
Commit 1f68ca7c authored by Dasan Ibrahim's avatar Dasan Ibrahim
Browse files

Bug fixing

parent 2e3cd0fa
No related branches found
No related tags found
1 merge request!4merge dev to main
......@@ -385,13 +385,9 @@ func registerNavigation(appCtx *hctx.AppCtx, webCtx *web.Ctx) {
// GEÄNDERT: URL korrigiert von "/project/list" zu "/project/list"
webCtx.Navigation.Add("eiffel.project.collection", web.NavItem{
<<<<<<< HEAD
URL: "/project/list", // Die URL zu deiner Projekt-Sammlung-Seite
Name: "Projekt-Sammlung", // Der Name, der angezeigt wird
=======
URL: "/project/list", // Korrekte URL für das neue Project-Modul
Name: "Projekt-Sammlung",
>>>>>>> 2cbb95617aafc4005076b095bfb267b99d92f96d
Display: func(io web.IO) (bool, error) {
return true, nil
},
......
......@@ -3,6 +3,8 @@ package web
import (
"errors"
"fmt"
"net/http"
"github.com/google/uuid"
"github.com/org-harmony/harmony/src/app/template"
"github.com/org-harmony/harmony/src/app/user"
......@@ -11,7 +13,6 @@ import (
"github.com/org-harmony/harmony/src/core/util"
"github.com/org-harmony/harmony/src/core/validation"
"github.com/org-harmony/harmony/src/core/web"
"net/http"
)
var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment