You've already forked AstralRinth
forked from didirus/AstralRinth
Fix dep project not showing
This commit is contained in:
@@ -648,12 +648,12 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (const dependency of this.version.dependencies) {
|
for (const dependency of this.version.dependencies) {
|
||||||
dependency.project = this.dependencies.projects.find(
|
|
||||||
(x) => x.id === dependency.project_id
|
|
||||||
)
|
|
||||||
dependency.version = this.dependencies.versions.find(
|
dependency.version = this.dependencies.versions.find(
|
||||||
(x) => x.id === dependency.version_id
|
(x) => x.id === dependency.version_id
|
||||||
)
|
)
|
||||||
|
dependency.project = this.dependencies.projects.find(
|
||||||
|
(x) => x.id === dependency.version.project_id
|
||||||
|
)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
async addDependency() {
|
async addDependency() {
|
||||||
|
|||||||
Reference in New Issue
Block a user