We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105de7d commit 631e590Copy full SHA for 631e590
demo/src/org/labkey/demo/DemoController.java
@@ -48,7 +48,6 @@
48
import org.labkey.api.view.RedirectException;
49
import org.labkey.api.view.UpdateView;
50
import org.labkey.api.view.ViewContext;
51
-import org.labkey.api.view.template.PageConfig;
52
import org.labkey.demo.model.DemoManager;
53
import org.labkey.demo.model.Person;
54
import org.springframework.beans.MutablePropertyValues;
@@ -78,13 +77,6 @@ public DemoController()
78
77
setActionResolver(_actionResolver);
79
}
80
81
- @Override
82
- public PageConfig defaultPageConfig()
83
- {
84
- return new PageConfig();
85
- }
86
-
87
88
@RequiresPermission(ReadPermission.class)
89
public class BeginAction extends SimpleViewAction
90
{
0 commit comments