Code cleanup
This commit is contained in:
@@ -58,12 +58,12 @@ namespace VAR.Focus.Web.Pages
|
|||||||
private void btnSave_Click(object sender, EventArgs e)
|
private void btnSave_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
if (FormUtils.Controls_AreValid(Controls) == false) { return; }
|
if (FormUtils.Controls_AreValid(Controls) == false) { return; }
|
||||||
|
|
||||||
Board board = Boards.Current.Boards_SetBoard(
|
Board board = Boards.Current.Boards_SetBoard(
|
||||||
_idBoard,
|
_idBoard,
|
||||||
_txtTitle.Text,
|
_txtTitle.Text,
|
||||||
_txtDescription.Text,
|
_txtDescription.Text,
|
||||||
_txtDescription.GetClientsideHeight(),
|
_txtDescription.GetClientsideHeight(),
|
||||||
CurrentUser.Name);
|
CurrentUser.Name);
|
||||||
|
|
||||||
// FIXME: Notify User of "Save Succesfully"
|
// FIXME: Notify User of "Save Succesfully"
|
||||||
|
|||||||
Reference in New Issue
Block a user