Fix Default Rich Editor setting so that it renders correctly.
This commit is contained in:
parent
364e55da40
commit
82867ec273
2 changed files with 3 additions and 3 deletions
|
|
@ -45,6 +45,7 @@
|
||||||
want it to run.
|
want it to run.
|
||||||
- fix: new profile fields and new users not handling profile defaults right
|
- fix: new profile fields and new users not handling profile defaults right
|
||||||
- fix: subscription dates
|
- fix: subscription dates
|
||||||
|
- fix: Default Rich Editor setting not rendering correctly
|
||||||
- The Events Calendar is now the new Calendar with some fun new features.
|
- The Events Calendar is now the new Calendar with some fun new features.
|
||||||
All your existing Events Calendars will be migrated automatically.
|
All your existing Events Calendars will be migrated automatically.
|
||||||
- Major change: password recovery is now based on profile fields rather than
|
- Major change: password recovery is now based on profile fields rather than
|
||||||
|
|
|
||||||
|
|
@ -176,9 +176,8 @@ sub definition {
|
||||||
name=>"richEditor",
|
name=>"richEditor",
|
||||||
label=>$i18n->get("default rich editor"),
|
label=>$i18n->get("default rich editor"),
|
||||||
hoverHelp=>$i18n->get("default rich editor description"),
|
hoverHelp=>$i18n->get("default rich editor description"),
|
||||||
defaultValue=>[$session->setting->get("richEditor")],
|
defaultValue=>[$session->setting->get("richEditor") || "PBrichedit000000000001"],
|
||||||
options=>WebGUI::Asset::RichEdit->getList($session),
|
options=>WebGUI::Asset::RichEdit->getList($session)
|
||||||
defaultValue=>["PBrichedit000000000001"]
|
|
||||||
});
|
});
|
||||||
push(@fields, {
|
push(@fields, {
|
||||||
tab=>"ui",
|
tab=>"ui",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue