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

Filter with string not working #66

Closed flodi closed 8 months ago

flodi commented 8 months ago

I have set up a menu item to edit a single record of a custom table.

The field to filter is: 3 1 1 cte CTE 0 0 0 0 3 string 50 0 0 0

The record I need is: id published es_uc1 es_uc2 es_uc3 es_uc4 es_uc5 es_uc6 es_uc7 es_uc8 es_uc9 es_uc10 es_uc11 es_uc12 es_uc13 es_uc14 es_uc15 es_uc16 es_uc17 es_uc18 es_uc19 es_uc20 es_uc21 es_uc22 es_uc23 es_uc24 es_uc25 es_uc26 es_uc27 es_uc28 es_uc29 es_uc30 es_uc31 es_uc32 es_uc33 es_uc34 es_uc35 es_uc36 es_uc37 es_uc38 es_uc39 es_cte 7 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 roma

In Filter / Search Parameter I put: cte='roma'

but the menu always create a new record, the menu is this: https://share.cleanshot.com/10KG3K8S+

Thank you

joomlaboat commented 8 months ago

Hi, please try cte=roma

flodi commented 8 months ago

Unfortunately, same result.

joomlaboat commented 8 months ago

I made an update:

https://github.com/joomlaboat/custom-tables

Please try.

flodi commented 8 months ago

It works!!! Thank you!!!!!

joomlaboat commented 8 months ago

You are welcome.