enhancement
major
minor
major
minor
enhancement
The current TopLogic help system is tl-doc. It can be used to create and maintain in-app online help. The old tl-help module has dependencies on the jamwiki library, which is no longer being updated and contains security vulnerabilities.
Code Migration
- Change the application’s dependency from tl-help to tl-doc.
- Migrate help content to the new structure.
- Generate the help structure for the new version in the help editor.
- Transfer help pages from a deployed old version of the application using cut-and-paste. To do this, you may need to ensure that the header ` Access-Control-Allow-Origin: *` is set in the old version of the application. Otherwise, images will not be transferred.
Test
- Verify that the online help still works in the application after the migration.