Opened 2 years ago
Closed 2 years ago
#3368 closed Feature Request (fixed)
Pass $vars array to the page/components/summary view
| Reported by: | kevinjardine | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
I wanted to extend the page/components/summary view but found that a value I passed through to elgg_list_entities() was not reaching that view.
In the bad old days I would have defined a global variable but this time I decided to create my own version of elgg_view_entity_list which seems like a lot of work to add just one line to the summary view.
Could the full $vars array be passed to the page/components/summary view?
Change History (2)
comment:1 Changed 2 years ago by cash
- Milestone changed from Needs Review to Elgg 1.8
comment:2 Changed 2 years ago by Cash Costello
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fixes #3368 combining $vars with parameters for object/elements/summary view