Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Team 14 - IDATT1002
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
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eirik Steira
Team 14 - IDATT1002
Merge requests
!143
bugfix in image models
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bugfix in image models
tag-fix
into
dev
Overview
0
Commits
3
Pipelines
3
Changes
2
Merged
Simon Jensen
requested to merge
tag-fix
into
dev
5 years ago
Overview
0
Commits
3
Pipelines
3
Changes
2
Expand
Fix adding tags to image
0
0
Merge request reports
Compare
dev
version 3
85581bc0
5 years ago
version 2
85581bc0
5 years ago
version 1
45764d61
5 years ago
dev (base)
and
latest version
latest version
ae8250ab
3 commits,
5 years ago
version 3
85581bc0
2 commits,
5 years ago
version 2
85581bc0
2 commits,
5 years ago
version 1
45764d61
1 commit,
5 years ago
2 files
+
7
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/main/java/NTNU/IDATT1002/models/Image.java
+
1
−
1
Options
@@ -97,7 +97,7 @@ public class Image {
}
public
void
addTags
(
ArrayList
<
Tag
>
tags
)
{
tags
.
addAll
(
tags
);
this
.
tags
.
addAll
(
tags
);
}
public
void
addTag
(
Tag
tag
){
Loading