mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
chore: fix some comments (#24167)
This commit is contained in:
@@ -8,7 +8,7 @@ export function parseFilter(filter: Filter | null): Filter {
|
||||
if (!currentUser) return filter ?? {};
|
||||
if (!('id' in currentUser)) return filter ?? {};
|
||||
|
||||
// TODO should this work with policies app side? Is that a dynamic variable that we expose in other filters, that are not permisisons?
|
||||
// TODO should this work with policies app side? Is that a dynamic variable that we expose in other filters, that are not permissions?
|
||||
const accountability: Accountability = {
|
||||
role: currentUser.role?.id ?? null,
|
||||
roles: currentUser.roles.map((role) => role.id),
|
||||
|
||||
@@ -188,3 +188,4 @@
|
||||
- Zyles
|
||||
- eremannisto
|
||||
- m3Lith
|
||||
- clonefetch
|
||||
|
||||
@@ -37,7 +37,7 @@ Create a new collection for all the different languages your application will su
|
||||
languages
|
||||
|
||||
- code (Primary Key Field, Type: Manually entered string )
|
||||
- name (Type: String, Inferface: Input)
|
||||
- name (Type: String, Interface: Input)
|
||||
- direction (Type: String, Interface: Dropdown, Default Value: ltr)
|
||||
```
|
||||
|
||||
@@ -114,7 +114,7 @@ within, you can choose to Continue in Advanced Field Creation Mode.
|
||||
- title (Type: String, Interface: Input )
|
||||
- slug (Type: String, Interface: Input)
|
||||
- summary (Type: Text, Inteface: Textarea)
|
||||
- content (Type: Text, Inferface: WYSIWYG)
|
||||
- content (Type: Text, Interface: WYSIWYG)
|
||||
```
|
||||
|
||||

|
||||
|
||||
Reference in New Issue
Block a user