Skip to content

Commit

Permalink
#4 Ignores when things don't collapse perfectly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lomilar committed Oct 18, 2018
1 parent cde423a commit 273716c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions js/cass-ui-fwk-exp/cui-fe-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -889,15 +889,15 @@ function frameworkCollapsedCorrectly(fnpg) {
function handleCollapseFrameworkSuccess(frameworkId,fnpg) {
debugMessage("Framework collapsed:" + frameworkId);
debugMessage(fnpg);
if (!frameworkCollapsedCorrectly(fnpg)) {
showPageError("Could not determine framework competencies. Check framework permissions.");
}
else if (doesFrameworkHaveCircularDependency(fnpg)) {
showFrameworkHasCircularDependencyWarning();
}
else {
// if (!frameworkCollapsedCorrectly(fnpg)) {
// showPageError("Could not determine framework competencies. Check framework permissions.");
// }
// else if (doesFrameworkHaveCircularDependency(fnpg)) {
// showFrameworkHasCircularDependencyWarning();
// }
// else {
prepForFrameworkDisplay(fnpg);
}
// }
}

function handleCollapseFrameworkFailure(err) {
Expand Down

0 comments on commit 273716c

Please sign in to comment.