-
Notifications
You must be signed in to change notification settings - Fork 48
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
Start date changing after pressing enter in title field #465
Comments
this happens because the start field is not being indexed correctly; I just discovered that while trying to fix some randomly failing tests in collective.cover:
this happens with the following ecosystem:
|
this indexer could be broken: @indexer(IDXEvent)
def start_indexer(obj):
event = IEventBasic(obj)
if event.start is None:
raise AttributeError
return DT(event.start) |
here you can see the error I'm facing:
|
Branch: refs/heads/master Date: 2018-09-06T09:18:52+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@2fa3b01 Fix falining AT Collection creation when using api.content.create. Files changed: M CHANGES.rst M src/plone/api/content.py M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T09:44:06+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@ddeeac3 Fix flake8 Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T14:38:42+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@81fef76 Typo Files changed: M CHANGES.rst Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T14:38:55+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@31119fe Run test create Collection in both AT and DX env Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T20:56:53+02:00 Author: Gauthier Bastien (gbastien) <gauthier@imio.be> Commit: plone/plone.api@bac3db8 Removed reference to plone/plone.app.contenttypes#465 Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T22:24:11+02:00 Author: Gauthier Bastien (gbastien) <gauthier@imio.be> Commit: plone/plone.api@d491d6a Completed docstring for test_create_dx_event Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-14T09:15:25+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.api@3e38c4f Merge pull request #414 from plone/create_at_collection_fix Fix falining AT Collection creation when using api.content.create. Files changed: M CHANGES.rst M src/plone/api/content.py M src/plone/api/tests/test_content.py
Branch: refs/heads/master Date: 2018-09-06T09:18:52+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@2fa3b01 Fix falining AT Collection creation when using api.content.create. Files changed: M CHANGES.rst M src/plone/api/content.py M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T09:44:06+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@ddeeac3 Fix flake8 Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T14:38:42+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@81fef76 Typo Files changed: M CHANGES.rst Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T14:38:55+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@31119fe Run test create Collection in both AT and DX env Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T20:56:53+02:00 Author: Gauthier Bastien (gbastien) <gauthier@imio.be> Commit: plone/plone.api@bac3db8 Removed reference to plone/plone.app.contenttypes#465 Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T22:24:11+02:00 Author: Gauthier Bastien (gbastien) <gauthier@imio.be> Commit: plone/plone.api@d491d6a Completed docstring for test_create_dx_event Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-14T09:15:25+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.api@3e38c4f Merge pull request #414 from plone/create_at_collection_fix Fix falining AT Collection creation when using api.content.create. Files changed: M CHANGES.rst M src/plone/api/content.py M src/plone/api/tests/test_content.py
Branch: refs/heads/master Date: 2018-09-06T09:18:52+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@2fa3b01 Fix falining AT Collection creation when using api.content.create. Files changed: M CHANGES.rst M src/plone/api/content.py M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T09:44:06+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@ddeeac3 Fix flake8 Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T14:38:42+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@81fef76 Typo Files changed: M CHANGES.rst Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T14:38:55+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@31119fe Run test create Collection in both AT and DX env Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T20:56:53+02:00 Author: Gauthier Bastien (gbastien) <gauthier@imio.be> Commit: plone/plone.api@bac3db8 Removed reference to plone/plone.app.contenttypes#465 Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T22:24:11+02:00 Author: Gauthier Bastien (gbastien) <gauthier@imio.be> Commit: plone/plone.api@d491d6a Completed docstring for test_create_dx_event Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-14T09:15:25+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.api@3e38c4f Merge pull request #414 from plone/create_at_collection_fix Fix falining AT Collection creation when using api.content.create. Files changed: M CHANGES.rst M src/plone/api/content.py M src/plone/api/tests/test_content.py
Branch: refs/heads/master Date: 2018-09-06T09:18:52+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@2fa3b01 Fix falining AT Collection creation when using api.content.create. Files changed: M CHANGES.rst M src/plone/api/content.py M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T09:44:06+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@ddeeac3 Fix flake8 Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T14:38:42+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@81fef76 Typo Files changed: M CHANGES.rst Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T14:38:55+02:00 Author: Gauthier Bastien (gbastien) <g.bastien@imio.be> Commit: plone/plone.api@31119fe Run test create Collection in both AT and DX env Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T20:56:53+02:00 Author: Gauthier Bastien (gbastien) <gauthier@imio.be> Commit: plone/plone.api@bac3db8 Removed reference to plone/plone.app.contenttypes#465 Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-06T22:24:11+02:00 Author: Gauthier Bastien (gbastien) <gauthier@imio.be> Commit: plone/plone.api@d491d6a Completed docstring for test_create_dx_event Files changed: M src/plone/api/tests/test_content.py Repository: plone.api Branch: refs/heads/master Date: 2018-09-14T09:15:25+02:00 Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com> Commit: plone/plone.api@3e38c4f Merge pull request #414 from plone/create_at_collection_fix Fix falining AT Collection creation when using api.content.create. Files changed: M CHANGES.rst M src/plone/api/content.py M src/plone/api/tests/test_content.py
probably outdated, reopen if I am wrong |
If I edit an event that has a start date set and I click to title field and press enter, then the start date changes to current date and time. I can reproduce it at http://demo.plone.de.
The text was updated successfully, but these errors were encountered: