Hi group,

I'm working on a Content Type - "Course Fees" and the idea is that a user 
can assign many of these Fees to a parent Course. 

The users have asked though that the assogning happens in the Fee rather 
than having to create them first and then do the selection in the parent. 
It's a fair enough request as it means a single step rather than two.

Anyway I'm using the ftType UUID in the Fee and my original idea was to use 
beforeSave() to check for an assigned Course and then automatically update 
that with the Fee details. What I've noticed though is when I select a 
Course from the library an AJAX call seems to be made to the Fee and the 
Course UUID is automatically changed. 

That means when it comes to submission I've not got anything to compare with 
and make decisions on.

I'm tempted to overwrite the form ( fees/edit.cfm ) and add the original 
Course as a hidden form field but I was wondering before I do that if there 
is a better "FarCry" way of managing all this?

Cheers,
James

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to