[Rt-devel] extend USERS table adding fields...
raluca.blidaru at utoronto.ca
raluca.blidaru at utoronto.ca
Wed Mar 12 17:34:35 EDT 2008
Hello,
I added some more fields to USERS table, I overwrote _Value and I add
_LocalAccessible to RT::User. I made these changes in
\opt\RT3\lib\RT\User_Local.pm. I also modified
local\html\Admin\Users\Modify.html and
local\html\Admin\Users\index.html inserting the new fields into the
user's interface. when I am trying to load any of these two pages I
receive an error like:
"
System error
error: RT::User::Description Unimplemented in HTML::Mason::Commands.
(/opt/rt3/local/html/Admin/Users/Modify.html line 83)
context: ...
491: else {
492: my ( $package, $filename, $line );
493: ( $package, $filename, $line ) = caller;
494:
495: die "$AUTOLOAD Unimplemented in $package. ($filename line $line) \n";
496: }
497:
498: }
499:
...
code stack: /usr/lib/perl5/site_perl/5.8.5/DBIx/SearchBuilder/Record.pm:495
/opt/rt3/local/html/Admin/Users/Modify.html:83
/opt/rt3/share/html/Widgets/TitleBox:51
/opt/rt3/local/html/Admin/Users/Modify.html:116
/opt/rt3/share/html/Admin/autohandler:49
/opt/rt3/local/html/autohandler:295
raw error
"
It seems like "$_TABLE_ATTR" does not contain the new fields from the
USERS table (firstname, lastname, description, etc).
Attached you will find all the files that I've changed or created.
I am looking for any advice.
Thank you,
Raluca Blidaru
Web Developer
University of Toronto, Mississauga
-------------- next part --------------
[Attachment stripped: Original attachment type: "text/html", name: "Modify.html"]
-------------- next part --------------
[Attachment stripped: Original attachment type: "text/html", name: "index.html"]
-------------- next part --------------
[Attachment stripped: Original attachment type: "text/plain", name: "User_local.pm"]
More information about the Rt-devel
mailing list