#3684 closed Defect (fixed)
Prevent page,setup event from firing while until init,system event has finished
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.6 |
| Component: | Core | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
Specifically, what happens to the page,setup event and setting the page owner entity
Change History (6)
comment:1 Changed 18 months ago by cash
- Milestone changed from Needs Review to Elgg 1.8.2
comment:2 Changed 18 months ago by cash
- Milestone changed from Elgg 1.8.2 to Elgg 1.8.3
comment:3 Changed 17 months ago by cash
- Milestone changed from Elgg 1.8.3 to Elgg 1.8.x
- Summary changed from investigate what happens when a view is called in an init function to Prevent page,setup event from firing while until init,system event has finished
- Type changed from Task to Defect
comment:4 Changed 16 months ago by cash
- Milestone changed from Elgg 1.8.x to Elgg 1.8.5
comment:5 Changed 11 months ago by Cash Costello
- Resolution set to fixed
- Status changed from new to closed
Fixes #3684 prevent pagesetup, system event from firing during the init, system event
Changeset: ab2072983b4f35c0495f920409f0f5bf5c75ee27
comment:6 Changed 11 months ago by Cash Costello
Fixes #3684 prevent pagesetup, system event from firing during the init, system event
Changeset: ab2072983b4f35c0495f920409f0f5bf5c75ee27
Note: See
TracTickets for help on using
tickets.

Calling a view in an init triggers the pagesetup, system event early. It does not affect the page owner.