You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CDash currently supports the ability to propagate label filters from the
index page to viewTest.php. This functionality is fundamentally broken
in all but the most simple case, since extracting only the label filters
is not logically equivalent to the full original filters. This PR
removes the feature entirely. In the future, there's an opportunity to
add something which fills roughly the same niche: allowing users to
select a subset of subprojects to display, which can be propagated to
other pages automatically.
0 commit comments