Table-data content not showing when including a page
We've recently upgraded from Confluence 2.9 to 3.0.2 and have discovered what appears to be a bug with Scaffolding which causes all {table-data} content on a page to be omitted when including the page onto another page. We were using Scaffolding 3.2.0 on both versions.
We have many documents that consists of a set of sub-pages for each chapter, with all of these being included together on another page to show the full document.
To do this we've been using the Reporting plugin as shown here:
With Confluence 2.9 this worked perfectly, except that in a few distinct cases the PDF export function gave an error as I've reported elsewhere. Now with Confluence 3.0 all {table-data} content from the sub-pages are simply omitted in the complete document, which of course is very unfortunate for us.
I would be very happy if you could help me out with a bugfix that could sort this problem out without having to modify all of our documents manually, but a workaround would be appreciated too!
We have many documents that consists of a set of sub-pages for each chapter, with all of these being included together on another page to show the full document.
To do this we've been using the Reporting plugin as shown here:
{report-block:injected=true}
{local-reporter:content:descendents}{local-reporter}
{report-body}
h1. {report-info:content:title|link=true}
{include:%content:title%}
{report-body}
{report-block}
With Confluence 2.9 this worked perfectly, except that in a few distinct cases the PDF export function gave an error as I've reported elsewhere. Now with Confluence 3.0 all {table-data} content from the sub-pages are simply omitted in the complete document, which of course is very unfortunate for us.
I would be very happy if you could help me out with a bugfix that could sort this problem out without having to modify all of our documents manually, but a workaround would be appreciated too!
2
people have this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
-
Inappropriate?Hi there,
Could you please create a bug report and I'll schedule it for investigation. Thanks!
David -
Inappropriate?Bug report has been created here:
http://greenhouse.customware.net/jira...
I’m confident
-
Inappropriate?Do you have a schedule or any expectations about when Scaffolding 3.2.1 will be out? It would be very good to have even a ballpark figure so I have something to tell my users.
-
Inappropriate?Hi,
Not sure if my problem is similar, but when i report on scaffold pages, the text-data field inside a table-data are not showing on the report using the
{report-column:title=Contexte Novell}{report-info:text:Contexte}{report-column}
In this case, the Contexte value refers to the text-data field.
Could someone tell me if the problem is similar? -
Inappropriate?Hi Michael, try 'data:Contexte' instead of 'text:Contexte'.
-
Hi David,
Sorry, i tried but no success. By the way, you are right, data should be used.
To get a better picture of the page, here is the complete code:
{table-plus:heading=true|enableSorting=true|autoNumber=true|autoTotal=false|columnTypes=S,S,S,S,S,S,S,I,X,S}
{report-table}
{local-reporter:content:descendents|source=INFO-SITE}
{report-column:title=Demandeur}{report-info:content:creator|link=false}{report-column}
{report-column:title=Page}{report-info:content:title|link=true}{report-column}
{report-column:title=Département}{report-info:data:Dept}{report-column}
{report-column:title=Service}{report-info:data:NomduSite}{report-column}
{report-column:title=Contexte Novell}{report-info:data:Contexte}{report-column}
{report-column:title=Type réseau}{report-info:data:RéseauType}{report-column}
{report-column:title=Type classe}{report-info:data:ClasseType}{report-column}
{report-column:title=IP Base}{report-info:data:réseau1}{report-column}
{report-column:title=IP Fin}{report-info:data:ipfin1}{report-column}
{report-column:title=Service Réseau}{report-info:data:ipserv}{report-column}
{report-empty}
This report is empty
{report-empty}
{report-table}
{table-plus}
The last 6 colums are having the same problem.
This is the code for one table in the scaffold formular:
{table-data:Novell}
|| Contexte NDS || Serveur Novell || IP Serveur ||
| {text-data:Contexte|width=150px}{text-data}| {text-data::Serveur|width=150px}{text-data} | {text-data:ip1|width=130px}{text-data} |
{table-data}
It seems correct to me... -
Hi David,
I found a solution to my problem.
I'm adding a local-reporter inside a report-column to focus on a field from a table-data. That works. I'm not sure it is elegant, but it works.
This is an example:
{report-column:title=Contexte}
{report-block}
{local-reporter:data:Novell}
{report-body}
{report-info:data:Contexte}
{report-body}
{report-block}{report-column}
hope this helps someone...
Loading Profile...




EMPLOYEE
