Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 5edaa01e authored by GotthardG's avatar GotthardG
Browse files

Refactor Dewar service methods and improve field handling

Updated Dewar API methods to use protected endpoints for enhanced security and consistency. Added `pgroups` handling in various frontend components and modified the LogisticsView contact field for clarity. Simplified backend router imports for better readability.
parent c2215860
No related branches found
No related tags found
No related merge requests found
Pipeline #48127 failed
...@@ -35,5 +35,5 @@ def test_protected_route(): ...@@ -35,5 +35,5 @@ def test_protected_route():
assert response.status_code == 200 assert response.status_code == 200
assert response.json() == { assert response.json() == {
"username": "testuser", "username": "testuser",
"pgroups": [20000, 20001, 20002, 20003], "pgroups": ["20000", "20001", "20002", "20003"],
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment