-
Notifications
You must be signed in to change notification settings - Fork 19
IBX-9663: Added request property to ContentEditEvent #1767
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request adds a Request property to the ContentEditEvent class, allowing event subscribers to access HTTP request context when handling content edit events.
Key Changes:
- Added
Requestas a required constructor parameter and property toContentEditEvent - Updated
ContentController::editAction()to pass the request instance when dispatching the event
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/contracts/Event/ContentEditEvent.php | Added Request property, constructor parameter, and getter method |
| src/bundle/Controller/ContentController.php | Updated event instantiation to include request parameter and modified closure signature |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
c932a7c to
2b37085
Compare
2b37085 to
fe1ec6c
Compare
|
QA Approved on Ibexa DXP Commerce 4.6-dev. |
447a137 to
3751a9a
Compare
|



Description:
For QA:
Documentation: