securis/src/main/webapp/js/admin.js
.. .. @@ -213,7 +213,7 @@ 213 213 var newAppId = $scope.formu['application_id']; 214 214 if (newAppId) { 215 215 // Only if there is a "valid" value selected we should update the metadata 216 - Catalogs.getResource('application').get({appId: newAppId}).$promise.then(function(app) {216 + Catalogs.getResource('application').get({id: newAppId}).$promise.then(function(app) {217 217 $scope.formu.metadata = []; 218 218 app.metadata.forEach(function(md) { 219 219 $scope.formu.metadata.push({