Problem/Motivation

A module built on MyREST can now mark a handwritten resource overridable, and the sitemap is marked. The search resources (autocompletion and history) and the payment resources (checkout link and redirect) are still closed: a site cannot change what they answer without patching the module.

Proposed resolution

  • Mark the four resources overridable.
  • Decide the access of each before marking it: the payment resources are called after a visitor's action and may need to stay closed behind a permission rather than be reachable with the API switch alone.
  • Check that an override of each answers, anonymously and as an administrator.

Remaining tasks

Everything.

Issue fork myrest-3624223

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sergeydruua created an issue. See original summary.

  • sergeydruua committed 1e7e6517 on 1.0.x
    Issue #3624223: Say what a module must guarantee before it marks a...
sergeydruua’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

sergeydruua’s picture

Status: Fixed » Closed (fixed)