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".