RT 3.0.2 bug: Phone numbers in German translation

Hi all,

just found a new bug:

when the browser’s language is German, in user details page,
the telephone numbers are empty (at least Work and Mobile).

I suspect it tries to translate the database field names…

Cheers,
Stan

Can you verify that they’re set correctly in the database? And that if
you try to change them it updates the database?
the code looks ok.

-jOn Tue, May 27, 2003 at 09:03:22AM -0700, Stanislav Sinyagin wrote:

Hi all,

just found a new bug:

when the browser’s language is German, in user details page,
the telephone numbers are empty (at least Work and Mobile).

I suspect it tries to translate the database field names…

Cheers,
Stan


rt-devel mailing list
rt-devel@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-devel

Request Tracker... So much more than a help desk — Best Practical Solutions – Trouble Ticketing. Free.

Can you verify that they’re set correctly in the database? And that if
you try to change them it updates the database?
the code looks ok.

That was noticed in the end of the day, so I didn’t spend much time
on it. The strange thing is, that I can’t reproduce it now from home.
Will try some more tests tomorrow.

By the way, a new small bug here: In ticket search results,
/Search/Listing.html?Bookmark=…
in the table header row, instead of “#” (hash sign),
in Russian translation we get “№”
(ampersand, hash, few numbers, semicolon).
In HTML it appears to be quoted: №

In the home page, “10 tickets I own…” the numero sign shows properly.

Cheers,
Stan

Actually, it wasn’t because of the language.
It was the other person with different set of rights.
And I as the administrator had no problems in seeing that.

So, by default all our users have the following set of rights:

CommentOnTicket
CreateTicket
ModifySelf
ReplyToTicket
SeeQueue
ShowACL
ShowScrips
ShowTemplate
ShowTicket
ShowTicketComments
Watch
OwnTicket
WatchAsAdminCc

Without “AdminUsers” privilege, the user details (particularly, the phone
numbers) are not shown. But I don’t want to give AdminUsers right to all users,
and at the same time I want them to be able to see this information.

Do we miss “ShowUserDetails” privilege here?

Also, as already reported few weeks ago, there seems to be no way to let
the unprivileged user to modify its own user details (address, phones etc.),
which would be nice to have…

Regards,
Stan