table title is now title + description

This commit is contained in:
2014-09-09 20:25:27 +02:00
parent 99de0d55ee
commit 4a1b9a2e0f
3 changed files with 7 additions and 4 deletions

View File

@@ -161,7 +161,11 @@ Table.prototype.save = function(bSimul)
$Form,
function(asData)
{
if(asData.result == databap.consts.success) databap.goToInternalLink('table', asData.name.toUpperCase());
if(asData.result == databap.consts.success)
{
self.tmp('started', false);
databap.goToInternalLink('table', asData.name.toUpperCase());
}
else if(asData.desc!='') databap.addErrorBefore(asData.desc, tableself.sFeedBackBoxId);
},
!bSimul,