jan-vince / smallrecords

OctoberCMS plugin to store and manage records and lists
MIT License
30 stars 11 forks source link

Unable get the data of individual record #54

Closed kgangadhar closed 4 years ago

kgangadhar commented 5 years ago

i have a page with list of services(treatment.htm) when i click on each service it needs to goto its respective page...

in treatment.htm added record component and link as treatment.htm , in treatments page record detail component added but still data not visible in the detail page.. tried all the ways but i'm unable to where was the mistake errors

jan-vince commented 5 years ago

Hi @kgangadhar

I would say the problem is in link on /treatment page.

What URL you get on /treatments page?

I would go with `{{ 'tratments-page|page({'slug':service.slug}) }}

Look in documentation - there is a complete guide (or in the plugin directory in /components/records/default.htm file).

Sorry for late answer.