Jacopo Cappellato wrote:
> Adam Heath wrote:
>>> <actions>
>>> <entity-condition entity-name="Invoice"
>>> list-name="billingAccountInvoices">
>>> <condition-expr field-name="billingAccountId"
>>> env-name="billingAccountId"/>
>>> </entity-condition>
>>> </actions>
>>>
>>> Weird.
>>
>> Yeah, I've fix this. Sorry for that.
>
> No problem. was it fixed in rev. 585974, right?
> Now the error is gone but the screen still shows all the invoices... not
> just the ones in the billing account.
> Do you think this could be related to the error?
Well, this eventually does this:
<form name="ListBillingAccountInvoices" type="list"
list-name="billingAccountInvoices"
paginate-target="BillingAccountInvoices" default-entity-name="Invoice">
<actions>
<entity-condition entity-name="Invoice"
list-name="billingAccountInvoices">
<condition-expr field-name="billingAccountId"
env-name="billingAccountId"/>
</entity-condition>
</actions>
While the Invoice entity *does* have a billingAccountId, no invoices in
the demo system set that field. So, that screen s/b empty.
Still looking...