There is a misspelling in the german translation:
Beispiel #10 Partials in anderen Modulen darstellen
Zeitweise existiert ein Parial in einem anderen Modul
should be:
Beispiel #10 Partials in anderen Modulen darstellen
Zeitweise existiert ein Partial in einem anderen Modul
Maybe it should be documented that setObjectKey('model') must be called before setting the partial path:
<? $this->partialLoop()->setObjectKey('model')->partialLoop('_entry.phtml', 'default', $this->entries); ?>
{/code}
My first intention was:
<? $this->partialLoop('_entry.phtml', 'default', $this->entries)->setObjectKey('model'); ?>
{/code}
but did not work since the loop does not return anything.
Scheduling for next mini release.