Enhancement
Major
Detail
Major
Detail
Enhancement
The current TopLogic help system is tl-doc. This can be used to create and maintain in-app online help. The old tl-help module has dependencies on the jamwiki library, which can no longer be updated and contains security vulnerabilities.
Code migration
- Change dependency of application from tl-help to tl-doc.
- Transfer help content to new structure.
- Generate help structure in new version in help editor.
- Cut and paste help pages from a deployed old application version. For this, it may be necessary to ensure in the old version of the application that the header Access-Control-Allow-Origin: * is set. Otherwise images will not be taken over.
Test
- Check whether the online help in the application still works after the changeover.