Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Traceback for CCEmails rendering in publish view (#101)
* Fix Traceback for CCEmails rendering Traceback (innermost last): Module ZServer.ZPublisher.Publish, line 144, in publish Module ZPublisher.mapply, line 85, in mapply Module ZServer.ZPublisher.Publish, line 44, in call_object Module senaite.impress.publishview, line 95, in __call__ Module Products.Five.browser.pagetemplatefile, line 126, in __call__ Module Products.Five.browser.pagetemplatefile, line 61, in __call__ Module zope.pagetemplate.pagetemplate, line 135, in pt_render Module Products.PageTemplates.engine, line 367, in __call__ Module z3c.pt.pagetemplate, line 176, in render Module chameleon.zpt.template, line 307, in render Module chameleon.template, line 214, in render Module chameleon.template, line 192, in render Module 51ed7a26bf10c8da6bb343541b82a273, line 1342, in render Module zope.tales.pythonexpr, line 73, in __call__ - __traceback_info__: (model.CCEmails.split(',')) Module <string>, line 1, in <module> AttributeError: 'NoneType' object has no attribute 'split' * Changelog updated
- Loading branch information