Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSLogic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
VIPS
VIPSLogic
Merge requests
!17
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
master
Overview
0
Commits
66
Pipelines
0
Changes
1
Merged
Tor-Einar Skog
requested to merge
develop
into
master
5 years ago
Overview
0
Commits
66
Pipelines
0
Changes
1
Expand
Creating a baseline
0
0
Merge request reports
Viewing commit
692cf10b
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
692cf10b
Hiding observer name from observations to all external applications
· 692cf10b
Tor-Einar Skog
authored
6 years ago
src/main/java/no/nibio/vips/logic/entity/Observation.java
+
1
−
0
Options
@@ -536,6 +536,7 @@ public class Observation implements Serializable, no.nibio.vips.observation.Obse
* @return the user
*/
@Transient
@JsonIgnore
public
VipsLogicUser
getUser
()
{
return
user
;
}
Loading