Prevent multiple rendering.
This commit is contained in:
parent
043c9731a5
commit
19cb76bb12
2 changed files with 2 additions and 0 deletions
|
@ -280,6 +280,7 @@ curl http://localhost/api/v1/organization/{id} -v -u #{login}:#{password} -H "Co
|
|||
assets: assets,
|
||||
organization_ids: organization_ids.uniq,
|
||||
}
|
||||
return
|
||||
end
|
||||
|
||||
list = []
|
||||
|
|
|
@ -390,6 +390,7 @@ class UsersController < ApplicationController
|
|||
assets: assets,
|
||||
user_ids: user_ids.uniq,
|
||||
}
|
||||
return
|
||||
end
|
||||
|
||||
list = []
|
||||
|
|
Loading…
Reference in a new issue