From cba64cd6575b5c541e6f3cd6f5a52b506d661537 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 25 Jun 2015 09:37:21 -0400 Subject: Revert "Add searchusers action and make editusers and listusers actually be different" This reverts commit 367f4f733f76da068f4125d420c475e8d085cf49. --- vmail-controller.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vmail-controller.lua') diff --git a/vmail-controller.lua b/vmail-controller.lua index 5c0c89a..517664c 100644 --- a/vmail-controller.lua +++ b/vmail-controller.lua @@ -10,8 +10,8 @@ mymodule.listusers = function( self ) return self.model.list_users() end -mymodule.searchusers = function( self ) - return self.handle_form(self, self.model.get_search_options, self.model.search_users, self.clientdata, "Search", "Search Users") +mymodule.editusers = function( self ) + return self.model.list_users() end mymodule.deleteuser = function( self ) -- cgit v1.2.3