Skip to content

Commit

Permalink
Fix wrong dataRel for ERQMButtons
Browse files Browse the repository at this point in the history
  • Loading branch information
swklein committed Aug 22, 2014
1 parent d2c8a86 commit 7d68117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ public ERQMButtonDialog(WOContext aContext)
@Override
public String dataRelDefault()
{
return "external";
return "dialog";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ public ERQMButtonExternal(WOContext aContext)
@Override
public String dataRelDefault()
{
return "dialog";
return "external";
}
}

0 comments on commit 7d68117

Please sign in to comment.