Ticket #413 (closed Bug: fixed)

Opened 9 months ago

Last modified 9 months ago

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

Changed 9 months ago by Shadowhand

  • keywords forge custom template added
  • owner changed from - No owner - to Shadowhand
  • status changed from new to assigned

Fixed in r2120.

Changed 9 months ago by Shadowhand

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.