ChildMindInstitute / MindLogger-bug-reports

GitHub repository for bug tracking and feature requesting for the MindLogger project
Other
0 stars 1 forks source link

🐛 The admin panel text is blocked by images #52

Closed binarybottle closed 4 years ago

binarybottle commented 4 years ago

When refreshing applets in the api admin panel, there are images blocking the text at top.

Desktop (please complete the following information):

Screen Shot 2019-11-26 at 12 07 33 PM

shnizzedy commented 4 years ago

@binarybottle what text do you expect? The one I set up shows the skos:prefLabel and schema:description of the protocol under the image and above the buttons.

HBN EMA card

henryrossiter commented 4 years ago

I've also experienced the same behavior as @binarybottle occasionally. I haven't looked too far into it but I suspect it may be related to outdated schemas.

henryrossiter commented 4 years ago

For example: image The old applet object that does not render correctly is missing fields: image

Whereas the new one that does render properly: image

shnizzedy commented 4 years ago

@henryrossiter I think you're right on with your diagnosis. 5d9df358ad53a828f89285d4 is using the protocol https://raw.githubusercontent.com/henryrossiter/MindLoggerActivitySets/master/ActivitySets/video_test/video_schema but that applet is in an old enough format that it calls it an activitySet instead of an applet, and that format is no longer supported. Reimporting that same protocol, I get this: reimported card