hyperic / hq

Hyperic open source
107 stars 91 forks source link

Add handler for URL request /resource/associations #8

Closed bingcai closed 8 years ago

bingcai commented 9 years ago

When we add a resource into multiple groups at once, there is a unhandled url request: /app/resource/associations. This will cause client javascript to report error. Here we added a new handler to return a valid json object to client.

bingcai commented 9 years ago

[HHQ-5894] create action does not error if no roles or users are selected.