Menu

#118 Patch for view_tracker_item: new style tracker options

closed-out-of-date
nobody
None
5
2004-04-04
2004-02-05
Polzin
No

In the current HEAD tracker options like "allow
comments" are ignored, because they are now stored in
"tiki_tracker_options" and not in "tiki_tracker" any
more. The following patch fixes this. No guarantee that
it is the correct solution. I did just cut'n'paste
programming.
Tobias

A patch for r1.42:

***************
*** 63,68 ****
--- 63,69 ----
$smarty->assign('status_types', $status_types);

$tracker_info =
$trklib->get_tracker($_REQUEST["trackerId"]);
+ $tracker_info =
array_merge($tracker_info,$trklib->get_tracker_options($_REQUEST["trackerId"]));
$smarty->assign('tracker_info', $tracker_info);

$fields =
$trklib->list_tracker_fields($_REQUEST["trackerId"], 0,
-1, 'position_asc', '');

Discussion

  • Polzin

    Polzin - 2004-02-05

    patch for tiki-view_tracker_item.php

     
  • alan johnson

    alan johnson - 2004-04-03

    Logged In: YES
    user_id=943591

    i think this might help this

     
  • mose

    mose - 2004-04-04
    • status: open --> closed-out-of-date
     
  • mose

    mose - 2004-04-04

    Logged In: YES
    user_id=8021

    that file is in version 1.64 right now and the proposed
    patch is not relevant for long.

    thanks anyway
    mose

     

Log in to post a comment.