mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Actually set the default cf prefix so everything works.
This commit is contained in:
parent
11ba189bd0
commit
7278b30ff0
@ -612,7 +612,7 @@ var et2_customfields_list = /** @class */ (function (_super) {
|
||||
"prefix": {
|
||||
name: "prefix",
|
||||
type: "string",
|
||||
default: et2_no_init,
|
||||
default: "#",
|
||||
description: "Custom prefix for custom fields. Default #"
|
||||
}
|
||||
};
|
||||
|
@ -66,7 +66,7 @@ export class et2_customfields_list extends et2_valueWidget implements et2_IDetac
|
||||
"prefix": {
|
||||
name: "prefix",
|
||||
type: "string",
|
||||
default: et2_no_init,
|
||||
default: "#",
|
||||
description: "Custom prefix for custom fields. Default #"
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user