sachatrauwaen / OpenContent

Structured Content editing for DNN (Dotnetnuke)
46 stars 25 forks source link

In a filtered view fill default data when ADD is used #108

Open Timo-Breumelhof opened 4 years ago

Timo-Breumelhof commented 4 years ago

Use case: Data: list of items with categories Templates: List & Latest

Place the latest template on a page, with a filter on category X When user adds an item on this page there's a big chance that he will feel the new item disappeared if the wrong category is selected in the edit screen.

I think it would be good that the module would pre-fill the filtered data as much a s possible if there are any filters. This might be an issue when multiple categories are selected in the filters settings, but we could just use the first one. IMO that's what the user would expect.