This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-28cea8c4-8cc4-4d18-aa7b-1374823ef58f XWIKI-24180 Open

Using AppWithinMinutes.Title computed fields on non terminal page end by having WebHome set as default value in edit mode

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-768da7cc-fd01-48f6-a387-2edd2c63335a Josué Tille created this issue on 02/Apr/26 09:22
 
Summary: Using AppWithinMinutes.Title computed fields on non terminal page end by having WebHome set as default value
Issue Type: cid:jira-generated-image-avatar-28cea8c4-8cc4-4d18-aa7b-1374823ef58f Bug
Affects Versions: 17.10.2
Assignee: Unassigned
Components: App Within Minutes
Created: 02/Apr/26 09:22
Priority: cid:jira-generated-image-static-major-ad47f503-cd83-4a02-97a2-72c3775f2466 Major
Reporter: Josué Tille
Description:

Step to reproduce:

  • Create a XClass and create a computed fields with value
    {{include reference="AppWithinMinutes.Title"/}}
  • Create a non terminal page and add an object of the XClass that you created previously.
  • Edit the object of the page.

Expected: if the title of the page is empty (so we use doc.name for the title) the value of the computed fields should be empty.

Currently: the title is set to WebHome.

This is more annoying when you have a sheet and you use a computed fields for the title. In this case at each edit (when the title is empty) the fields is set to WebHome and it need to be removed at each edit otherwise you page title will be set to WebHome.

 
 

1 update

 
cid:jira-generated-image-avatar-768da7cc-fd01-48f6-a387-2edd2c63335a Changes by Josué Tille on 02/Apr/26 09:23
 
Summary: Using AppWithinMinutes.Title computed fields on non terminal page end by having WebHome set as default value in edit mode