You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The help system is currently tied to modules/actions/subactions.
Help is only available on pages where there is a help file matching the current request.
Where it is desired to show the same content for multiple actions, the help content must be replicated.
It would be useful to a fallback mechanism so that a module could implement help in a single file and the help delivery system could seek more general help files for the module.
For example the request /tasks/taskgroup-edit/1 would seek help files
tasks.taskgroup.edit.help
tasks.taskgroup.help
tasks.help
index.help
until one was found.
Even nicer would be some config mapping to link actions to anchors within a document.
The help system is currently tied to modules/actions/subactions.
Help is only available on pages where there is a help file matching the current request.
Where it is desired to show the same content for multiple actions, the help content must be replicated.
It would be useful to a fallback mechanism so that a module could implement help in a single file and the help delivery system could seek more general help files for the module.
For example the request /tasks/taskgroup-edit/1 would seek help files
until one was found.
Even nicer would be some config mapping to link actions to anchors within a document.
Good time to consider internationalisation too.