Skip to content

Commit

Permalink
#1693 todo references added
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1844 committed May 16, 2022
1 parent fe56a6c commit 10c45db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ trait VersionedModelServiceV3[C <: VersionedModel with Product with Auditable[C]
val auth = SecurityContextHolder.getContext.getAuthentication
val principal = auth.getPrincipal.asInstanceOf[UserDetails]

// todo check validation of used-in dependees?
// todo check validation of used-in dependees? #2065

mongoRepository.enableAllVersions(name, principal.getUsername)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -929,8 +929,8 @@ class DatasetControllerV3IntegrationSuite extends BaseRestApiTestV3 with BeforeA
}
}

// todo add enable cases where dependencies are disabled/removed(?) -> should fail
// todo add enable cases where dependencies are ok -> should fail
// todo add enable cases where dependencies are disabled/removed(?) -> should fail #2065
// todo add enable cases where dependencies are ok -> should fail #2065

s"PUT $apiUrl/{name}" can {
"return 200" when {
Expand Down

0 comments on commit 10c45db

Please sign in to comment.