joomlaboat / custom-tables

The Custom Tables extension allows you to create, manage, and display custom data on your Joomla site. It is helpful if you need to display data that is not part of the standard Joomla content structure. For example, you could use this extension to create a custom table for product information, customer data, or any other type of data that you need to display on your site. The Custom Tables is the CRUD solution for Joomla 3.x and 4.x - CREATE, READ, UPDATE and DELETE. You can add tables, fields, and layouts to create catalogs, forms, or details pages. It has 40 Field Types: Integer (numbers), Decimal, Text String, Time, Email, Color, Image, File, User, Language, etc.
https://joomlaboat.com/custom-tables
GNU General Public License v2.0
35 stars 11 forks source link

Table join not working in add/edit form #84

Closed mennoswaak closed 4 months ago

mennoswaak commented 4 months ago

Describe the bug In a Add/Edit Form I'm not able to have an editable field.

In layout i have four different approaches:

Voor {{ artikelid.title }} / opleiding nrs.
{{ artikelid.edit("","",[],"MyCursusTitle","","virtualselect") }}
Voor {{ artikelid.title }} / opleiding nr.
{{ artikelid.layout("MyCursusTitle") }}
Voor {{ artikelid.title }} / opleiding nr.
{{ artikelid.edit }}
Voor {{ artikelid.title }} / opleiding nr.
{{ artikelid }}

In the front this results in:

Voor Cursus / opleiding nrs. Table Join child not found.

Voor Cursus / opleiding nr. 594 - Voedselbosrand 2022 3

Voor Cursus / opleiding nr. Table Join child not found.

Voor Cursus / opleiding nr. 594

As you can see: the two artikelid.edit fiels give "Table Join child not found" But the other two work well.

I'm afraid it is a bug or do you have a solution?

Thanks in advance menno

joomlaboat commented 4 months ago

found where the problem is. working on it.

domath2k commented 4 months ago

None of my table joins are working as of the latest version. image

joomlaboat commented 4 months ago

Hello Menno,

I fixed the Table Join Input box problem.

Please download and install both Component and the Pro plugin.

Regards, Ivan

mennoswaak commented 4 months ago

That is great Ivan but he download link for the Pro version in not working and giving a 404 message

joomlaboat commented 4 months ago

I see. it adds extra host name. sorry for that. going to fix it asap

domath2k commented 4 months ago

Thanks. The new version fixed the joins for me.

mennoswaak commented 4 months ago

hope it will be available soon, thanks

domath2k commented 4 months ago

@mennoswaak

hope it will be available soon, thanks

Just manually remove the extra host name in the url until Ivan gets a chance to fix it. Like this, it works fine;

image

joomlaboat commented 4 months ago

Fixed.

mennoswaak commented 4 months ago

Thnaks, it is working now