-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZO-4687: Store our own date_last_modified instead of relying on DAV #623
Conversation
…mestamp generated by the storage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
permission="zope.View" /> | ||
</class> | ||
<class class=".modified.LocalModified"> | ||
<require like_class=".modified.Modified" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
schöner Verweis, viel besser als copy&past 😄
|
||
|
||
class ModifiedTest(zeit.cms.testing.ZeitCmsTestCase): | ||
def test_date_last_modified_is_not_updated_during_publish_cycle(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Der positive Test wohnt jetzt in den doctests, statt hier. Ist an sich in Ordnung, aber alles an einem Ort wäre schöner.
Checklist