Multi-edit: edit rule UI: fix regression and restore functionality

Conflicts:
	ui/scripts/ui/dialog.js
This commit is contained in:
Brian Federle 2013-07-01 14:28:52 -07:00
parent b48d99b518
commit f239136605
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@
response: {
success: function(args) {
$(args.data).each(function() {
var id = this.id ? this.id : this.name;
var id = this.id !== undefined ? this.id : this.name;
var description = this.description;
if (args.descriptionField)