42b03703af
The logic for restricted allocation creation checks that the user is not trying to create an allocation with an owner other than themselves. However the logic as it stands will always fail, as it does not check if the user actually set an allocation owner. Change-Id: I780d8e88f9319dc37ab56309bddbfb6b5f3c9d13
8 lines
312 B
YAML
8 lines
312 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes restricted allocation creation for old policy defaults. This involves
|
|
a check that ensures that the user is not trying to create an allocation with
|
|
an owner other than themselves. This check is updated to also see if the
|
|
user is actually trying to set an allocation owner.
|