#820 ✓resolved
Arnaud D.

input-many : inner fields not interpreted

Reported by Arnaud D. | October 2nd, 2010 @ 10:08 PM | in Hobo 1.3 (Rails 3)

Hi,

I have these relations:

class Parametertable < ActiveRecord::Base has_many :parametertable_columns, :dependent => :destroy, :order => "position", :accessible => true

class ParametertableColumn < ActiveRecord::Base belongs_to :parametertable

and when input-many is called, then each part of the

tag is surrounded by quotes and is not interpreted by the browser.
(see screenshot to know better what I mean).

I you need more information, don't hesitate to ask.

Regards,
Arnaud.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Attachments

Referenced by

Pages