There are 4 updates, 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-905cb3b1-0a15-4889-a4e2-daa1d43508af XWIKI-24458 Open

Custom display of properties shouldn't return inline values in view mode

 
View issue   ยท   Add comment
 

4 updates

 
cid:jira-generated-image-avatar-bedf569c-2202-42ad-bfc2-766e5417c40d Changes by Vincent Massol on 05/Jun/26 12:00
 
Attachment: after2.png
Attachment: after.png
Attachment: before2.png
Attachment: before.png
 
 

2 comments

 
cid:jira-generated-image-avatar-bedf569c-2202-42ad-bfc2-766e5417c40d Vincent Massol on 05/Jun/26 11:54
 

PR at https://github.com/xwiki/xwiki-platform/pull/5565

 
cid:jira-generated-image-avatar-bedf569c-2202-42ad-bfc2-766e5417c40d Vincent Massol on 05/Jun/26 12:01
 

Before (HTML from the App's sheet view):

_thumb_44934.png

After:

_thumb_44935.png

And also, for:

{{velocity}}
#set ($mydoc = $xwiki.getDocument("Test.test1.WebHome"))
Hello  $mydoc.display('date1', 'view')
{{/velocity}}

Before:

_thumb_44932.png

After:

_thumb_44933.png