Ticket #698 (closed Bug: wontfix)

Opened 4 months ago

Last modified 2 months ago

Forge upload does not whet field inside a group

Reported by: tas Owned by:
Priority: minor Milestone:
Component: Modules:Forge Version: 2.1 Release
Keywords: forge upload Cc:

Description

Following example will not work:

$form = new Forge(NULL,'label');
$group = $form->group('group')->label(TRUE);
$group->upload("file");
$form->submit();

After submiting such form file value is empty. After moving input to $form upload will work.

Change History

Changed 4 months ago by Shadowhand

  • owner Shadowhand deleted
  • priority changed from major to minor

Changed 4 months ago by Shadowhand

  • component changed from Core to Modules:Forge

Changed 4 months ago by anonymous

  • milestone deleted

Milestone 2.1.3 deleted

Changed 2 months ago by Shadowhand

  • status changed from new to closed
  • resolution set to wontfix

Forge is no longer a supported module, see KohanaModules.

Note: See TracTickets for help on using tickets.