Aleksander Machniak
2014-07-05 911d4e69f484c4f9426950ddb7f25193c8c39a15
- Fix Delete button state after deleting identity/response (#1489972)
2 files modified
5 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
program/js/app.js 4 ●●●● patch | view | raw | blame | history
CHANGELOG
@@ -54,6 +54,7 @@
- Fix so address format errors are ignored when saving a draft (#1489954)
- Fix incorrect label translation in return receipt (#1489963)
- Fix security issue in delete-response action - allow only ajax request
- Fix Delete button state after deleting identity/response (#1489972)
RELEASE 1.0.1
-------------
program/js/app.js
@@ -5742,6 +5742,8 @@
        frame.location.href = this.env.blankpage;
      }
    }
    this.enable_command('delete', false);
  };
  this.remove_identity = function(id)
@@ -5755,6 +5757,8 @@
        frame.location.href = this.env.blankpage;
      }
    }
    this.enable_command('delete', false);
  };