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.
|
||||
- fix: new profile fields and new users not handling profile defaults right
|
||||
- fix: subscription dates
|
||||
- fix: Default Rich Editor setting not rendering correctly
|
||||
- The Events Calendar is now the new Calendar with some fun new features.
|
||||
All your existing Events Calendars will be migrated automatically.
|
||||
- Major change: password recovery is now based on profile fields rather than
|
||||
|
|
|
|||
|
|
@ -176,9 +176,8 @@ sub definition {
|
|||
name=>"richEditor",
|
||||
label=>$i18n->get("default rich editor"),
|
||||
hoverHelp=>$i18n->get("default rich editor description"),
|
||||
defaultValue=>[$session->setting->get("richEditor")],
|
||||
options=>WebGUI::Asset::RichEdit->getList($session),
|
||||
defaultValue=>["PBrichedit000000000001"]
|
||||
defaultValue=>[$session->setting->get("richEditor") || "PBrichedit000000000001"],
|
||||
options=>WebGUI::Asset::RichEdit->getList($session)
|
||||
});
|
||||
push(@fields, {
|
||||
tab=>"ui",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue