Explain in the devdocs how "authorization levels work (example: LEVEL_ADD)
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.