Skip to content

Commit

Permalink
Further changes on "Stores" tab/dropdownlist re-design. There's no ne…
Browse files Browse the repository at this point in the history
…ed to save tab name
  • Loading branch information
AndreiMaz committed Jul 20, 2016
1 parent 846fd37 commit 1123db0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Expand Up @@ -277,9 +277,6 @@ public ActionResult Create(CurrencyModel model, bool continueEditing)

if (continueEditing)
{
//selected tab
SaveSelectedTabName();

return RedirectToAction("Edit", new { id = currency.Id });
}
return RedirectToAction("List");
Expand Down Expand Up @@ -351,9 +348,6 @@ public ActionResult Edit(CurrencyModel model, bool continueEditing)

if (continueEditing)
{
//selected tab
SaveSelectedTabName();

return RedirectToAction("Edit", new {id = currency.Id});
}
return RedirectToAction("List");
Expand Down
Expand Up @@ -280,9 +280,6 @@ public ActionResult Edit(MessageTemplateModel model, bool continueEditing)

if (continueEditing)
{
//selected tab
SaveSelectedTabName();

return RedirectToAction("Edit", new {id = messageTemplate.Id});
}
return RedirectToAction("List");
Expand Down

0 comments on commit 1123db0

Please sign in to comment.