From 429c9ce3598fa0d1cda08700949458829e294f05 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 24 Apr 2008 20:31:58 +0000 Subject: Replaced all list_redir functions with redirect in mvc.lua, implemented a default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/opennhrp/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed --- opennhrp-controller.lua | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/opennhrp-controller.lua b/opennhrp-controller.lua index e90c030..366e87a 100644 --- a/opennhrp-controller.lua +++ b/opennhrp-controller.lua @@ -9,12 +9,6 @@ local newrecordtxt = "[New]" -- ################################################################################ -- LOCAL FUNCTIONS -local list_redir = function (self) - self.conf.action = "status" - self.conf.type = "redir" - error (self.conf) -end - local function displaycmdmanagement(pidofstatus) -- Add a management buttons local management = {} @@ -53,12 +47,7 @@ end -- ################################################################################ -- PUBLIC FUNCTIONS -mvc = {} -function mvc.on_load (self, parent) - if (self.worker[self.conf.action] == nil ) or ( self.conf.action == "init" ) then - self.worker[self.conf.action] = list_redir(self) - end -end +default_action = "status" function status(self) return { status=self.model.getstatus() } -- cgit v1.2.3