Skip to content
This repository was archived by the owner on Dec 24, 2021. It is now read-only.
This repository was archived by the owner on Dec 24, 2021. It is now read-only.

help system fallback #192

Description

@syntithenai

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.

Good time to consider internationalisation too.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions