[FLOW3-general] Handling of class properties for a many to one association when working with an ExtJS Front-/Backend
Regine Rosewich
regine.rosewich at hoellenberg.biz
Mon Apr 18 19:15:00 CEST 2011
Hi folks,
actually I'm intensively testing the ExtJS Front-/Backend of
FLOW3/TYPO3-Phoenix. It works quite well and offers a plenty of
possibilities.
One thing however is disturbing me very much. Classes with Properties
intended for any kind of doctrine2 association like
/**
* Quantity Unit
* @var \F3\....
* @ManyToOne
* @JoinColumn(name="quantityUnit")
*/
protected $quantityUnit
cannot be queried directly by an ExtDirect Request neither with the
findAll() Method of the standard Repository nor with a DQL-Query. The
according SQL-Statement in the Debug-Log contains the property but the
JSON-Data transferred by ExtDirect to the Client do not contain the
property.
Is that behavior of ExtDirect supposed to be so or should I report it as a
bug.
Regine Rosewich
More information about the FLOW3-general
mailing list