display error:
com.openkm.frontend.client.widget.properties.TabFolder.java
com.openkm.frontend.client.widget.properties.TabFolder.java
Code: Select all
change to :
/**
* showNotes
*/
public void showNotes() {
tabPanel.add(notes, Main.i18n("tab.document.notes"));
notesVisible = true;
}
Code: Select all
/**
* showNotes
*/
public void showNotes() {
tabPanel.add(notes, Main.i18n("tab.folder.notes"));
notesVisible = true;
}
