#592 ✓resolved
Ineu

<table> cuts fields with dots

Reported by Ineu | December 25th, 2009 @ 05:52 PM

I have following code:

<table-plus fields='date, account.login, operator.login, body'>
  .............
</table-plus>

I'm trying to change content of cells with <*-view:>. In my case
<date-view:> and <body-view:> work fine, but <account-login-view:> and <operator-login-view:> don't exist. If I use <login-view:>, it changes content of both account.login and operator.login columns. Dots in field names should be replaced with '-', if I correctly understand line 122 in rapid_core.dryml (hobo 0.9.103): <td param="#{this_field.to_s.sub('?', '').gsub('.', '-')}-view"><call-tag tag="&field_tag"/></td> But before this line this_field already equals to "login", so there's nothing to replace.

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

Tags

Referenced by

Pages