At the moment, only Mixed/Mixed awards can be applied for.
This is enforced by a line of (pseudo)code that says:
// Hack – enforce Mixed/Mixed only
if ( ( band != “Mixed” ) or ( mode != “Mixed” ) ) canApply = false;
This was as requested by Award Managers some time ago.
Personally, I have no problem with seeing this reviewed, even on a program-by-program basis, and would be trivial to provide.
-
This reply was modified 7 years, 2 months ago by Andrew M0YMA.