mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 13:20:19 +08:00
feat: support "+" in syncer column name (#752)
* feat: support + in syncer column name Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com> * feat: trim Signed-off-by: Yixiang Zhao <seriouszyx@foxmail.com>
This commit is contained in:
@ -836,7 +836,7 @@ export function getSyncerTableColumns(syncer) {
|
||||
]
|
||||
},
|
||||
{
|
||||
"name":"USERNAME",
|
||||
"name":"LAST_NAME+FIRST_NAME",
|
||||
"type":"string",
|
||||
"casdoorName":"DisplayName",
|
||||
"isHashed":true,
|
||||
|
Reference in New Issue
Block a user