mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 15:05:36 +00:00
Merge pull request #3301 from zet809/fix_issue_3289
fix issue 3289: Changing site table attributes using chdef does not r…
This commit is contained in:
@ -780,6 +780,7 @@ sub setobjdefs
|
||||
|
||||
$montable->commit;
|
||||
$monsettable->commit;
|
||||
$objhash{$objname}{updated} = 1;
|
||||
next;
|
||||
} #if ($type eq 'monitoring')
|
||||
|
||||
@ -870,6 +871,9 @@ sub setobjdefs
|
||||
}
|
||||
|
||||
}
|
||||
unless ($ret) {
|
||||
$objhash{$objname}{updated} = 1;
|
||||
}
|
||||
|
||||
$thistable->commit;
|
||||
|
||||
|
Reference in New Issue
Block a user