How to use "forms display control" in visit dashboard

I have seen it must be possible as the Observations default section looks exactly like what I want.

I am getting the error:

“TypeError: Cannot set property ‘visitUuids’ of undefined”

used https://bahmni.atlassian.net/wiki/display/BAH/Forms+Display+Control

"adverseEventsForms": {
"type": "forms",
"displayOrder": 6,
"dashboardConfig": {
    "maximumNoOfVisits": 10
},
"formGroup":["Baseline","Treatment Initiation","Serious Adverse Events Template","Pregnancy Report Form Template"],
"translationKey": "DASHBOARD_TITLE_BASELINE_FORMS"
}

I ended up explicitly listing all the observation forms, could be good to update documentation that not all Display Controls works in the visit dashboard.

    "obser":{
        "type": "observation",
        "displayOrder": 2,
        "translationKey":"Observations",
        "config": {
            "conceptNames": [
                "Obs1 Form",
                "Obs2 Form",
                "Obs3 Form"
            ]
        }
    },

@ouiliam do you think you can make this update to the documentation?

Yes, I’ve just added it here: https://bahmni.atlassian.net/wiki/spaces/BAH/pages/37945563/visit.json