PiRSquared17 / activescaffold

Automatically exported from code.google.com/p/activescaffold
MIT License
0 stars 0 forks source link

associations' file_column bridge view render wrong id/name for hidden delete parameter #766

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make association model (Team has many Member)
2. Member has file_column field
3. Set members to the team, member have file_column data.
4. Edit Team by ActiveScaffold view
5. Click 'Remove or Replace file' of the team member's file_column field.
6. Click 'Update'.

What is the expected output? What do you see instead?

- Remove file_column field data and attached file on storage.

What version (or revision) of the product are you using?

- 1.2RC1 (installed by 'script/plugin install ... -r rails-2.3' at 2010/10/7)

If this bug causes an exception, please paste at least the first 20 lines
below of a full backtrace (with backtrace silencers removed).

- No exception.

patch attached.

Original issue reported on code.google.com by shimizuk...@gmail.com on 7 Oct 2010 at 5:24

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed, thanks

Original comment by sergio.c...@gmail.com on 7 Oct 2010 at 8:47