mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 20:39:17 +02:00
Amend link to license in track detail page
This commit is contained in:
parent
bc39b18173
commit
46b4bc68b1
2 changed files with 2 additions and 1 deletions
1
changes/changelog.d/913.bugfix
Normal file
1
changes/changelog.d/913.bugfix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fix missing license information on track details page (#913)
|
|
@ -116,7 +116,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
fetchLicenseData(licenseId) {
|
fetchLicenseData(licenseId) {
|
||||||
var self = this
|
var self = this
|
||||||
let url = `licenses/${licenseId}/`
|
let url = `licenses/${licenseId}`
|
||||||
axios.get(url).then(response => {
|
axios.get(url).then(response => {
|
||||||
self.licenseData = response.data
|
self.licenseData = response.data
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue