Currently the action entity is provided by the system module, but the ::uri() method points to a path defined just by action module.
Let's fix that.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | action-2020985-1.patch | 2.05 KB | dawehner |
Currently the action entity is provided by the system module, but the ::uri() method points to a path defined just by action module.
Let's fix that.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | action-2020985-1.patch | 2.05 KB | dawehner |
Comments
Comment #1
dawehnerHere is a patch for it.
Comment #2
alansaviolobo commentedComment #3
thtas commentedComment #4
thtas commentedLooks like the action module has changed significantly since this original issue was created and this may have already been resolved.
Could somebody with more knowledge of this please confirm?
Comment #5
rishikant05 commentedComment #6
rishikant05 commentedpatch is not applied.
Comment #7
rishikant05 commentedComment #8
star-szrWhen this issue was opened, Drupal\system\Plugin\Core\Entity\Action contained this code:
As far as I can tell, #2083615-55: Use links annotation for config entity URI like for content entities ultimately fixed this by removing the edit-link definition from the system.module-provided Action entity to action.module. And HEAD still has it like this. So closing as a duplicate.
If I'm missing a clue somewhere please reopen.