[Fixed] Using the Propel Aggregate behavior, how to you the set the foreign_table field?

0 votes
asked Feb 2, 2016 in Solved by Chris Chase (360 points)
recategorized May 28, 2016 by ludek.vodicka

When using the Propel Aggregatecolumn behavior,
how do you setup the table relation to get the a table to show in the foreign
table list?

I tried just typing the table name in but it didn't work.

version 3.2.5.1277

commented Feb 2, 2016 by ludek.vodicka Skipper developer (140,450 points)

Thanks for info. we will check it

1 Answer

+1 vote
answered Feb 2, 2016 by ludek.vodicka Skipper developer (140,450 points)
commented Jul 5, 2016 by Chris Chase (360 points)

Sorry, didn't back to this sooner, the project got put on hold at the time.
It seems that propel requires just the DB table name, eg without the namespace prefix.

Right now I have a preprocessor that just is changing the xml before building, so I have a workaround for now.

version 3.2.6.1309

...