Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.web.ui/src/dispo/js/adminController.js')
-rw-r--r--plugins/org.eclipse.osee.web.ui/src/dispo/js/adminController.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.web.ui/src/dispo/js/adminController.js b/plugins/org.eclipse.osee.web.ui/src/dispo/js/adminController.js
index d45ad153871..3c6b5a439cd 100644
--- a/plugins/org.eclipse.osee.web.ui/src/dispo/js/adminController.js
+++ b/plugins/org.eclipse.osee.web.ui/src/dispo/js/adminController.js
@@ -113,7 +113,7 @@
$scope.generateReport = function() {
var requst = [];
requst.push(
- "program/",
+ "/dispo/program/",
$scope.programSelection,
"/admin/report?primarySet=",
$scope.primarySet,
@@ -185,7 +185,7 @@
$scope.exportSet = function importSet(set) {
var requst = [];
requst.push(
- "program/",
+ "/dispo/program/",
$scope.programSelection,
"/admin/export?primarySet=",
set.guid,

Back to the top