File upload interface disappeared after renaming pyDocumentMetaData section
Hello,
The requirement is to place a custom property "MyProperty" in the attach file pop up screen as below.
In order to achive this, we have overridden "pyEnterCaseDetails" section in our ruleset, and renamed "pyDocumentMetaData" section to "DocumentMetaData" because "pyDocumentMetaData" is a Final rule. After placing "MyProperty" to "DocumentMetaData" section, we have observed the file upload interface has disappeared.
This is very strange because the only change we made is just to rename the section name and include one custom property. Actually, even without including a custom property, this issue is replicated. So, the only difference is the name of section rule - "pyDocumentMetaData" and "DocumentMetaData". How can this affect the behavior? Why is file upload interface not displayed?
Regards,