Commit 0ba96d35 authored by Bahadir Can Yildiz's avatar Bahadir Can Yildiz

CHANGE rref #5340. Trimmed whitespaces

parent e2b54f39
...@@ -61,9 +61,6 @@ angular.module('ulakbus') ...@@ -61,9 +61,6 @@ angular.module('ulakbus')
templateUrl: 'components/crud/templates/crud.html', templateUrl: 'components/crud/templates/crud.html',
controller: 'CRUDListFormController' controller: 'CRUDListFormController'
}) })
.otherwise({redirectTo: '/dashboard'}); .otherwise({redirectTo: '/dashboard'});
}]) }])
.factory('IsOnline', function () { .factory('IsOnline', function () {
......
...@@ -69,7 +69,7 @@ angular.module('ulakbus.crud', ['schemaForm', 'ui.bootstrap', 'ulakbus.formServi ...@@ -69,7 +69,7 @@ angular.module('ulakbus.crud', ['schemaForm', 'ui.bootstrap', 'ulakbus.formServi
wf: routeParams.wf, wf: routeParams.wf,
object_id: routeParams.key, object_id: routeParams.key,
filters: {}, filters: {},
token: scope.token || routeParams.token token: routeParams.token
}; };
if (scope.param_id) { if (scope.param_id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment