diff --git a/models/registration/interface.go b/models/registration/interface.go index a8721a38..3f9f580b 100644 --- a/models/registration/interface.go +++ b/models/registration/interface.go @@ -5,7 +5,7 @@ import ( ) /* - RegistrationErrorStore stores all the errors that does not break the registration process, but have to be reported nevertheless. +RegistrationErrorStore stores all the errors that does not break the registration process, but have to be reported nevertheless. */ type RegistrationErrorStore interface { AddInvalidDefinition(string, error) diff --git a/models/registration/register.go b/models/registration/register.go index dd208cdb..50f86639 100644 --- a/models/registration/register.go +++ b/models/registration/register.go @@ -76,7 +76,7 @@ func (rh *RegistrationHelper) register(pkg packagingUnit) { } } - + model.Registrant.Status = connection.Registered _, _, err := rh.regManager.RegisterEntity( model.Registrant,