When viewing the Schedule page (admin/config/workflow/rules/schedule), component names can be clicked on to (supposedly) take you to the component edit screen. However they just take you to the main Rules screen (admin/config/workflow/rules).
This is due to an incorrect URL in the view that displays the Schedule page. The URL is admin/config/workflow/rules/config/[config] when it should instead be admin/config/workflow/rules/components/manage/[config].
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | incorrect_component_name_link-1962040-1.patch | 1.44 KB | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedHere's a patch that fixes the URL.
Comment #2
fagoThanks, committed.