Merged
requested to merge 3513-follow-up-from-simplify-specification-of-ee-license-plan-features into master
What does this MR do?
When using a license with an addon with count nil
, the app should not crash
Screenshots
Contents of the license I've been using:
[1] pry(main)> License.current.add_ons
=> {"GitLab_Geo"=>nil,
"GitLab_FileLocks"=>nil,
"GitLab_ServiceDesk"=>nil,
"GitLab_DeployBoard"=>nil,
"GitLab_Auditor_User"=>nil}
What are the relevant issue numbers?
Closes #3513 (closed)