Ticket #404 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

multi upload control, error when deleting a child

Reported by: svr Owned by: mpo
Priority: critical Milestone: 0.4
Component: modules/kauri-forms Version: trunk
Keywords: multi upload collection Cc:

Description

I'm trying to use an upload control within a collection control. Everything works as long as I don't delete a child upload control. A setWireValue on an existing form that is being reused also triggers the same error.

The error is 'value is undefined' and occurs on the 'close' method of the upload control object.

It is reproducible at the kauri sample 'multi-upload-control.html'. Just add a few upload fields and delete one.

Attachments

multi-upload-control patch delete child.patch (743 bytes) - added by svr 2 years ago.

Change History

Changed 2 years ago by svr

comment:1 Changed 2 years ago by svr

I've added a patch regarding this issue. Can someone review it and add it to svn?

comment:2 Changed 2 years ago by idbr

  • Status changed from new to closed
  • Resolution set to fixed

(In [1794]) Fixes #404

Note: See TracTickets for help on using tickets.