[ui] removed links to old search_criteria and Report2 is now Report

This commit is contained in:
Rushabh Mehta
2013-06-04 11:23:42 +05:30
parent 748f900a3f
commit 8fefeaf1bd
4 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ wn.pages['activity'].onload = function(wrapper) {
// Build Report Button
if(wn.boot.profile.can_get_report.indexOf("Feed")!=-1) {
wrapper.appframe.add_button('Build Report', function() {
wn.set_route('Report2', "Feed");
wn.set_route('Report', "Feed");
}, 'icon-th')
}
}