mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #3009 from scottmcmurray/patch-1
Update dataobject.md
This commit is contained in:
commit
4681b3275d
@ -247,7 +247,7 @@ Example: Check for CMS access permissions
|
|||||||
**Important**: These checks are not enforced on low-level ORM operations
|
**Important**: These checks are not enforced on low-level ORM operations
|
||||||
such as `write()` or `delete()`, but rather rely on being checked in the invoking code.
|
such as `write()` or `delete()`, but rather rely on being checked in the invoking code.
|
||||||
The CMS default sections as well as custom interfaces like
|
The CMS default sections as well as custom interfaces like
|
||||||
`[ModelAdmin](/reference/modeladmin)` or `[GridField](/reference/gridfield)`
|
`[ModelAdmin](/reference/modeladmin)` or `[GridField](/reference/grid-field)`
|
||||||
already enforce these permissions.
|
already enforce these permissions.
|
||||||
|
|
||||||
## Indexes
|
## Indexes
|
||||||
|
Loading…
Reference in New Issue
Block a user