]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
default security group name is undef when it does not exist (#81)
authorDylan Hardison <dylan@hardison.net>
Mon, 15 Mar 2021 14:30:01 +0000 (10:30 -0400)
committerGitHub <noreply@github.com>
Mon, 15 Mar 2021 14:30:01 +0000 (15:30 +0100)
commit230465d16e86c91be034d2acaeefd92c07802184
tree7e8d38e934cc3159a82cabfce8643384788ad4a9
parent0c06f954df0d0fae57264cef8285812c766526ee
default security group name is undef when it does not exist (#81)

The BMO extension provides a default security group to products. I think
this is a good feature that should be core'd. In the meantime, there is
no default security group for the initial data set, so this makes it so
that when there isn't one, when the name is looked up it isn't an error.
extensions/BMO/Extension.pm