[FIX][website_event_excerpt_img] Use event's timezone. - #57
Merged
pedrobaeza merged 2 commits intoSep 16, 2016
Merged
Conversation
Without this patch, the event's start and end dates (and times) will be inaccurate.
Member
|
👍 |
pedrobaeza
requested changes
Sep 16, 2016
| "name": "Excerpt + Image in Events", | ||
| "summary": "New layout for event summary, including an excerpt and image", | ||
| "version": "8.0.1.0.0", | ||
| "version": "8.0.1.0.1", |
Member
There was a problem hiding this comment.
As this requires an update, 8.0.1.1.0
pedrobaeza
approved these changes
Sep 16, 2016
Member
|
Fast-tracking as needed change. |
chienandalu
pushed a commit
to Tecnativa/event
that referenced
this pull request
Jun 22, 2017
[FIX][website_event_excerpt_img] Use event's timezone. Without this patch, the event's start and end dates (and times) will be inaccurate.
chienandalu
pushed a commit
to Tecnativa/event
that referenced
this pull request
Jul 17, 2017
[FIX][website_event_excerpt_img] Use event's timezone. Without this patch, the event's start and end dates (and times) will be inaccurate.
pedrobaeza
pushed a commit
to Tecnativa/event
that referenced
this pull request
Aug 14, 2017
* Better layout for website events. Add event priority to display them as half or full row on website. * Simplify dramatically removing options. All or nothing now. This rewrites completely the event index layout, but it was impossible to get the desired effect without that due to core design, so I simplified everything. * Display metadata, show description below image in normal events. * Update module name as changed in last module version. * Avoid broken paginator layout when event number is odd. * Use event's timezone. (OCA#57) Without this patch, the event's start and end dates (and times) will be inaccurate.
yajo
added a commit
to Tecnativa/event
that referenced
this pull request
Jul 4, 2019
* Better layout for website events. Add event priority to display them as half or full row on website. * Simplify dramatically removing options. All or nothing now. This rewrites completely the event index layout, but it was impossible to get the desired effect without that due to core design, so I simplified everything. * Display metadata, show description below image in normal events. * Update module name as changed in last module version. * Avoid broken paginator layout when event number is odd. * Use event's timezone. (OCA#57) Without this patch, the event's start and end dates (and times) will be inaccurate.
yajo
added a commit
to Tecnativa/event
that referenced
this pull request
Jul 5, 2019
* Better layout for website events. Add event priority to display them as half or full row on website. * Simplify dramatically removing options. All or nothing now. This rewrites completely the event index layout, but it was impossible to get the desired effect without that due to core design, so I simplified everything. * Display metadata, show description below image in normal events. * Update module name as changed in last module version. * Avoid broken paginator layout when event number is odd. * Use event's timezone. (OCA#57) Without this patch, the event's start and end dates (and times) will be inaccurate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Without this patch, the event's start and end dates (and times) will be inaccurate.
@Tecnativa.