Hi,
I have a setup where logged in members in the frontend must be able to reference other members in a Metamodel. The issue that I have is, that a "select" attribute only allows for one column to be referenced and since firstname and lastname are separate columns I'd need to use two selects.
That of course makes little sense since the selects are independent of each other.
I tried making it work by creating a generated column on tl_members, but that breaks the login, because a generated column is not writable and Contao updates every value on the member object which includes the generated column.
I'm not sure if there is a solution leveraging the DCA, I tried a few things from the dev-docs (https://docs.contao.org/dev/reference/dca/fields/) but that didn't help.
Has anyone had a similar issue and found a solution?
Bookmarks