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:
parent
eeb0536b07
commit
1a94d5e671
@ -423,7 +423,7 @@ namespace EduNetworkBuilder
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
//If this is homework, we can update it
|
//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;
|
updateClassworkToolStripMenuItem.Visible = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user