Skip to content
Snippets Groups Projects
Commit 997b525a authored by aboeckle's avatar aboeckle
Browse files

OO-4799: Load custom_2 fix

parent 5eee834a
No related branches found
No related tags found
No related merge requests found
...@@ -174,6 +174,7 @@ public class HelpAdminEditController extends FormBasicController { ...@@ -174,6 +174,7 @@ public class HelpAdminEditController extends FormBasicController {
iconEl.setValue("o_icon_external_link"); iconEl.setValue("o_icon_external_link");
setElementVisible(inputEl, true, true, true); setElementVisible(inputEl, true, true, true);
setElementVisible(newWindowEl, true, true, false); setElementVisible(newWindowEl, true, true, false);
break;
case HelpModule.CUSTOM_3: case HelpModule.CUSTOM_3:
inputEl.setLabel("help.admin.input.url", null); inputEl.setLabel("help.admin.input.url", null);
newWindowEl.select(onKeys[0], helpModule.isCustom3NewWindow()); newWindowEl.select(onKeys[0], helpModule.isCustom3NewWindow());
......
...@@ -623,9 +623,7 @@ public class HelpModule extends AbstractSpringModule { ...@@ -623,9 +623,7 @@ public class HelpModule extends AbstractSpringModule {
return custom1Icon; return custom1Icon;
} }
public String getCustom2Link() { public String getCustom2Link() { return custom2Link; }
return custom2Link;
}
public boolean isCustom2NewWindow() { public boolean isCustom2NewWindow() {
return custom2NewWindow; return custom2NewWindow;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment