2
0
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:
chenglch
2017-06-21 16:33:23 +08:00
committed by GitHub

View File

@ -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;