I just pushed a bugfix to Hobo edge.   It appears that many of you
figured out the workaround for the bug in question -- however the
bugfix breaks your workaround.

If you previously had a snippet such as this:

    <table fields="this, date, account.login">
      <login-view:>
        ...
      </login-view:>
    </table>

You now have to use:

    <table fields="this, date, account.login">
      <account-login-view:>
        ...
      </account-login-view:>
    </table>

The same change has been applied to `<field-list>`

This fixes bug #592 and #436

--

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