table title is now title + description
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user