Skip to content
Snippets Groups Projects

Need valdig title at album

Merged Lars Brodin Østby requested to merge needValdigTitleAtAlbum into dev
1 unresolved thread

User now has to give an album a name on creation. Also fixed so the toString wont crash if user dosent add tags or description to album

Merge request reports

Merge request pipeline #79309 passed

Merge request pipeline passed for 5a0ddcef

Merged by Simon JensenSimon Jensen 5 years ago (Apr 9, 2020 5:22pm UTC)

Loading

Pipeline #79515 passed

Pipeline passed for 847b09ce on dev

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
82 82 Long currentAlbumId = App.ex.getChosenAlbumId();
83 83
84 84 Optional<Album> foundAlbum = albumService.getAlbumById(currentAlbumId);
85 foundAlbum.ifPresent(album -> {
85 foundAlbum. ifPresent(album -> {
86 86 currentAlbum = album;
87 NTNU.IDATT1002.models.Image titleImage = album.getImages().get(0);
87 NTNU.IDATT1002.models.Image titleImage = album.getImages().
88 get(0);
  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • merged

  • Simon Jensen mentioned in commit 847b09ce

    mentioned in commit 847b09ce

  • Please register or sign in to reply
    Loading