Skip to content
Snippets Groups Projects
Verified Commit 79ced951 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth Committed by Eliot Berriot
Browse files

Resolve "Clicking on playlist name from PlaylistModal does nothing if current...

Resolve "Clicking on playlist name from PlaylistModal does nothing if current page is that playlist's page"
parent a0510643
No related branches found
No related tags found
No related merge requests found
Clicking on the currently selected playlist in the Playlist popup will now close the popup (#807)
\ No newline at end of file
......@@ -57,7 +57,7 @@
:to="{name: 'library.playlists.detail', params: {id: playlist.id }, query: {mode: 'edit'}}"><i class="ui pencil icon"></i></router-link>
</td>
<td :title="playlist.name">
<router-link :to="{name: 'library.playlists.detail', params: {id: playlist.id }}">{{ playlist.name }}</router-link></td>
<router-link v-on:click.native="update(false)" :to="{name: 'library.playlists.detail', params: {id: playlist.id }}">{{ playlist.name }}</router-link></td>
<td><human-date :date="playlist.modification_date"></human-date></td>
<td>{{ playlist.tracks_count }}</td>
<td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment