Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Apr 15, 2020
2 parents 2665232 + dac53f1 commit 80661cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 135 deletions.
Expand Up @@ -64,7 +64,8 @@ protected void onInitialize(){
}

private void initLayout() {
CaseWorkItemsPanel workItemsPanel = new CaseWorkItemsPanel(ID_CASE_WORK_ITEMS_TABLE, CaseWorkItemsPanel.View.FULL_LIST) {
CaseWorkItemsPanel workItemsPanel = new CaseWorkItemsPanel(ID_CASE_WORK_ITEMS_TABLE, CaseWorkItemsPanel.View.FULL_LIST,
pageParameters) {
private static final long serialVersionUID = 1L;

@Override
Expand Down

This file was deleted.

Expand Up @@ -19,7 +19,7 @@
*/
public class AboutPageTest extends AbstractSchrodingerTest {

private static final String VERSION_EXPECTED = "4.1-SNAPSHOT"; // Static value, should be changed each version change.
private static final String VERSION_EXPECTED = "4.2-SNAPSHOT"; // Static value, should be changed each version change.
private static final String HIBERNATE_DIALECT_EXPECTED = "org.hibernate.dialect.H2Dialect";
private static final String CONNID_VERSION_EXPECTED = "1.5.0.10"; // Static value, should be changed each version change.
private static final String REINDEX_REPO_TASK_CATEGORY_EXPECTED = "Utility";
Expand Down

0 comments on commit 80661cc

Please sign in to comment.