minor fixes
This commit is contained in:
@@ -175,7 +175,8 @@ device port.
|
||||
|
||||
__PACKAGE__->might_have( properties => 'App::Netdisco::DB::Result::DevicePortProperties', {
|
||||
'foreign.ip' => 'self.ip', 'foreign.port' => 'self.port',
|
||||
});
|
||||
}, { join_type => 'LEFT OUTER' }
|
||||
);
|
||||
|
||||
=head2 ssid
|
||||
|
||||
|
||||
@@ -154,6 +154,7 @@ sub delete {
|
||||
|
||||
foreach my $set (qw/
|
||||
DevicePortPower
|
||||
DevicePortProperties
|
||||
DevicePortVlan
|
||||
DevicePortWireless
|
||||
DevicePortSsid
|
||||
|
||||
Reference in New Issue
Block a user