mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 02:50:18 +02:00
fixed taglist-account displays groups as id eg. "-4"
This commit is contained in:
@@ -401,7 +401,7 @@ var et2_taglist_account = et2_taglist.extend(
|
||||
}
|
||||
},
|
||||
|
||||
int_reg_exp: /^[0-9]+$/,
|
||||
int_reg_exp: /^-?[0-9]+$/,
|
||||
|
||||
/**
|
||||
* Set value(s) of taglist, reimplemented to automatic resolve numerical account_id's
|
||||
|
Reference in New Issue
Block a user