Not sure what happened but this is what I had intended to post after
that last bit.
  <collection-heading:>Stories</collection-heading:>
  <collection: replace>
    <table-plus with="&@stories" fields="this,tasks.count,status">
      <empty-message:>No stories match your criteria</empty-message:>
    </table-plus>
    <a:stories action="new">New Story</a>
  </collection:>


On Dec 4, 10:06 am, Tom Locke <[EMAIL PROTECTED]> wrote:
> > I ran through the agility tutorial again, just to see some of the new
> > additions since the last time and noticed a few typos/bugs.
>
> Thanks for posting these.
>
> > In part 7, the view layer, there is a section of code opened with
> > <show-page> and then closed with </page>.  This appears twice.
>
> Fixed.
>
> > Second, the <collection: replace>...</collection:replace> used in this
> > section is a bit unclear:
> > <collection: replace>
> >   ...
> > </collection>
>
> That's as it should be -- replace is an attribute.
>
> > Further down in the 'A form with autocompletion' the line:
> > hobo_completions :username, User.without_owned_project(project).is_not
> > (project.owner) should be:
> > hobo_completions :username,  
> > User.without_joined_project(project).is_not
> > (project.owner)
>
> Good spot!
>
> > Also, this section wipes out the new story link and the header becomes
> > Memberships.  This is what I used to get back to a sensible display.
>
> Your post ends abruptly here - not sure what the problem is.
>
> Thanks again
>
> Tom
--~--~---------~--~----~------------~-------~--~----~
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