Mercurial > lada > lada-client
diff app/view/window/MessungCreate.js @ 1027:859e2e9859cd
Fixed an issue concerning the selection of status
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 12 Feb 2016 17:23:21 +0100 |
parents | 8054232535ba |
children | 5e3d4136ecfb |
line wrap: on
line diff
--- a/app/view/window/MessungCreate.js Fri Feb 12 16:34:28 2016 +0100 +++ b/app/view/window/MessungCreate.js Fri Feb 12 17:23:21 2016 +0100 @@ -115,5 +115,36 @@ enableChildren: function(){ //intentionally! return true; - } + }, + + /** + * Enable to reset the statusgrid + */ + enableStatusReset: function() { + //intentionally! + return true; + }, + + /** + * Disable to reset the statusgrid + */ + disableStatusReset: function() { + //intentionally! + return true; + }, + /** + * Enable to edit the statusgrid + */ + enableStatusEdit: function() { + //intentionally! + return true; + }, + + /** + * Disable to edit the statusgrid + */ + disableStatusEdit: function() { + //intentionally! + return true; + } });