This issue has been created
There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-41cb18db-f69c-4773-9ee5-9a500ce063a5 XWIKI-24320 Open

Remove deprecated properties reload the editor

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-02d87877-4e0f-4394-922a-b0db4c06cd0f Simon Urli created this issue on 05/May/26 11:51
 
Summary: Remove deprecated properties reload the editor
Issue Type: cid:jira-generated-image-avatar-41cb18db-f69c-4773-9ee5-9a500ce063a5 Bug
Affects Versions: 18.3.0
Assignee: Unassigned
Components: Web - Templates & Resources
Created: 05/May/26 11:51
Labels: regression
Priority: cid:jira-generated-image-static-major-813273ae-54fb-499f-8637-a24c67bc0346 Major
Reporter: Simon Urli
Description:

Reproduction steps:

  • Create an xclass with 2 string properties "Foo" and "Bar"
  • Create an xobject for that xclass
  • Edit the xclass to remove "Foo"
  • Edit the xobject in the object editor
  • Edit the property "Bar"
  • Click on the link to remove deprecated properties

Expected result:

  • the deprecated properties link should run in background, preserving the changes performed in the editor

Obtained result:

  • a confirmation dialog is opened asking if the user wants to leave the editor, if the user refuses a notification appears saying that deprecated properties are removed, but in reality it's not the case
  • if the modified property was done in a select, then the editor is reloaded without confirmation dialog leading to loosing change (because of XWIKI-24319)
 
 

1 comment

 
cid:jira-generated-image-avatar-02d87877-4e0f-4394-922a-b0db4c06cd0f Simon Urli on 05/May/26 11:51
 

Regression caused by XWIKI-22806