summaryrefslogtreecommitdiffstats
path: root/did-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'did-controller.lua')
-rw-r--r--did-controller.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/did-controller.lua b/did-controller.lua
index 1dceb94..0f30761 100644
--- a/did-controller.lua
+++ b/did-controller.lua
@@ -30,7 +30,7 @@ function searchdefinitionlist(self)
end
function editdefinition(self)
- return controllerfunctions.handle_form(self, function() return self.model.getdefinition(self.clientdata.did) end, self.model.updatedefinition, self.clientdata, "Save", "Edit DID Number", "DID Number Saved")
+ return controllerfunctions.handle_form(self, function() return self.model.getdefinition(self.clientdata.did) end, self.model.updatedefinition, self.clientdata, "Save", "Edit DID Number")
end
function createdefinition(self)
@@ -39,7 +39,7 @@ end
function assigndefinition(self)
self.conf.viewtype = self.clientdata.viewtype or self.conf.viewtype
- return controllerfunctions.handle_form(self, function() return self.model.getdefinition(self.clientdata.did) end, self.model.updatedefinition, self.clientdata, "Save", "Assign DID Number", "DID Number Saved")
+ return controllerfunctions.handle_form(self, function() return self.model.getdefinition(self.clientdata.did) end, self.model.updatedefinition, self.clientdata, "Save", "Assign DID Number")
end
function newdefinition(self)