Hello

Please help me to find why start date and end date select fields remain empty on the view settings, when I try to edit format settings.

Join here a picture of the view setting and one another for the content type manage fields.

And part of the content of files:
- poste.date.inc:

<?php
$plugin = array(
  'name' => t('Post date'),
  'callback' => 'timeline_date_source_post_date_field_conversion',
  'handler_name' => 'views_handler_field_date',
);
?>

- date.field.inc:

<?php
$plugin = array(
  'name' => t('Date field'),
  'callback' => 'timeline_date_source_date_field_conversion',
  'handler_name' => 'views_handler_field_field',
  'field_type' => 'field_date1',
);
?>

Where am I wrong?

Thank you.

CommentFileSizeAuthor
#2 view settings.png51.83 KBsitrakarivelo
#2 manage fields.png37.63 KBsitrakarivelo

Comments

sitrakarivelo created an issue. See original summary.

sitrakarivelo’s picture

Issue summary: View changes
Related issues: +#614126: Can't use node: post date as start date for timeline
StatusFileSize
new37.63 KB
new51.83 KB
cilefen’s picture

Project: Drupal core » Views (for Drupal 7)
Version: 7.3 » 7.x-3.x-dev
Component: views.module » Code
Priority: Critical » Normal
Issue tags: -start date, -end date, -select field, -empty, -timeline, -view

This was opened mistakingly in the Drupal core queue. It belongs in Views.

mustanggb’s picture

Status: Active » Closed (outdated)

Closing this as outdated to tidy up a bit around here. If you're still having problems with the latest release please create a new issue.