mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Api: Don't try to translate URLs
Also sub-classes email, phone, etc.
This commit is contained in:
parent
b5dfe12669
commit
d132609165
@ -31,6 +31,9 @@ export class Et2UrlReadonly extends Et2Description
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Don't try to translate URLs (or sub-classes)
|
||||||
|
noLang = true;
|
||||||
|
|
||||||
transformAttributes(attrs)
|
transformAttributes(attrs)
|
||||||
{
|
{
|
||||||
if (typeof attrs.onclick === 'undefined')
|
if (typeof attrs.onclick === 'undefined')
|
||||||
|
Loading…
Reference in New Issue
Block a user