Your problem is from using <collection:wo_plant_times replace>... Instead try <collection: replace> <table-plus:wo_plant_times ... /> </collection:>
The difference is that the first is really a shortcut to writing <collection field="wo_plant_times" replace>. Since that's not a parameter, it tries to put it in the default parameter which is undefined for show-page and thus, gets silently dropped. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/eb4P9TltFMwJ. 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.
