Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ config:
table-pipe-style:
style: leading_and_trailing

# table-column-count: true
table-column-count: true
blanks-around-tables: true
descriptive-link-text: true
# table-column-style: aligned
link-fragments: true
no-alt-text: true
single-trailing-newline: true
# no-emphasis-as-heading: true
no-emphasis-as-heading: true
no-space-in-code: true
no-space-in-links: true
fenced-code-language: true
first-line-heading: true
ol-prefix: one_or_ordered
ol-prefix:
style: one_or_ordered
list-marker-space: true
blanks-around-fences: true
blanks-around-lists: true
Expand Down
4 changes: 2 additions & 2 deletions docs/administration/admin_panel/roles_admin_panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To give users an access to your website you need to assign them roles in the **A

Each role consists of:

**Policies**
## Policies

![Policies](admin_panel_policies.png "Policies")

Expand All @@ -27,7 +27,7 @@ See [example use case](permission_use_cases.md#restrict-editing-to-part-of-the-t

For more information, see [Limitation reference](limitation_reference.md).

**Assignments**
## Assignments

![Assignments](admin_panel_assignments.png "Assignments")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@
|---|------|----------|
|`source`| - |What is currently defined in the `<select>` input header.|
|`choices`| - |Elements listed in the drop-down.|
|`preferred_choices`|Elements listed at the top of the list with a separator.|
|`preferred_choices`| - | Elements listed at the top of the list with a separator.|
|`value`|-|The currently selected element. It is an object with a key `value`. |
|`multiple`| true</br>false|Boolean. To allow users to select multiple items.|
|`translation_domain`|true</br>false|Used for translating choices and placeholder.|
|`custom_form`|true</br>false|For custom form must be set to true.|
|`class`| - |Additional classes for the element with `ibexa-dropdown` class.|
|`placeholder`|Placeholder displayed when no option is selected.|
|`placeholder`| - | Placeholder displayed when no option is selected.|

Check notice on line 117 in docs/administration/back_office/back_office_elements/add_dropdowns.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/administration/back_office/back_office_elements/add_dropdowns.md#L117

[Ibexa.Passive] Try to avoid passive tense, when possible.
Raw output
{"message": "[Ibexa.Passive] Try to avoid passive tense, when possible.", "location": {"path": "docs/administration/back_office/back_office_elements/add_dropdowns.md", "range": {"start": {"line": 117, "column": 58}}}, "severity": "INFO"}
|`custom_init`|true</br>false|By default set to `false`. If set to `true`, requires manually initializing drop-down in JavaScript.|
|`is_disabled`|true</br>false|Disables drop-down.|
|`is_hidden`|true</br>false|Hides the whole widget.|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Variables:
|Name|Type|Values|
|----|----|-----------|
|`headline` (optional)|string|if not specified, the header isn't rendered|
|`headline_items`|array|
|`headline_items`|array| |
|`view_mode`|string|`vertical`, default set to `''`|
|`items`|hash|{`label`, `content_raw`, `content`}|

Expand Down
22 changes: 11 additions & 11 deletions docs/api/event_reference/content_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ page_type: reference

| Event | Dispatched by | Properties |
|---|---|---|
|`BeforeCreateContentDraftEvent`|`ContentService::createContentDraft`|`ContentInfo $contentInfo`</br>`VersionInfo $versionInfo`</br>`User $creator`</br>`Language|null $language`</br>`Content|null $contentDraft`|
|`CreateContentDraftEvent`|`ContentService::createContentDraft`|`Content $contentDraft`</br>`ContentInfo $contentInfo`</br>`VersionInfo $versionInfo`</br>`User $creator`</br>`Language|null $language`|
|`BeforeCreateContentEvent`|`ContentService::createContent`|`ContentCreateStruct $contentCreateStruct`</br>`array $locationCreateStructs`</br>`Content|null $content`</br>`string[]|null $fieldIdentifiersToValidate`|
|`CreateContentEvent`|`ContentService::createContent`|`ContentCreateStruct $contentCreateStruct`</br>`array $locationCreateStructs`</br>`Content $content`</br>`string[]|null $fieldIdentifiersToValidate`|
|`BeforeUpdateContentEvent`|`ContentService::updateContent`|`VersionInfo $versionInfo`</br>`ContentUpdateStruct $contentUpdateStruct`</br>`Content|null $content`</br>`string[]|null $fieldIdentifiersToValidate`|
|`UpdateContentEvent`|`ContentService::updateContent`|`Content $content`</br>`VersionInfo $versionInfo`</br>`ContentUpdateStruct $contentUpdateStruct`</br>`string[]|null $fieldIdentifiersToValidate`|
|`BeforeUpdateContentMetadataEvent`|`ContentService::updateContentMetadata`|`ContentInfo $contentInfo`</br>`ContentMetadataUpdateStruct $contentMetadataUpdateStruct`</br>`Content|null $content`|
|`BeforeCreateContentDraftEvent`|`ContentService::createContentDraft`|`ContentInfo $contentInfo`</br>`VersionInfo $versionInfo`</br>`User $creator`</br>`?Language $language`</br>`?Content $contentDraft`|
|`CreateContentDraftEvent`|`ContentService::createContentDraft`|`Content $contentDraft`</br>`ContentInfo $contentInfo`</br>`VersionInfo $versionInfo`</br>`User $creator`</br>`?Language $language`|
|`BeforeCreateContentEvent`|`ContentService::createContent`|`ContentCreateStruct $contentCreateStruct`</br>`array $locationCreateStructs`</br>`?Content $content`</br>`string[] or null $fieldIdentifiersToValidate`|
|`CreateContentEvent`|`ContentService::createContent`|`ContentCreateStruct $contentCreateStruct`</br>`array $locationCreateStructs`</br>`Content $content`</br>`string[] or null $fieldIdentifiersToValidate`|
|`BeforeUpdateContentEvent`|`ContentService::updateContent`|`VersionInfo $versionInfo`</br>`ContentUpdateStruct $contentUpdateStruct`</br>`?Content $content`</br>`string[] or null $fieldIdentifiersToValidate`|
|`UpdateContentEvent`|`ContentService::updateContent`|`Content $content`</br>`VersionInfo $versionInfo`</br>`ContentUpdateStruct $contentUpdateStruct`</br>`string[] or null $fieldIdentifiersToValidate`|
|`BeforeUpdateContentMetadataEvent`|`ContentService::updateContentMetadata`|`ContentInfo $contentInfo`</br>`ContentMetadataUpdateStruct $contentMetadataUpdateStruct`</br>`?Content $content`|
|`UpdateContentMetadataEvent`|`ContentService::updateContentMetadata`|`Content $content`</br>`ContentInfo $contentInfo`</br>`ContentMetadataUpdateStruct $contentMetadataUpdateStruct`|
|`BeforeCopyContentEvent`|`ContentService::copyContent`|`ContentInfo $contentInfo`</br>`LocationCreateStruct $destinationLocationCreateStruct`</br>`VersionInfo $versionInfo`</br>`Content|null $content`|
|`BeforeCopyContentEvent`|`ContentService::copyContent`|`ContentInfo $contentInfo`</br>`LocationCreateStruct $destinationLocationCreateStruct`</br>`VersionInfo $versionInfo`</br>`?Content $content`|
|`CopyContentEvent`|`ContentService::copyContent`|`Content $content`</br>`ContentInfo $contentInfo`</br>`LocationCreateStruct $destinationLocationCreateStruct`</br>`VersionInfo $versionInfo`|
|`BeforePublishVersionEvent`|`ContentService::publishVersion`|`VersionInfo $versionInfo`</br>`Content|null $content`</br>`string[] $translations`|
|`BeforePublishVersionEvent`|`ContentService::publishVersion`|`VersionInfo $versionInfo`</br>`?Content $content`</br>`string[] $translations`|
|`PublishVersionEvent`|`ContentService::publishVersion`|`Content $content`</br>`VersionInfo $versionInfo`</br>`string[] $translations`|
|`BeforeDeleteContentEvent`|`ContentService::deleteContent`|`ContentInfo $contentInfo`</br>`array|null $locations`|
|`BeforeDeleteContentEvent`|`ContentService::deleteContent`|`ContentInfo $contentInfo`</br>`array or null $locations`|
|`DeleteContentEvent`|`ContentService::deleteContent`|`array $locations`</br>`ContentInfo $contentInfo`|
|`BeforeDeleteVersionEvent`|`ContentService::deleteVersion`|`VersionInfo $versionInfo`|
|`DeleteVersionEvent`|`ContentService::deleteVersion`|`VersionInfo $versionInfo`|
Expand All @@ -28,7 +28,7 @@ page_type: reference

| Event | Dispatched by | Properties |
|---|---|---|
|`BeforeAddRelationEvent`|`ContentService::addRelation`|`VersionInfo $sourceVersion`</br>`ContentInfo $destinationContent`</br>`Relation|null $relation`|
|`BeforeAddRelationEvent`|`ContentService::addRelation`|`VersionInfo $sourceVersion`</br>`ContentInfo $destinationContent`</br>`?Relation $relation`|
|`AddRelationEvent`|`ContentService::addRelation`|`Relation $relation`</br>`VersionInfo $sourceVersion`</br>`ContentInfo $destinationContent`|
|`BeforeDeleteRelationEvent`|`ContentService::deleteRelation`|`VersionInfo $sourceVersion`</br>`ContentInfo $destinationContent`|
|`DeleteRelationEvent`|`ContentService::deleteRelation`|`VersionInfo $sourceVersion`</br>`ContentInfo $destinationContent`|
Expand Down
10 changes: 5 additions & 5 deletions docs/api/event_reference/content_type_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ page_type: reference

| Event | Dispatched by | Properties |
|---|---|---|
|`BeforeCreateContentTypeDraftEvent`|`ContentTypeService::createContentTypeDraft`|`ContentType $contentType`</br>`ContentTypeDraft|null $contentTypeDraft`|
|`BeforeCreateContentTypeDraftEvent`|`ContentTypeService::createContentTypeDraft`|`ContentType $contentType`</br>`?ContentTypeDraft $contentTypeDraft`|
|`CreateContentTypeDraftEvent`|`ContentTypeService::createContentTypeDraft`|`ContentTypeDraft $contentTypeDraft`</br>`ContentType $contentType`|
|`BeforeCreateContentTypeEvent`|`ContentTypeService::createContentType`|`ContentTypeCreateStruct $contentTypeCreateStruct`</br>`array $contentTypeGroups`</br>`ContentTypeDraft|null $contentTypeDraft`|
|`BeforeCreateContentTypeEvent`|`ContentTypeService::createContentType`|`ContentTypeCreateStruct $contentTypeCreateStruct`</br>`array $contentTypeGroups`</br>`?ContentTypeDraft $contentTypeDraft`|
|`CreateContentTypeEvent`|`ContentTypeService::createContentType`|`ContentTypeDraft $contentTypeDraft`</br>`ContentTypeCreateStruct $contentTypeCreateStruct`</br>`array $contentTypeGroups`|
|`BeforeUpdateContentTypeDraftEvent`|`ContentTypeService::updateContentTypeDraft`|`ContentTypeDraft $contentTypeDraft`</br>`ContentTypeUpdateStruct $contentTypeUpdateStruct`|
|`UpdateContentTypeDraftEvent`|`ContentTypeService::updateContentTypeDraft`|`ContentTypeDraft $contentTypeDraft`</br>`ContentTypeUpdateStruct $contentTypeUpdateStruct`|
|`BeforeCopyContentTypeEvent`|`ContentTypeService::copyContentType`|`ContentType $contentType`</br>`User $creator`</br>`ContentType|null $contentTypeCopy`|
|`BeforeCopyContentTypeEvent`|`ContentTypeService::copyContentType`|`ContentType $contentType`</br>`User $creator`</br>`?ContentType $contentTypeCopy`|
|`CopyContentTypeEvent`|`ContentTypeService::copyContentType`|`ContentType $contentTypeCopy`</br>`ContentType $contentType`</br>`User $creator`|
|`BeforePublishContentTypeDraftEvent`|`ContentTypeService::publishContentTypeDraft`|`ContentTypeDraft $contentTypeDraft`|
|`PublishContentTypeDraftEvent`|`ContentTypeService::publishContentTypeDraft`|`ContentTypeDraft $contentTypeDraft`|
Expand All @@ -24,7 +24,7 @@ page_type: reference

| Event | Dispatched by | Properties |
|---|---|---|
|`BeforeCreateContentTypeGroupEvent`|`ContentTypeService::createContentTypeGroup`|`ContentTypeCreateStruct $contentTypeCreateStruct`</br>`array $contentTypeGroups`</br>`ContentTypeDraft|null $contentTypeDraft`|
|`BeforeCreateContentTypeGroupEvent`|`ContentTypeService::createContentTypeGroup`|`ContentTypeCreateStruct $contentTypeCreateStruct`</br>`array $contentTypeGroups`</br>`?ContentTypeDraft $contentTypeDraft`|
|`CreateContentTypeGroupEvent`|`ContentTypeService::createContentTypeGroup`|`ContentTypeGroup $contentTypeGroup`</br>`ContentTypeGroupCreateStruct $contentTypeGroupCreateStruct`|
|`BeforeUpdateContentTypeGroupEvent`|`ContentTypeService::updateContentTypeGroup`|`ContentTypeGroup $contentTypeGroup`</br>`ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct`|
|`UpdateContentTypeGroupEvent`|`ContentTypeService::updateContentTypeGroup`|`ContentTypeGroup $contentTypeGroup`</br>`ContentTypeGroupUpdateStruct $contentTypeGroupUpdateStruct`|
Expand All @@ -35,7 +35,7 @@ page_type: reference

| Event | Dispatched by | Properties |
|---|---|---|
|`BeforeRemoveContentTypeTranslationEvent`|`ContentTypeService::removeContentTypeTranslation`|`ContentTypeDraft $contentTypeDraft`</br>`string $languageCode`</br>`ContentTypeDraft|null $newContentTypeDraft`|
|`BeforeRemoveContentTypeTranslationEvent`|`ContentTypeService::removeContentTypeTranslation`|`ContentTypeDraft $contentTypeDraft`</br>`string $languageCode`</br>`?ContentTypeDraft $newContentTypeDraft`|
|`RemoveContentTypeTranslationEvent`|`ContentTypeService::removeContentTypeTranslation`|`ContentTypeDraft $newContentTypeDraft`</br>`ContentTypeDraft $contentTypeDraft`</br>`string $languageCode`|

## Field definitions
Expand Down
8 changes: 4 additions & 4 deletions docs/api/event_reference/language_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ page_type: reference

| Event | Dispatched by | Properties |
|---|---|---|
|`BeforeCreateLanguageEvent`|`LanguageService::createLanguage`|`LanguageCreateStruct $languageCreateStruct`</br>`Language|null $language`|
|`BeforeCreateLanguageEvent`|`LanguageService::createLanguage`|`LanguageCreateStruct $languageCreateStruct`</br>`?Language $language`|
|`CreateLanguageEvent`|`LanguageService::createLanguage`|`Language $language`</br>`LanguageCreateStruct $languageCreateStruct`|
|`BeforeUpdateLanguageNameEvent`|`LanguageService::updateLanguageName`|`Language $language`</br>`string $newName`</br>`Language|null $updatedLanguage`|
|`BeforeUpdateLanguageNameEvent`|`LanguageService::updateLanguageName`|`Language $language`</br>`string $newName`</br>`?Language $updatedLanguage`|
|`UpdateLanguageNameEvent`|`LanguageService::updateLanguageName`|`Language $updatedLanguage`</br>`Language $language`</br>`string $newName`|
|`BeforeDeleteLanguageEvent`|`LanguageService::deleteLanguage`|`Language $language`|
|`DeleteLanguageEvent`|`LanguageService::deleteLanguage`|`Language $language`|
Expand All @@ -18,7 +18,7 @@ page_type: reference

| Event | Dispatched by | Properties |
|---|---|---|
|`BeforeEnableLanguageEvent`|`LanguageService::enableLanguage`|`Language $language`</br>`Language|null $enabledLanguage`|
|`BeforeEnableLanguageEvent`|`LanguageService::enableLanguage`|`Language $language`</br>`?Language $enabledLanguage`|
|`EnableLanguageEvent`|`LanguageService::enableLanguage`|`Language $enabledLanguage`</br>`Language $language`|
|`BeforeDisableLanguageEvent`|`LanguageService::disableLanguage`|`Language $language`</br>`Language|null $disabledLanguage`|
|`BeforeDisableLanguageEvent`|`LanguageService::disableLanguage`|`Language $language`</br>`?Language $disabledLanguage`|
|`DisableLanguageEvent`|`LanguageService::disableLanguage`|`Language $disabledLanguage`</br>`Language $language`|
10 changes: 5 additions & 5 deletions docs/api/event_reference/location_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ page_type: reference

| Event | Dispatched by | Properties |
|---|---|---|
|`BeforeCreateLocationEvent`|`LocationService::createLocation`|`ContentInfo $contentInfo`</br>`LocationCreateStruct $locationCreateStruct`</br>`Location|null $location`|
|`BeforeCreateLocationEvent`|`LocationService::createLocation`|`ContentInfo $contentInfo`</br>`LocationCreateStruct $locationCreateStruct`</br>`?Location $location`|
|`CreateLocationEvent`|`LocationService::createLocation`|`Location $location`</br>`ContentInfo $contentInfo`</br>`LocationCreateStruct $locationCreateStruct`|
|`BeforeUpdateLocationEvent`|`LocationService::updateLocation`|`Location $location`</br>`LocationUpdateStruct $locationUpdateStruct`</br>`Location|null $updatedLocation`|
|`BeforeUpdateLocationEvent`|`LocationService::updateLocation`|`Location $location`</br>`LocationUpdateStruct $locationUpdateStruct`</br>`?Location $updatedLocation`|
|`UpdateLocationEvent`|`LocationService::updateLocation`|`Location $updatedLocation`</br>`Location $location`</br>`LocationUpdateStruct $locationUpdateStruct`|
|`BeforeDeleteLocationEvent`|`LocationService::deleteLocation`|`Location $location`|
|`DeleteLocationEvent`|`LocationService::deleteLocation`|`Location $location`|
Expand All @@ -18,16 +18,16 @@ page_type: reference

| Event | Dispatched by | Properties |
|---|---|---|
|`BeforeHideLocationEvent`|`LocationService::hideLocation`|`Location $location`</br>`Location|null $hiddenLocation`|
|`BeforeHideLocationEvent`|`LocationService::hideLocation`|`Location $location`</br>`?Location $hiddenLocation`|
|`HideLocationEvent`|`LocationService::hideLocation`|`Location $hiddenLocation`</br>`Location $location`|
|`BeforeUnhideLocationEvent`|`LocationService::unhideLocation`|`Location $location`</br>`Location|null $revealedLocation`|
|`BeforeUnhideLocationEvent`|`LocationService::unhideLocation`|`Location $location`</br>`?Location $revealedLocation`|
|`UnhideLocationEvent`|`LocationService::unhideLocation`|`Location $revealedLocation`</br>`Location $location`|

## Subtree and Location management

| Event | Dispatched by | Properties |
|---|---|---|
|`BeforeCopySubtreeEvent`|`LocationService::copySubtree`|`Location $subtree`</br>`Location $targetParentLocation`</br>`Location|null $location`|
|`BeforeCopySubtreeEvent`|`LocationService::copySubtree`|`Location $subtree`</br>`Location $targetParentLocation`</br>`?Location $location`|
|`CopySubtreeEvent`|`LocationService::copySubtree`|`Location $location`</br>`Location $subtree`</br>`Location $targetParentLocation`|
|`BeforeMoveSubtreeEvent`|`LocationService::moveSubtree`|`Location $location`</br>`Location $newParentLocation`|
|`MoveSubtreeEvent`|`LocationService::moveSubtree`|`Location $location`</br>`Location $newParentLocation`|
Expand Down
8 changes: 4 additions & 4 deletions docs/api/event_reference/object_state_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ page_type: reference

| Event | Dispatched by | Properties |
|---|---|---|
|`BeforeCreateObjectStateEvent`|`ObjectStateService::createObjectState`|`ObjectStateGroup $objectStateGroup`</br>`ObjectStateCreateStruct $objectStateCreateStruct`</br>`ObjectState|null $objectState`|
|`BeforeCreateObjectStateEvent`|`ObjectStateService::createObjectState`|`ObjectStateGroup $objectStateGroup`</br>`ObjectStateCreateStruct $objectStateCreateStruct`</br>`?ObjectState $objectState`|
|`CreateObjectStateEvent`|`ObjectStateService::createObjectState`|`ObjectState $objectState`</br>`ObjectStateGroup $objectStateGroup`</br>`ObjectStateCreateStruct $objectStateCreateStruct`|
|`BeforeUpdateObjectStateEvent`|`ObjectStateService::updateObjectState`|`ObjectState $objectState`</br>`ObjectStateUpdateStruct $objectStateUpdateStruct`</br>`ObjectState|null $updatedObjectState`|
|`BeforeUpdateObjectStateEvent`|`ObjectStateService::updateObjectState`|`ObjectState $objectState`</br>`ObjectStateUpdateStruct $objectStateUpdateStruct`</br>`?ObjectState $updatedObjectState`|
|`UpdateObjectStateEvent`|`ObjectStateService::updateObjectState`|`ObjectState $updatedObjectState`</br>`ObjectState $objectState`</br>`ObjectStateUpdateStruct $objectStateUpdateStruct`|
|`BeforeDeleteObjectStateEvent`|`ObjectStateService::deleteObjectState`|`ObjectState $objectState`|
|`DeleteObjectStateEvent`|`ObjectStateService::deleteObjectState`|`ObjectState $objectState`|
Expand All @@ -18,9 +18,9 @@ page_type: reference

| Event | Dispatched by | Properties |
|---|---|---|
|`BeforeCreateObjectStateGroupEvent`|`ObjectStateService::createObjectStateGroup`|`ObjectStateGroupCreateStruct $objectStateGroupCreateStruct`</br>`ObjectStateGroup|null $objectStateGroup`|
|`BeforeCreateObjectStateGroupEvent`|`ObjectStateService::createObjectStateGroup`|`ObjectStateGroupCreateStruct $objectStateGroupCreateStruct`</br>`?ObjectStateGroup $objectStateGroup`|
|`CreateObjectStateGroupEvent`|`ObjectStateService::createObjectStateGroup`|`ObjectStateGroup $objectStateGroup`</br>`ObjectStateGroupCreateStruct $objectStateGroupCreateStruct`|
|`BeforeUpdateObjectStateGroupEvent`|`ObjectStateService::updateObjectStateGroup`|`ObjectStateGroup $objectStateGroup`</br>`ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct`</br>`ObjectStateGroup|null $updatedObjectStateGroup`|
|`BeforeUpdateObjectStateGroupEvent`|`ObjectStateService::updateObjectStateGroup`|`ObjectStateGroup $objectStateGroup`</br>`ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct`</br>`?ObjectStateGroup $updatedObjectStateGroup`|
|`UpdateObjectStateGroupEvent`|`ObjectStateService::updateObjectStateGroup`|`ObjectStateGroup $updatedObjectStateGroup`</br>`ObjectStateGroup $objectStateGroup`</br>`ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct`|
|`BeforeDeleteObjectStateGroupEvent`|`ObjectStateService::deleteObjectStateGroup`|`ObjectStateGroup $objectStateGroup`|
|`DeleteObjectStateGroupEvent`|`ObjectStateService::deleteObjectStateGroup`|`ObjectStateGroup $objectStateGroup`|
Expand Down
Loading
Loading