Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit cbbd73b

Browse files
Merge pull request #8 from SpringRoll/revert-7-bugfix/group-permission
Revert "Bugfix/group permission"
2 parents fc2e30e + 2a96404 commit cbbd73b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/models/game.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ GameSchema.statics.removeGroup = function(ids, groupId, callback)
441441
}
442442
return this.update(
443443
query,
444-
{$pull: {groups: {group : groupId }}},
444+
{$pull: {groups: {"groups.group" : groupId }}},
445445
{multi: true},
446446
callback
447447
);

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRollConnect",
3-
"version": "1.3.12",
3+
"version": "1.3.11",
44
"dependencies": {
55
"jquery": "*",
66
"bootstrap": "*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.12",
2+
"version": "1.3.11",
33
"private": true,
44
"devDependencies": {
55
"grunt": "^0.4.5",

project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpringRollConnect",
3-
"version": "1.3.12",
3+
"version": "1.3.11",
44
"main": [
55
"src/plugins/jquery-search.js",
66
"src/widgets/*.js",

0 commit comments

Comments
 (0)