Menu item for duplicate model doesnt show filter

When I duplicate a model using the javascript api client shown as described in the documentation
(Duplicate model - Model/Block - Content Management API), the menu item that is created doesnt inlcude the filter when browing content.

I expect to see this:

But I see this:

Hello @david.sellars

It seems that the model is in a different presentation than you’d expect.
You can solve this as such:

Go into the duplicated model editing page, under “Edit model”:

Under the “Additional Settings” tab, change the presentation from “Compact” to “Tabular View”, and click “Save model”:

Now, the presentation of the model will be as you expect, with the filters at the top.

Hope this helps!

1 Like

Thanks @m.finamor ! that works.

1 Like