Open
Conversation
- Добавлен параметр userId в метод ExecuteContinuousOperation - Добавлено событие EntityEditStateChanged в INotificationService - Добавлен метод TryStartDeliveryEditing в IOperationService
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a delivery order editing lock mechanism for the V9Preview8 API. The changes enable plugins to attempt starting delivery editing while respecting locks from other terminals or plugins, and to monitor editing state changes across entities.
Key changes:
- Added
TryStartDeliveryEditingmethod to safely attempt delivery order editing - Extended
ExecuteContinuousOperationwith optionaluserIdparameter for operation attribution - Introduced
EntityEditStateChangedevent for monitoring editing state across orders, deliveries, and reserves
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| _posts/2025-11-24-try-start-delivery-editing.md | Documents new TryStartDeliveryEditing method for attempting to start delivery editing with lock awareness |
| _posts/2025-11-24-execute-continuous-operation-extension.md | Documents addition of userId parameter to ExecuteContinuousOperation method |
| _posts/2025-11-24-entity-edit-state-changed.md | Documents new EntityEditStateChanged event for tracking entity editing state changes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Не мержить! основная задача ещё не готова.