Opened 2 years ago
Closed 2 years ago
#2687 closed Defect (fixed)
Replace user owner block menu with new menu system
| Reported by: | jtilson | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | UI/UX | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: | moderate |
Description
Just noticed that the core links in the 'owner blocks' are broken. On my clean SVN trunk install, for example, the group activity link ends up looking something like this:
http://localhost/elgg-clean/pg/groups/4/test-group/mod/groups/mod/groups/pg/groups/activity/4
Just needed to wrap those links in the owner_block view with elgg_normalize_url, and all was well.
Patch attached.
Attachments (1)
Change History (3)
Changed 2 years ago by jtilson
comment:1 Changed 2 years ago by cash
- Component changed from Core to UI/UX
- Difficulty set to moderate
- Milestone changed from Needs Review to Elgg 1.8
- Summary changed from Ownerblock links need to use elgg_normalize_url() to Replace user owner block menu with new menu system
comment:2 Changed 2 years ago by cash
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

This is fixed