open-education-api / ooapi-dotnet

dot.net-implementation of the ooapi-specification
GNU Affero General Public License v3.0
8 stars 0 forks source link

Het veld OtherCodes wordt niet terug gegeven #62

Closed bartvriesema closed 7 months ago

bartvriesema commented 8 months ago

O.a. bij de EducationSpecification geeft het endpoint de velden opgenomen in OtherCodes niet terug. In de repository worden wel de Attributes toegevoegd, maar ontbreekt het toevoegen van OtherCodes.

IQueryable<EducationSpecification> set = dbContext.EducationSpecificationsNoTracking.Include(x => x.Attributes) .Include(y => y.OtherCodes);

Het laatste deel ontbreekt vooralsnog. Wij maken hiervan gebruik om o.a. de crohocode toe te voegen en de interne afkorting die gebruikt wordt voor opleidingen.

bartvriesema commented 7 months ago

Is afgerond in pull request #66