table title is now title + description
This commit is contained in:
@@ -1156,8 +1156,8 @@ class Databap extends PhpObject
|
||||
if($bFormatting)
|
||||
{
|
||||
$asTable['system'] = self::getTableFormat($asTable['system']);
|
||||
$asTable['title'] = self::getTableFormat($asTable['title']);
|
||||
$asTable['description'] = self::getDescriptionFormat($asTable['description']);
|
||||
$asTable['title'] = self::getTableFormat($asTable['title']).' - '.$asTable['description'];
|
||||
$asTable['led'] = self::getDateFormat($asTable['led']);
|
||||
$asTable['formated_keywords'] = ToolBox::formatText($asTable['keywords']);
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
3
todo
3
todo
@@ -8,11 +8,10 @@ Internal:
|
||||
- put feedback box in title
|
||||
|
||||
Bug fix:
|
||||
- [1.0.0] Ajout d'une table dans les messages : ajouter la description (généraliser ?)
|
||||
- [1.0.0] Recherche : conflit entre "rank" et author / date
|
||||
- [1.0.0] Mettre le nom de la table/procedure/code dans le titre de la page
|
||||
- [1.0.0] régler le bug du TABLE OF
|
||||
- [1.0.0] nom de la table en majuscule dans le profil
|
||||
- [1.0.0] bug confirmation à la sortie de table (save)
|
||||
- [1.0.0] Tab dans chat
|
||||
- [1.0.1] Check le document type plutot que l'extension pour les /img
|
||||
- [1.0.1] Resize .gif
|
||||
|
||||
Reference in New Issue
Block a user