fic: Add team's external_id to allow team and score synchronisation
This commit is contained in:
parent
342d216b3e
commit
5c12963da8
5 changed files with 30 additions and 26 deletions
|
@ -1997,7 +1997,7 @@ angular.module("FICApp")
|
|||
if ($scope.team && $scope.team.id)
|
||||
$routeParams.teamId = $scope.team.id;
|
||||
$scope.team = Team.get({ teamId: $routeParams.teamId });
|
||||
$scope.fields = ["name", "color"];
|
||||
$scope.fields = ["name", "color", "external_id"];
|
||||
|
||||
$scope.saveTeam = function() {
|
||||
if (this.team.id) {
|
||||
|
|
Reference in a new issue