Commit 637201dd authored by Bahadir Can Yildiz's avatar Bahadir Can Yildiz

CHANGE rref #5340. Trimmed whitespaces

parent d89b6a8a
......@@ -61,9 +61,6 @@ angular.module('ulakbus')
templateUrl: 'components/crud/templates/crud.html',
controller: 'CRUDListFormController'
})
.otherwise({redirectTo: '/dashboard'});
}])
.factory('IsOnline', function () {
......
......@@ -69,7 +69,7 @@ angular.module('ulakbus.crud', ['schemaForm', 'ui.bootstrap', 'ulakbus.formServi
wf: routeParams.wf,
object_id: routeParams.key,
filters: {},
token: scope.token || routeParams.token
token: routeParams.token
};
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