There are 3 updates, 1 comment.
 
 
Unified Documents Application / cid:jira-generated-image-avatar-642c2c49-6df4-4127-8723-918fd1344a34 UDA-10 Closed

Allow to modify the section name of a section content after it has been created

 
View issue   ยท   Add comment
 

3 updates

 
cid:jira-generated-image-avatar-747432ed-0f23-45be-9e92-cc018d329a1e Changes by slauriere on 20/Feb/25 11:15
 
Documentation: https://extensions.xwiki.org/xwiki/bin/view/Extension/Unified%20Documents%20Application/
Resolution: Fixed
Status: Open Closed
 
 

1 comment

 
cid:jira-generated-image-avatar-747432ed-0f23-45be-9e92-cc018d329a1e slauriere on 20/Feb/25 11:15
 

I have brought the following changes:

  • Added a configuration class and page allowing to control whether the section name of a section content can be modified or not.
  • Updated SectionContentSheet to allow the modification of the section in case the corresponding configuration option is activated.

NB: at the moment, when the option is activated, users can assign any section to a section content, it's up to the user to make sure that the selected section is not already used by another section content This check could be added in the code as an improvement if needed.