diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 4806b8e67..b9a835528 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,6 +1,7 @@ 7.10.11 - fixed #12057: WebGUI::Search, assetIds search clause - fixed #12051: Prevent Proxy Caching Breaks Edit/Add Thing + - fixed #12053: Thingy: View Thing Data 7.10.10 - fixed #12035: Story Manager - make keywords from Story view work diff --git a/docs/templates.txt b/docs/templates.txt index eae7f3d24..a3db6f3a2 100644 --- a/docs/templates.txt +++ b/docs/templates.txt @@ -1,6 +1,12 @@ This is a running list of template changes made during upgrades. If you have copied the default templates, you will need to apply these changes manually to your copies. +7.10.11 + + * Default View Thing Data Template - templates/thingy-default-view-thing + Change how the title is rendered. If no fields are set to be displayed in the title, show the internationalized word View. + If fields are set, then display the viewScreenTitle variable instead. + 7.10.9 * Underground style template CSS - style-underground/css/underground-webgui-css diff --git a/docs/upgrades/packages-7.10.11/templates_thingy-default-view-thing.wgpkg b/docs/upgrades/packages-7.10.11/templates_thingy-default-view-thing.wgpkg new file mode 100644 index 000000000..712fc387a Binary files /dev/null and b/docs/upgrades/packages-7.10.11/templates_thingy-default-view-thing.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Asset_Thingy.pm b/lib/WebGUI/i18n/English/Asset_Thingy.pm index ae615b2d6..0b24cac16 100644 --- a/lib/WebGUI/i18n/English/Asset_Thingy.pm +++ b/lib/WebGUI/i18n/English/Asset_Thingy.pm @@ -918,8 +918,8 @@ below/after the form element.|, }, 'viewScreenTitle' => { - message => q|The title for the view screen|, - lastUpdated => 1104630516, + message => q|The title for the view screen. This is the concatenation of all values for fields which have View Screen Title set for this Thing. If no fields are set, then the title is empty.|, + lastUpdated => 1298915023, }, 'import_url' => {