[symfony-users] Forced Download Locks Browsers

2008-01-17 Thread Benjamin Ingmire
Also posted to the the forum: http://www.symfony-project.org/forum/index.php/m/43643/#msg_43643 Hello all.. I have implemented the suggestions in this thread... ( I thanked the thread earlier...) HOWEVER.. I have an issue that hopefully someone can shed some light on. I have an IFRAME that is

[symfony-users] Re: Filters question

2007-09-20 Thread Benjamin Ingmire
ld f.i. contain a > checkbox with the name "TableA[TableB_approved]". > > In the overridden addFiltersCriteria(), you can (after calling the > parent method) query that data and add the criteria to your > Criteria(Propel)/Query(Doctrine) object. > > Regards > > B

[symfony-users] Re: Filters question

2007-09-18 Thread Benjamin Ingmire
Charley, Bernhard, Your question made me wonder: Is it possible to create a filter in the generated admin that filters on records in a related table? For instance: TableA id user_id created_at TableB id - relates to TableA.user_id approved Can a generated TableA be filtered on TableB.approved