I have odd problem.  I've got these select-one-editor tags that show
the correct list and if there's been an assignment, it shows that
value.  But, it doesn't actually manage to submit changes.  No
evidence of the call at all in the logs or in firebug.  The only thing
odd about it that I could see maybe being a problem, the show page
it's being called from isn't directly related to the model being

models:
  story: has_many story_edition_plans
  story_edition_plans: belongs_to story, edition_plan, edition
  edition: has_many story_edition_plans

Doh, after writing that all up, I had a thought about the controller
for that model.  I didn't have an update auto action.  Oops.  As soon
as that was there, it started working.

Though, it is odd and unexpected that the editor just silently fails
rather than perhaps rendering a view only or giving an error.
--~--~---------~--~----~------------~-------~--~----~
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