mirror of https://github.com/apache/cloudstack.git
Multi-edit: edit rule UI: fix regression and restore functionality
Conflicts: ui/scripts/ui/dialog.js
This commit is contained in:
parent
b48d99b518
commit
f239136605
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue