Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 0a6d22b7

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Added endpoint to set global required annotations

Zobrazit rozdíly:

Backend/Core/Services/DocumentService/DocumentServiceEF.cs
164 164
            }
165 165
            databaseContext.SaveChanges();
166 166
        }
167

  
168
        public void SetRequiredAnnotationsGlobal(int requiredAnnotations)
169
        {
170
            GlobalConfiguration.RequiredAnnotations = requiredAnnotations;
171
        }
172

  
167 173
    }
168 174
}

Také k dispozici: Unified diff