Skip to content

Commit 653f949

Browse files
Fix in deletion of module from page.
1 parent 5796921 commit 653f949

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed
Binary file not shown.

src/Dnn.ContactList.Mvc/Controllers/ContactController.cs

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public ActionResult Edit(Contact contact)
100100
/// <param name="pageIndex">Index of the current page.</param>
101101
/// <param name="pageSize">Number of records per page.</param>
102102
/// <returns></returns>
103-
[HttpGet]
104103
[ModuleAction(ControlKey = "Edit", TitleKey = "AddContact")]
105104
public ActionResult Index(string searchTerm = "", int pageIndex = 0)
106105
{

0 commit comments

Comments
 (0)