Closed (won't fix)
Project:
Case Tracker
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2008 at 13:30 UTC
Updated:
22 Jun 2012 at 19:44 UTC
In the "Edit view" form (/admin/build/views/##/edit) -> Fields -> Add field: has a field "Case Tracker: Case number" twice.
Export test species "View" for the first field:
$view = new stdClass();
$view->name = 'cs_test';
$view->description = 'Project number testing';
$view->access = array (
);
$view->view_args_php = '';
$view->page = TRUE;
$view->page_title = '';
$view->page_header = '';
$view->page_header_format = '1';
$view->page_footer = '';
$view->page_footer_format = '1';
$view->page_empty = '';
$view->page_empty_format = '1';
$view->page_type = 'list';
$view->url = 'cs_test';
$view->use_pager = FALSE;
$view->nodes_per_page = '20';
$view->sort = array (
);
$view->argument = array (
);
$view->field = array (
array (
'tablename' => 'casetracker_project',
'field' => 'project_number',
'label' => '',
),
);
$view->filter = array (
);
$view->exposed_filter = array (
);
$view->requires = array(casetracker_project);
$views[$view->name] = $view;
Returns empty list!
If I include in the request and second field "Case Tracker: Case number" too, the request is done correctly and returns means both fields.
Sorry for bad English
Comments
Comment #1
jmiccolis commentedI'm sorry I don't quite understand what's going on. Can you confirm this with the 5.x dev tarball? If the bug still occurs please post step-by-step instructions to reproduce it. Thanks.
Comment #2
pedrorocha commented5.x version is obsolete and will not receive any updates, so i'm closing this issue