Skip to content

Commit

Permalink
Merge branch 'hqapi-2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Morgan committed Sep 30, 2009
2 parents dbbefe6 + 207971b commit e25bc77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hqu/hqapi1/app/AlertdefinitionController.groovy
Expand Up @@ -551,6 +551,11 @@ public class AlertdefinitionController extends ApiController {
def actionId = xmlAction.'@id'?.toInteger()
def className = xmlAction.'@className'

if (!className) {
// Nothing to do
continue
}

def cfg = [:]
// Special translation for ControlActions for Resource ids
if (className == "com.hyperic.hq.bizapp.server.action.control.ControlAction") {
Expand Down

0 comments on commit e25bc77

Please sign in to comment.