Problem/Motivation
MenuLinkAdd class constructor use RedirectDestination instead of RedirectDestinationInterface, adding faulty dependency to RedirectDestination class.
Proposed resolution
MenuLinkAdd class constructor should be changed to use the RedirectDestinationInterface
Remaining tasks
User interface changes
none
API changes
none
Data model changes
none
Beta phase evaluation
| Issue category | Bug, because other implementations of RedirectDestination won't be possible |
|---|---|
| Issue priority | Normal, because the impact is not that high |
| Disruption | No disruption |
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | faulty_dependency_to-2516866-1.patch | 1.85 KB | willzyx |
Comments
Comment #1
willzyx commentedComment #2
dawehnerThat is perfect, good catch!
Comment #3
alexpottCommitted 48aa09b and pushed to 8.0.x. Thanks!