Proper naming for upgrade script (v2)
Forward port of generating a list of Rich Editors with correct version status.
This commit is contained in:
parent
dc4f719dd9
commit
587b03b51c
5 changed files with 32 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ sub www_editSettings {
|
|||
-label=>$i18n->get("default rich editor"),
|
||||
-hoverHelp=>$i18n->get("default rich editor description"),
|
||||
-value=>[$session->setting->get("richEditor")],
|
||||
-options=>$session->db->buildHashRef("select assetData.assetId,assetData.title from asset left join assetData on asset.assetId=assetData.assetId where asset.className='WebGUI::Asset::RichEdit' order by assetData.title"),
|
||||
-options=>WebGUI::Asset::RichEdit->getList($session),
|
||||
-defaultValue=>["PBrichedit000000000001"]
|
||||
);
|
||||
$tabform->getTab("ui")->integer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue