Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Admin panel - Fix for Knowledgebase - EditArticle (link)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Sep 24, 2020
1 parent b87007b commit 32b90e5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@
columns: [{
field: "Article2Name",
title: "@T("Admin.ContentManagement.Knowledgebase.KnowledgebaseArticle.Fields.Name")",
template: '<a href="@Url.Action("EditArticle", "Knowledgebase")/#=Article2Id#">#=kendo.htmlEncode(Article2Name)#</a>',
template: '<a href="@Url.Action("EditArticle", "Knowledgebase", new { id = "" } )/#=Article2Id#">#=kendo.htmlEncode(Article2Name)#</a>',
width: 400
}, {
field: "DisplayOrder",
Expand Down

0 comments on commit 32b90e5

Please sign in to comment.