Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Master Detail HowTo #5

Open
manhunbas opened this issue Oct 16, 2020 · 2 comments
Open

Master Detail HowTo #5

manhunbas opened this issue Oct 16, 2020 · 2 comments

Comments

@manhunbas
Copy link

Hi

It would be great to have a example how to do a Detail view.
Would really help ;-)

Thanks Manfred

@manhunbas manhunbas changed the title Master Detail Master Detail HowTo Oct 16, 2020
@woepwoep
Copy link
Owner

hi Manfred,

do you have a TYPO3 playground where both you and i can log in and apply the plugin?
perhaps the current implementation is not yet as sophisticated as one might expect or want.

currently there are two plugins.
one is the list resulting from a query,
the other is the detail section aka CUD form.

this second form holds a target table, which means only one table at a time is being updated.
for example the first plugin is about fe_users and when i press edit i am redirected to a second page with the CUD plugin for this chosen fe_user.

both target_table (fe_user) and uniqe identifier (usually the column with the name uid) are needed for this plugin to work.
then add the fields that you want in the update form. if the field is not of type TEXT, you can add the type (for example: crdate is of type DATE)

hope this helps,
best regards, Ron.

@manhunbas
Copy link
Author

Did check that. ( detail section aka CUD form.)
I did not see the Option to Filter there.
For me i don't need Edit function in the Moment.

I Use Only Query but with Master and Detail. Hope that works.....
image

Thanks Manfred

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants