Unverified Commit 3851551c authored by Martin Cech's avatar Martin Cech Committed by GitHub
Browse files

Merge pull request #15986 from ElectronicBlueberry/published-workflow-user-fix

[23.0] Fix invalid link to "workflows by owner"
parents 10a89a5e 24e1eee0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ export default {
            return this.plural.toLowerCase();
        },
        publishedByUser() {
            return `/${this.pluralPath}/list_published?f-username=${this.item.username}`;
            return `/${this.pluralPath}/list_published?f-username=${this.owner}`;
        },
        urlAll() {
            return `/${this.pluralPath}/list_published`;