admin: improve claim-list usability
This commit is contained in:
parent
b8cbb9f758
commit
faab83e037
2 changed files with 23 additions and 5 deletions
|
@ -846,7 +846,7 @@ angular.module("FICApp")
|
|||
"content": $scope.ndescription
|
||||
}
|
||||
}).then(function() {
|
||||
$location.url("/claims/" + $scope.claim.id);
|
||||
$location.url("/claims/" + $scope.claim.id + "/");
|
||||
});
|
||||
}
|
||||
$scope.saveClaim = function() {
|
||||
|
|
Reference in a new issue