Opened 9 years ago
#2957 new defect (bug)
Can only edit "top level forums on the front end, cannot edit nested forums
Reported by: | netweb | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Component - Forums | Keywords: | needs-patch |
Cc: |
Description
I just created a three level nest of category forums:
http://src.wordpress-develop.dev/forums/forum/top-category
http://src.wordpress-develop.dev/forums/forum/top-category/second-category
http://src.wordpress-develop.dev/forums/forum/top-category/second-category/third-category/
Adding /edit
only works for
http://src.wordpress-develop.dev/forums/forum/top-level-category/edit
It does not work for:
http://src.wordpress-develop.dev/forums/forum/top-category/second-category/edit
http://src.wordpress-develop.dev/forums/forum/top-category/second-category/third-category/edit
Was thinking maybe this should work, but it also does not:
http://src.wordpress-develop.dev/forums/forum/second-category/edit
http://src.wordpress-develop.dev/forums/forum/third-category/edit
The same is replicated when using forums instead of categories.
Related: #2925
Note: See
TracTickets for help on using
tickets.