You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/permissions/limitation_reference.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,41 @@ This limitation can be used as a role limitation.
320
320
321
321
For more information on how to restrict user's access to part of the subtree, see [the example in the Admin management section](permission_use_cases.md#restrict-editing-to-part-of-the-tree).
322
322
323
+
## Taxonomy limitation
324
+
325
+
The taxonomy (`Taxonomy`) limitation specifies with which [taxonomies](taxonomy.md) (tags, product categories, or custom ones) user can interact.
326
+
327
+
The supported policies are:
328
+
329
+
- `taxonomy/read`
330
+
- `taxonomy/manage`
331
+
- `taxonomy/assign`
332
+
333
+
### Possible values
334
+
335
+
|Value|UI value|Description|
336
+
|------|------|------|
337
+
|Taxonomy identifiers|Taxonomy names|List of allowed taxonomies|
338
+
339
+
340
+
## Taxonomy Subtree limitation
341
+
342
+
The taxonomy subtree (`TaxonomySubtree`) limitation specifies whether the user has access to a specific subtree within the [taxonomy](taxonomy.md) tree.
343
+
Once a tag is selected, user can interact with it and all the child tags below it in the taxonomy tree.
344
+
In addition, it grants read-only access to all the parent tags (up to the taxonomy root) so that the user can see the context.
345
+
346
+
The supported policies are:
347
+
348
+
- `taxonomy/read`
349
+
- `taxonomy/manage`
350
+
- `taxonomy/assign`
351
+
352
+
### Possible values
353
+
354
+
|Value|UI value|Description|
355
+
|------|------|------|
356
+
|Tag IDs|Selected tags| All valid Tag IDs are allowed|
357
+
323
358
## Version Lock limitation
324
359
325
360
The Version Lock (`VersionLock`) limitation specifies whether the user can perform actions, for example, edit or unlock, on content items that are in a workflow.
The [online editor](online_editor_guide.md) now allows to easily enter special characters like currency symbols.
40
+
It uses the [special characters plugin](https://ckeditor.com/docs/ckeditor5/latest/features/special-characters.html),
41
+
42
+

36
43
37
44
#### Support for Solr 9
38
45
39
-
This release comes with support for [Solr 9](https://nightlies.apache.org/solr/draft-guides/solr-reference-guide-antora/solr/10_0/upgrade-notes/major-changes-in-solr-9.html).
46
+
With this release, [[= product_name =]] starts supporting [Solr 9](requirements.md#search).
47
+
48
+
Solr 9 comes with support for [Dense Vector Search](https://solr.apache.org/guide/solr/latest/query-guide/dense-vector-search.html), paving the way for incoming improvements to the [AI Actions](ai_actions.md) feature.
49
+
50
+
#### Improved content creation interface
51
+
52
+
The editing interface of the back office has been improved to better highlight the language, creator, and the publication date when working with content items.
53
+
54
+

55
+
56
+
#### Twig Components
57
+
58
+
With the latest changes to [Twig Components](components.md), you can:
59
+
60
+
- set component priority when using YAML configuration
61
+
- render a menu with help of the new Menu component
62
+
63
+
The list of built-in Twig Component groups has been expanded and includes:
64
+
65
+
- one new group for the [back office](custom_components.md) (`admin-ui-versions-table-before`)
66
+
- eight new groups for [storefront](customize_storefront_layout.md#customize-with-twig-components)
67
+
68
+
#### Taxonomy Subtree limitation
69
+
70
+
You can now manage access to [taxonomy items](taxonomy.md) more effectively by using the new [Taxonomy Subtree limitation](limitation_reference.md#taxonomy-subtree-limitation).
71
+
72
+
In addition, you can now use the [Taxonomy limitation](limitation_reference.md#taxonomy-limitation) together with the `taxonomy/assign` policy.
73
+
74
+
#### Pagination for ezobjectrelationlist in GraphQL
75
+
76
+
To improve performance and gain greater control over the returned responses from the [GraphQL API](graphql.md), you can now [enable pagination](relationlistfield.md#enable-pagination-in-graphql) of relations specified using the RelationList field type.
77
+
78
+
#### Breaking changes
40
79
41
-
Solr 9 comes with support for [Dense Vector Search](https://solr.apache.org/guide/solr/latest/query-guide/dense-vector-search.html), paving the way for incoming improvements to [AI Actions](ai_actions.md) in [[= product_name =]].
80
+
- The `Ibexa\FieldTypeRichText\RichText\Validator\CustomTagsValidator` class has been renamed to `Ibexa\FieldTypeRichText\RichText\Validator\CustomTemplateValidator`, expanding its responsibility to validate both [custom tags](extend_online_editor.md#configure-custom-tags) and [custom styles](extend_online_editor.md#configure-custom-styles)
81
+
- The `Ibexa\Contracts\AdminUi\Permission\PermissionCheckContextProviderInterface` interface has been removed
82
+
- The `Ibexa\Contracts\AdminUi\Values\PermissionCheckContext` class has been removed
0 commit comments