Bug ? Object title appeared in object lists when no properties

Hello,

I’m running an application in production and encountered an issue after the latest update.
Currently, the object title is displayed automatically when no properties are selected.

This behavior causes problems on my homepage, since I’m using the media property to build it.
Could you confirm if there is a way to disable the title display, or make it optional?

Are you sure that’s an Object List? (it looks more like a Resource List to me)

If it’s an Object List then you should be able to remove the title column in the widget’s config. In my workshop app this removes the title and keeps the object’s media.

Edit: now I notice the behaviour described by @BenjaminB :beetle:

Hi, I have the same issue and the title is for sure not removed:

But it still appears and only disappear when we add at least one property (not something we want)

For greater control on display in workshop I have found that using the loop layout (that links to a workshop app that you build separately) to display as a card. In that way you can control the display much more accurately.

Workshop • Embed Workshop modules • Loop layouts • Palantir

You can use a series of if/else statements to provide the title you would prefer, or simply have none.

Another option is to use custom widgets but not necessary for this visual change imo.

Thank you all for the reports. Confirming this appears to be a regression in 6.444.x - we will release a patch for this today.