Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openADOM-frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Show more breadcrumbs
anaee-dev
OpenAdom
openADOM-frontend
Merge requests
!38
Mise en place de l'interface internationalisée des menus pour repository
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Mise en place de l'interface internationalisée des menus pour repository
test-champs-comment
into
to_master
Overview
4
Commits
29
Pipelines
5
Changes
53
Merged
VARLOTEAUX Lucile
requested to merge
test-champs-comment
into
to_master
3 years ago
Overview
4
Commits
29
Pipelines
5
Changes
53
Expand
0
0
Merge request reports
Compare
to_master
version 5
7a7c51a0
3 years ago
version 4
6a9e54c5
3 years ago
version 3
38b11be1
3 years ago
version 2
9fa36291
3 years ago
version 1
9fa36291
3 years ago
to_master (base)
and
latest version
latest version
d3cddb57
29 commits,
3 years ago
version 5
7a7c51a0
28 commits,
3 years ago
version 4
6a9e54c5
26 commits,
3 years ago
version 3
38b11be1
25 commits,
3 years ago
version 2
9fa36291
24 commits,
3 years ago
version 1
9fa36291
256 commits,
3 years ago
53 files
+
1279
−
671
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
53
Search (e.g. *.vue) (Ctrl+P)
src/main/java/fr/inra/oresing/model/Application.java
+
1
−
0
Options
@@ -13,6 +13,7 @@ import java.util.UUID;
@ToString
(
callSuper
=
true
)
public
class
Application
extends
OreSiEntity
{
private
String
name
;
private
String
comment
;
private
List
<
String
>
referenceType
;
private
List
<
String
>
dataType
;
private
Configuration
configuration
;
Loading