FixMe Plug-in link escaped improperly

jcc

Member
Fabrik 3.10, j!3.10.12 converted to Fabrik 4.0 official release, J!4.4.2
Fabrik fabrikar-publicfabrik-74a67035f558 (2024-04-12) git kit update
SEF & URL rewrite on

I have a list with a Link plug-in where the link (Fabrik Link) is defined as:
Code:
index.php?option=com_fabrik&view=form&formid=24&order={tbl___oid}&job={tbl___job}

The second parameter is escaped improperly ("&" is escaped as "&") and the URL gets translated to:
Code:
/component/fabrik/form/24?order=1&job=abc

It works, though, when specified using the SEF URL:

Code:
/past/form/24?order={tbl___oid}&job={tbl___job}

=>

Code:
/past/form/24?order=1&job=abc
 
Last edited:
I can't replicate.
What are your exact plugin settings?

Can you check directly in your database #__fabrik_lists in the params of this list how the link is stored?

Did you try to delete this plugin and create it again?
 
It does work when the link is specified in SEF format, so I am not too bothered about this.

params in database shows correctly:

Code:
..."table_link_link":{"1":"index.php?option=com_fabrik&view=form&formid=24&order={tbl___oid}&job={tbl___job}"},...

link details:

assignlink.JPG
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top