*** js/class.cmap.js 2010-03-02 15:51:24.000000000 +0100 --- js/class.cmap_mod.js 2010-03-02 15:51:25.000000000 +0100 *************** *** 2445,2452 **** // Element params.elementid = this.selementForm.elementid.value; params.elementName = this.selementForm.elementName.value; ! ! if(params.elementid == 0){ switch(params.elementtype.toString()){ //host case '0': this.info('Host is not selected.'); break; --- 2445,2452 ---- // Element params.elementid = this.selementForm.elementid.value; params.elementName = this.selementForm.elementName.value; ! /// patch scricca@tomware.it ! if((params.elementid == 0) && (params.elementtype.toString() != '4')) { switch(params.elementtype.toString()){ //host case '0': this.info('Host is not selected.'); break; *************** *** 2457,2469 **** //hg case '3': this.info('Host group is not selected.'); break; // image ! case '4': ! default: } return false; } ! // Icon OK params.iconid_off = this.selementForm.iconid_off.options[this.selementForm.iconid_off.selectedIndex].value; --- 2457,2469 ---- //hg case '3': this.info('Host group is not selected.'); break; // image ! //case '4': ! //default: } return false; } ! /// end patch scricca@tomware.it // Icon OK params.iconid_off = this.selementForm.iconid_off.options[this.selementForm.iconid_off.selectedIndex].value;