Allow admins to add or update a network. If we want to have two similar networks; the teacher can have one that was based off the other.

This commit is contained in:
Tim Young 2017-08-02 15:37:29 -05:00
parent eeb0536b07
commit 1a94d5e671
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ namespace EduNetworkBuilder
else
{
//If this is homework, we can update it
addToClassworkToolStripMenuItem.Visible = false;
addToClassworkToolStripMenuItem.Visible = true; //We can create a new homework if we have changed it
updateClassworkToolStripMenuItem.Visible = true;
}
}