Merge pull request #1021 from nlegoff/api-doctrine

[READY][3.9] Transform api_* tables to doctrine entities
This commit is contained in:
Nicolas Le Goff
2014-06-13 14:13:23 +02:00
77 changed files with 4294 additions and 3855 deletions

View File

@@ -7,7 +7,7 @@ $(document).ready(function () {
type: "GET",
url: $this.attr("href"),
dataType: 'json',
data: {revoke: $this.hasClass("authorize") ? 1 : 0},
data: {revoke: $this.hasClass("authorize") ? 0 : 1},
success: function (data) {
if (data.success) {
var li = $this.closest('li');