Need valdig title at album
1 unresolved thread
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
Activity
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); changed this line in version 4 of the diff
mentioned in commit 847b09ce
Please register or sign in to reply