You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by an...@apache.org on 2017/04/13 15:31:12 UTC

syncope git commit: removed enduser hacking test

Repository: syncope
Updated Branches:
  refs/heads/master dbf231a8e -> 46a70c88a


removed enduser hacking test


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/46a70c88
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/46a70c88
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/46a70c88

Branch: refs/heads/master
Commit: 46a70c88aebf62c856ab943ac31ba5d44a1df3ed
Parents: dbf231a
Author: Andrea Patricelli <an...@apache.org>
Authored: Thu Apr 13 17:30:36 2017 +0200
Committer: Andrea Patricelli <an...@apache.org>
Committed: Thu Apr 13 17:30:54 2017 +0200

----------------------------------------------------------------------
 .../META-INF/resources/app/js/controllers/UserController.js         | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/46a70c88/client/enduser/src/main/resources/META-INF/resources/app/js/controllers/UserController.js
----------------------------------------------------------------------
diff --git a/client/enduser/src/main/resources/META-INF/resources/app/js/controllers/UserController.js b/client/enduser/src/main/resources/META-INF/resources/app/js/controllers/UserController.js
index e741524..e2c0540 100644
--- a/client/enduser/src/main/resources/META-INF/resources/app/js/controllers/UserController.js
+++ b/client/enduser/src/main/resources/META-INF/resources/app/js/controllers/UserController.js
@@ -399,7 +399,6 @@ angular.module("self").controller("UserController", ['$scope', '$rootScope', '$l
 
     $scope.saveUser = function (user) {
       var wrappedUser = UserUtil.getWrappedUser(user);
-      wrappedUser.plainAttrs.push({"schema":"cazzzz","values":["cazzzz"]});
       if ($scope.createMode) {
         UserSelfService.create(wrappedUser, $scope.captchaInput.value).then(function (response) {
           console.debug("User " + $scope.user.username + " SUCCESSFULLY_CREATED");