Page MenuHomePhabricator

Sidebar containers should receive initial parameters through regular add events
Closed, InvalidPublic

Description

Currently, the sidebar is wired slightly after the transclusion model received its add parameter events. This means that initial parameters must be added by a direct code path. We want to make this uniform, so that everything is driven by the same events.

Event Timeline

This was off. Sidebar items are created for parameters that don't exist, so can't come from transclusion model add events.