admin wrote:
Is it on an item layout ?
Because now, the publish, unpublish, default, tasks are not anymore handled in item layout.
The more standard in Joomla is to use these functionalities in lists view, and to use the form to change these values.
If you look on the joomla controllers base class, you can distinct functionalities treated in lists and others in collections.
Personnaly, in Cook, I putted all the model tasks in the ITEM model, even if called by a COLLECTION controller.
But the controller is still limited if you are in an item or list type (collection)
If you really want these tasks in item layout, I can do something, but I prefer to fit with the standard.
I think the reason of that, is because if you edit your form and finish clicking 'Publish', it will publish the item, but will ignore the inserted datas to store. Wich is really confusing.
So I putted a limitation in V2.0
If your publish tasks are still visible in your layout toolbar ( builder, ITEM layout), it is not a big deal because they will be ignored afterwards.
Maybe the question is different, I personnaly do not find this issue in collection layout.
Can I have more informations about that please ?
Pls see the image error,
i tried editing, publishing, deleting but only error. Edit with existed row so it's displaying like create new with empy fields data.