version(s) affected
1.7.0
Description
AppLifecycleController.install.error {"message":""project" is not a valid backing value for enum
How to reproduce
install on project
Possible Solution
enum PortalLicenseFamily: string
{
case free = 'free';
case basic = 'basic';
case std = 'std';
case pro = 'pro';
case project = 'project';
case en = 'en';
case nfr = 'nfr';
}
Additional Context
No response