Hi, first of all great component, really amazing!!
That said, I have 2 content types, one used to create "dossier" (id | name | date_start | vat_id | address | phone | mail ) and the second one used as a comment system inside each dossier (something like a forum) -> I have followed this tutorial
First I tryed with Standard/Article method and everything worked fine, I was able to create dossier, view list, open entry, edit content and create messages inside each dossier.
The really annoying issue here is that seblod create 1 article for each dossier and 1 article for each message, so the number of articles increase esponentially and, even if these articles are saved in different categories than usual, the Joomla article view became unusable.
So I opted for Standard/Free method mainly because I don't need and specially don't want to create un article for each dossier or for each message, so I set up a database table with phpMyAdmin
With Free method I was able to create dossier and view list, but I can't view content cause link didn't work. I set in my List on button #2 Link "Content->View", but there's no link at all.
The only links that work fine are Content->Delete (to delete the content) and Seblod->Form which displays form to create dossier with prefilled input.
It's my mistake or it's normal with free method?
Thanks in advance