Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
greg
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
it-bott-integrasjoner
greg
Merge requests
!284
GREG-214: Switching to showing orgreg ID in dropdown for units
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
GREG-214: Switching to showing orgreg ID in dropdown for units
GREG-214_show_org_reg_id_for_departments
into
master
Overview
6
Commits
4
Pipelines
4
Changes
4
All threads resolved!
Hide all comments
Merged
Tore.Brede
requested to merge
GREG-214_show_org_reg_id_for_departments
into
master
3 years ago
Overview
6
Commits
4
Pipelines
4
Changes
4
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
93557fa0
Prev
Next
Show latest version
4 files
+
45
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
93557fa0
GREG-214: Adding nno and eng acronyms
· 93557fa0
Tore.Brede
authored
3 years ago
frontend/src/hooks/useOus/index.tsx
+
2
−
0
Options
@@ -7,6 +7,8 @@ type OuData = {
en
:
string
orgreg_id
?:
string
acronym_nob
?:
string
acronym_nno
?:
string
acronym_eng
?:
string
}
function
useOus
():
OuData
[]
|
undefined
{
Loading