Patches item #425334, was updated on 2001-05-18 16:13
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=304421&aid=425334&group_id=4421
Category: MAIN branch
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix extracolumns editing
Initial Comment:
on line 139 in plugins/Admin/templates/
editStory;admin;default , storyref.val should be
storyref.$val ...
139c139
< <INPUT TYPE="TEXT" NAME="[% val %]"
VALUE="[% FILTER strip_attribute; storyref.$val;
END %]" SIZE="64">
---
> <INPUT TYPE="TEXT" NAME="[% val %]"
VALUE="[% FILTER strip_attribute; storyref.val;
END %]" SIZE="64">
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=304421&aid=425334&group_id=4421
|