Ticket #413 (closed Bug: fixed)
Forge doesn't pass on hidden fields to custom templates
| Reported by: | aryeh | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | major | Milestone: | 2.1.2 |
| Component: | Modules:Forge | Version: | SVN HEAD |
| Keywords: | forge hidden custom template | Cc: |
Description
For custom views forge creates a data array to be passed to the custom view. That data array only includes the regular input variables based on line 220 in Forge.php.
It should be:
foreach(array_merge($this->hidden, $this->inputs) as $input)
Change History
Note: See
TracTickets for help on using
tickets.
