PrestaShop / PrestaShop/docs

Explain in the devdocs how "authorization levels work (example: LEVEL_ADD)

Open
#620 2 comments 0 reactions 1 assignee View on GitHub

@jolelievre is already working on this.

Since Jul 8, 2020.

Dominant language
Scala
Stars
136
Forks
555
Avg merge
4d 14h
Merged PRs (30d)
4

Description

We should explain what these means:

    /** @var int DELETE access level */
    const LEVEL_DELETE = 4;

    /** @var int ADD access level */
    const LEVEL_ADD = 3;

    /** @var int EDIT access level */
    const LEVEL_EDIT = 2;

    /** @var int VIEW access level */
    const LEVEL_VIEW = 1;

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.