diff --git a/bt5/erp5_forge/ExtensionTemplateItem/Glossary.py b/bt5/erp5_forge/ExtensionTemplateItem/Glossary.py index 2f2b27692e8f8c5442a547e23bf05db905896133..39523aa47de119078fe6fa96d7a2cf7f802fda7e 100644 --- a/bt5/erp5_forge/ExtensionTemplateItem/Glossary.py +++ b/bt5/erp5_forge/ExtensionTemplateItem/Glossary.py @@ -130,7 +130,7 @@ from TAL.DummyEngine import DummyEngine class MyDummyEngine(DummyEngine): def evaluate(self, expression): - return None + return [] class MyDummyTALInterpreter(TALInterpreter): diff --git a/bt5/erp5_forge/bt/change_log b/bt5/erp5_forge/bt/change_log index 4628a7da40e31abb09da977aa0f49c13c0dc5909..8b3d291bd6b7b9daeeb0a55e8ac51d2ef9c90bf4 100644 --- a/bt5/erp5_forge/bt/change_log +++ b/bt5/erp5_forge/bt/change_log @@ -1,3 +1,6 @@ +2009-08-05 tatuya +* Fix 'Generate POT File' function when there is a PageTemplate which is using nested i18n block and using tal:repeat in the block + 2009-06-30 romain * Revert latest proxy field library simplification, as the design was not finalized. diff --git a/bt5/erp5_forge/bt/revision b/bt5/erp5_forge/bt/revision index 9f8ebf73f949262f1ac9e31f985774ae5fd52a31..662106aa47c07d2004e1b55849bba69fea061f2f 100644 --- a/bt5/erp5_forge/bt/revision +++ b/bt5/erp5_forge/bt/revision @@ -1 +1 @@ -482 \ No newline at end of file +485 \ No newline at end of file