4teamwork / ftw.workspace

A project folder for plone.
3 stars 0 forks source link

make pdfexport work with documentdate #7

Closed tschanzt closed 11 years ago

tschanzt commented 11 years ago

@maethu could you please take a look at this?

jone commented 11 years ago

The "Documents"-tab has a fallback for when there is no ftw.file installed, see https://github.com/4teamwork/ftw.workspace/blob/master/ftw/workspace/browser/documents.py#L47

Shouldn't we do that here too?

maethu commented 11 years ago

We definitely should!

tschanzt commented 11 years ago

@jone @maethu I implemented a fallback. I also changed the existing one, because it doesn't work if ftw.file is on the filesystem but isn't installed.

jone commented 11 years ago

@Tschanzt can you update your branch against master?

maethu commented 11 years ago

@Tschanzt pls update against master

tschanzt commented 11 years ago

@jone @maethu done.