Thank you for pointing this out - it worked.
It's a shame I didn't notice it myself :/
NetBeans didn't found that odd either.

---

On the other hand, while clicking through existing stuff I found one
transition throwing such error:

Showing app/views/leads/advance.dryml where line #12 raised:
undefined method `viewable_by?' for #<Version:0xf207708>
Extracted source (around line #12):
9:       <flash-messages/>
10:       <h3>Please complete a bid form</h3>
11:     </header>
12:     <advance-form/>
13:   </content:>
14: </advance-page>

advance-form is deafult form from forms.dryml (no changes in
application.dryml):
<def tag="advance-form" polymorphic/>
<def tag="advance-form" for="Lead">
  <form lifecycle="advance" merge param="default">
    <error-messages param/>
    <input type="hidden" name="key"
value="&this.lifecycle.provided_key" if="&this.lifecycle.provided_key"/
>
    <field-list fields="bidforms" param/>
    <div param="actions">
      <submit label="#{ht
'leads.actions.advance', :default=>['Advance']}" param/><or-cancel
param="cancel"/>
    </div>
  </form>
</def>

Well, this seems strange - I don't use such method anywhere. But I
found it used inside hobo plugin
 files. Couple days before I switched to gem aproach rather than
plugin, but the files are still there - could it be because of that?

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to