Skip to content
Snippets Groups Projects
Commit cd306728 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#663 - do not show migration dialog on migration page

parent b586158b
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ public class MigrationService ...@@ -37,6 +37,7 @@ public class MigrationService
public boolean needToShowMigrationDialog(String loadedPage) public boolean needToShowMigrationDialog(String loadedPage)
{ {
loadedPage = "/" + loadedPage;
if(loadedPage.equals(Mappings.MIGRATION)) if(loadedPage.equals(Mappings.MIGRATION))
{ {
return false; return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment