This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A group is accessible, if the group is selected, a subgroup is select…
…ed or a pod/app in that group is selected. Summary: The logic of group selection was incomplete, since it did not take viewable apps/pods into account. If a pod/app is viewable, all parent groups are implicitly viewable. The content of all parent nodes is still filtered. Fixes #4659 (MARATHON-1266) Test Plan: sbt test Reviewers: jeschkies, meichstedt Reviewed By: jeschkies, meichstedt Subscribers: marathon-team JIRA Issues: MARATHON-1266 Differential Revision: https://phabricator.mesosphere.com/D191 (cherry picked from commit ff78c10) # Conflicts: # src/main/scala/mesosphere/marathon/core/appinfo/impl/DefaultInfoService.scala # src/test/scala/mesosphere/marathon/integration/setup/SingleMarathonIntegrationTest.scala
- Loading branch information