adapt_authoring icon indicating copy to clipboard operation
adapt_authoring copied to clipboard

Editor help links are broken

Open tomgreenfield opened this issue 4 years ago • 0 comments

https://github.com/adaptlearning/adapt_authoring/blob/28247b0da4b41a486216fbeb3b870e8b2e97155e/frontend/src/modules/help/index.js#L25-L53

Plenty of problems here:

  1. The logic in the ternary on line 52 is wrong so the link is never constructed correctly
  2. Some of the module routes are invalid
  3. The headings on the wiki have changed

Steps to Reproduce

  1. Click the Help link on the navigation bar while on an editor page.

Versions

  • Authoring Tool Version: 0.10.3

tomgreenfield avatar Jul 27 '20 11:07 tomgreenfield