fix(api): set IsActive=true when creating license packages #262

Merged
jmiller merged 1 commits from feat/inline-visibility-settings into dev 2026-05-31 01:19:21 +00:00
+1
View File
@@ -82,6 +82,7 @@ func CreateLicensePackage(ctx *context.APIContext) {
MaxSites: form.MaxSites,
RepoScope: form.RepoScope,
AllowedChannels: form.AllowedChannels,
IsActive: true,
}
if pkg.RepoScope == "" {
pkg.RepoScope = "all"