The problem is that an empty field will cause the text to pick up the current post's url.
My setup is as follows :
- in Bricks, there is a LOOP (set to the Field Group named "designers-gf") that is set to loop through the results for the "MB Group: Références Bibliographiques" group.
- The "designers-gf" field group includes (amongst other fields) this "MB Group: Références Bibliographiques" that has two fields : a text field "designers_ref" for the text, and "designers_url" for the URL.
- In Bricks builder, I set the url value to apply to the link for the text. Therefore if there is a value for the URL it should be used for the link, but if there is no value for the URL it should just remain a text without a link.
Now the problem is that when there is no value inserted to the URL field, the text element will by default pick up the current post's url and link to it. I need this to remain unlinked if there is no value added to the URL field. I feel that this is the way it used to work, but I can't figure out how to get there.