mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +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": {
|
"prefix": {
|
||||||
name: "prefix",
|
name: "prefix",
|
||||||
type: "string",
|
type: "string",
|
||||||
default: et2_no_init,
|
default: "#",
|
||||||
description: "Custom prefix for custom fields. Default #"
|
description: "Custom prefix for custom fields. Default #"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -66,7 +66,7 @@ export class et2_customfields_list extends et2_valueWidget implements et2_IDetac
|
|||||||
"prefix": {
|
"prefix": {
|
||||||
name: "prefix",
|
name: "prefix",
|
||||||
type: "string",
|
type: "string",
|
||||||
default: et2_no_init,
|
default: "#",
|
||||||
description: "Custom prefix for custom fields. Default #"
|
description: "Custom prefix for custom fields. Default #"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user