Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entity:save supports a state transition #6107

Merged
merged 7 commits into from
Sep 10, 2024
Merged

entity:save supports a state transition #6107

merged 7 commits into from
Sep 10, 2024

Conversation

weitzman
Copy link
Member

@weitzman weitzman commented Sep 9, 2024

No description provided.

@weitzman weitzman merged commit 6a3f0cf into 13.x Sep 10, 2024
1 check passed
@weitzman weitzman deleted the state branch September 10, 2024 13:16
@@ -101,28 +109,38 @@ public function doDelete(string $entity_type, array $ids): void
#[CLI\Option(name: 'bundle', description: 'Restrict to the specified bundle. Ignored when ids is specified.')]
#[CLI\Option(name: 'exclude', description: 'Exclude certain entities. Ignored when ids is specified.')]
#[CLI\Option(name: 'chunks', description: 'Define how many entities will be loaded in the same step.')]
#[CLI\Option(name: 'publish', description: 'Publish entities as they are saved.')]
#[CLI\Option(name: 'publish', description: 'Publish entities as they are saved. ')]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this extra space ? [/nitpick]

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants