lrf %!s(int64=2) %!d(string=hai) anos
pai
achega
80d3f53653
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/public/table-template.js

+ 1 - 1
app/public/table-template.js

@@ -42,7 +42,7 @@ module.exports = (data) => {
     let refStr;
     if (ref) {
       const r = columns.find((f) => f.title === ref);
-      refStr = `${r ? 'refPath' : 'ref'}: '${_.capitalize(ref)}'`;
+      refStr = `${r ? 'refPath' : 'ref'}: '${ref}'`;
       if (getProp) {
         const propList = getProp.split(';');
         let propStr = '[';