diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 36806301d..4f33c0e91 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -27,6 +27,7 @@ - RFE: show which user locked an asset in the asset manager - fix: dashlet user preference setting causing nested dashboard to appear - fix: saving edits to dashlet shortcuts kicks you out of your version tag + - fix: Discussion tmpl variables in Article asset 7.0.6 - fix: Error in DateTime.pm diff --git a/lib/WebGUI/Help/Asset_Article.pm b/lib/WebGUI/Help/Asset_Article.pm index 7c8afd2ac..372730b78 100644 --- a/lib/WebGUI/Help/Asset_Article.pm +++ b/lib/WebGUI/Help/Asset_Article.pm @@ -143,21 +143,6 @@ our $HELP = { { 'name' => 'linkURL' }, - { - 'name' => 'post.label' - }, - { - 'name' => 'post.URL' - }, - { - 'name' => 'replies.count' - }, - { - 'name' => 'replies.label' - }, - { - 'name' => 'replies.url' - } ], related => [ { diff --git a/lib/WebGUI/i18n/English/Asset_Article.pm b/lib/WebGUI/i18n/English/Asset_Article.pm index 8651361e0..5708c55bf 100644 --- a/lib/WebGUI/i18n/English/Asset_Article.pm +++ b/lib/WebGUI/i18n/English/Asset_Article.pm @@ -225,44 +225,12 @@ use templates from the "page" namespace.|, lastUpdated => 1148960553, }, - 'post.label' => { - message => q|The translated label to add a comment to this article.|, - lastUpdated => 1148960553, - }, - - 'post.URL' => { - message => q|The URL to add a comment to this article.|, - lastUpdated => 1148960553, - }, - - 'replies.count' => { - message => q|The number of comments attached to this article.|, - lastUpdated => 1148960553, - }, - - 'replies.label' => { - message => q|The translated text indicating that you can view the replies.|, - lastUpdated => 1148960553, - }, - - 'replies.url' => { - message => q|The URL to view the replies to this article.|, - lastUpdated => 1148960553, - }, - - '73' => { message => q|
The following template variables are available for article templates.
|, lastUpdated => 1148960667 }, - '24' => { - message => q|Post Response|, - lastUpdated => 1031514049 - }, - - }; 1;