From 561a6982e90d5071ab15a3d0ac2875ab2eccf748 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 18 Nov 2005 21:58:43 +0000 Subject: [PATCH] document what is required for automatic Asset listing in the Help system --- docs/migration.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/migration.txt b/docs/migration.txt index 6a9182284..63a2c2381 100644 --- a/docs/migration.txt +++ b/docs/migration.txt @@ -12,7 +12,7 @@ CONTENTS 3. Authentication Migration 4. Scheduler Migration 5. System Changes Affecting Migration - +6. Automatic list of Assets in Help System. 1. Wobject/Asset Migration @@ -514,3 +514,8 @@ we are using a native mod perl handler. If you used $session{cgi} object you'll now need to convert your applications to use the methods provided by Apache2::Request which is referenced through $session{modperl} and $session{req}. +6. Automatic list of Assets in Help System. +------------------------------------- +6.1 Starting in WebGUI 6.7, there is now an automatic list of all Assets +in each site's WebGUI configuration file. For this to work correctly, +each Asset should have a Help entry named "assetName add/edit".