Преглед изворни кода

[assist] Add the table comment to the title of table entries

Johan Ahlen пре 10 година
родитељ
комит
796adb6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      desktop/core/src/desktop/static/desktop/js/assist/assistEntry.js

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/assist/assistEntry.js

@@ -144,7 +144,7 @@
           return self.createEntry({
             name: table.name,
             displayName: table.name,
-            title: table.name,
+            title: table.name + (table.comment ? ' - ' + table.comment : ''),
             type: table.type,
             isTable: true
           });