gdzie można włączać i wyłączać pola zrobione w Studio, które są eksportowane do pliku .csv ?
Pola standardowe można edytować
np. Projects
modules/Projects/Project.php
a potem
function create_export_query(&$order_by, &$where)
{
$custom_join = $this->custom_fields->getJOIN(true, true);
$query = "SELECT
project.*,
users.user_name as assigned_user_name ";
Ale gdzie jest funkcja eksportująca moje nowe pola , te z końcówką _c ?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks