Hi devs and community.
Thank you for a new, long-awaited release.
I have a question relative to the use of free object and delete functionality.
I have tested several different configurations of fields storage format and objects.
1. Free object + fields with free storage format.
In this case we are able to delete items with all rows in tables of database . Great, cool. Hip hip hooray!
2. Free object + fields with free storage format but with different tables.
In this case seblod can't work with several different tables in one content type.
Data will be written just in one table. For example if i want to build custom tabs application i need to write tag id, title etc. in one table and article id, tag id to other table for creating tags map ( like #_contentitem_tag_map table).
It is just for example. Of course real application will be more complicated.
Is there some bug or its feature?
3. Articles object + some fields with free storage format.
In this case we are able to delete items, all rows from #__content table will be deleted, but rows in custom tables will be not deleted.
It seems to me that this functionality is already in seblod.(i mean deletion of data from other, non standard tables related to some content type #__store_form_some_content_type )
So Is there some
bug or its feature?
Object free is one of most powerfull feature of seblod. And this bugs/features are brings some limitations in opportunities.
Wait for some words from devs and community.
Best regards. Jeka.