Problem with vocabulary in content-view

Hello,

In the project I work on. The client want to use some selectOneDirectory widget in the content-view of the workspace. The problem is when we have more than one page result, the selectOneDirectory widget on the first line of the table on the first page repeat on the first line of each other pages. The problem occur only when I want to show label instead of the vocabulary id in the content-view. When I show the id, the information in the table were good.

Here it's what I have:

In the csv:

id1,label1,0,1
id2,label2,0,2
id3,label3,0,3

The contentview result : page1

Title   | widget  | id
-------------------------
title1  | label1  | id1
title2  | label1  | id1
title3  | label1  | id1

Page2

Title | widget    | id
------------------------
title4 | label1   | id2
title5 | label2   | id2
title6 | label2   | id2

Page3

Title | widget    | id
------------------------
title7 | label1   | id3
title8 | label3   | id3
title9 | label3   | id3

Did I need a special config to do this or we just can't do this?

0 votes

0 answers

1434 views

ANSWER