set adminprivileges to true
This commit is contained in:
parent
dc836137f2
commit
6acc703943
@ -39,7 +39,7 @@ public class AdminCheckListPage extends AbstractAdminPage {
|
||||
add(dialog);
|
||||
|
||||
|
||||
add(cltdp = new CheckListTemplateDataPanel("datapanel", false) {
|
||||
add(cltdp = new CheckListTemplateDataPanel("datapanel", true) {
|
||||
@Override
|
||||
public void onClick(IModel<CheckListTemplate> clicked, AjaxRequestTarget target) {
|
||||
System.out.println(clicked.getObject().getCreator());
|
||||
|
Loading…
x
Reference in New Issue
Block a user