Core Apps patient page look and feel different on desktop browsers

Hi @ayesh, have you had a chance to look into it? As in, the delete button in view mode, see here.

Also it seems that there is an issue with the obs across encounters dashboard widget that just overflows:

This happens on QA Ref App but not on the demo, hinting at Bootstrap again. It would be great if you could check that one out too.

You can reproduce the above on QA Ref App by adding here the app definition pasted below:

{
  "id": "coreapps.obsAcrossEncounters.2",
  "instanceOf": "coreapps.template.dashboardWidget",
  "description": "foobar description",
  "order": 1,
  "config": {
    "widget": "obsacrossencounters",
    "icon": "icon-user-md",
    "label": "foobar",
    "concepts": "5242AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, 5087AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, 5088AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, 5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA, 5090AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
    "maxRecords": "5"
  },
  "extensions": [
    {
      "id": "org.openmrs.module.coreapps.mostRecentVitals.clinicianDashboardFirstColumn",
      "appId": "coreapps.obsAcrossEncounters.2",
      "extensionPointId": "patientDashboard.firstColumnFragments",
      "extensionParams": {
        "provider": "coreapps",
        "fragment": "dashboardwidgets/dashboardWidget"
      }
    }
  ]
}

Cc @jesplana @ruhanga @mogoodrich


Btw, @mogoodrich and @ssmusoke, do you see those empty columns that are beeing added? I haven’t investigated that part yet but clearly that’s weird:

2 Likes