Unable to view case management's save mapping

Hello ,

we are not able to view case management`s save mapping and only the first action is visible. I rechecked our data dictionary and there is no Deprecated cases or case properties.

This is the error

There are one or more form questions that are being saved to deprecated case properties. Please revise and consider changing these case properties. For more information on deprecated case properties, please refer to this documentation .

Here is the Log file

the following error log is appearing when clicking "Manage Case":

ERROR [notify] [JS] Uncaught ReferenceError: Unable to process binding "with: function(){return caseConfigViewModel }"
Message: Unable to process binding "foreach: function(){return load_update_cases }"
Message: Unable to process binding "ifnot: function(){return auto_select || load_case_from_fixture }"
Message: Unable to process binding "template: function(){return {name:'case-config:case-action'} }"
Message: Unable to process binding "template: function(){return {name:'case-config:case-action:body'} }"
Message: Unable to process binding "if: function(){return actionType =='load'&& !caseConfig.isShadowForm }"
Message: Unable to process binding "template: function(){return 'case-config:case-transaction:case-properties' }"
Message: Unable to process binding "text: function(){return title }"
Message: title is not defined

Hi,

Thank you for finding this. It looks like there's a bug with a recent change not working properly in advanced forms.

A fix for this issue has been merged into the master branch, so it's available to deploy.

The commit with the fix is Merge pull request #35842 from dimagi/jls/advanced-form-fixes · dimagi/commcare-hq@8a3e7f9 · GitHub

-Jenny

Great, Thank you Jenny