×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Acl utents for table
ANTONIO
Nieuw lid
Posts: 8
9 jaren 6 maanden geleden - 9 jaren 6 maanden geleden #784
door ANTONIO
Acl utents for table werd gestart door ANTONIO
hello, I want to know how to allocate the table, for each individual user. I tried in every way but nothing, I try to sign with another user and I view the table of others.
Laatst bewerkt 9 jaren 6 maanden geleden door ANTONIO.
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
ANTONIO
Nieuw lid
Posts: 8
9 jaren 6 maanden geleden #785
door ANTONIO
Beantwoord door ANTONIO in topic Acl utents for table
hello, I want to know how to allocate the table, for each individual user. I tried in every way but nothing, I try to sign with another user and I view the table of others.
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
Eduardo Mena
Junior Lid
Posts: 31
9 jaren 5 maanden geleden #820
door Eduardo Mena
Beantwoord door Eduardo Mena in topic Acl utents for table
There are several ways to accomplish that. If you provide more information about what you're trying to do, I can try and help you.
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
ANTONIO
Nieuw lid
Posts: 8
9 jaren 5 maanden geleden #824
door ANTONIO
Beantwoord door ANTONIO in topic Acl utents for table
I want to assign a table to a different user by the same component
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
Eduardo Mena
Junior Lid
Posts: 31
9 jaren 5 maanden geleden #826
door Eduardo Mena
Beantwoord door Eduardo Mena in topic Acl utents for table
By default you won't be able to accomplish that. You will have to modify the model for the list and item viiews.
Look for the getListQuery() in the model and edit the where clause. You'll have to add something like this:
Look for the getListQuery() in the model and edit the where clause. You'll have to add something like this:
$query->where('a.state = 1 AND '.$db->quoteName('created_by').' = '.JFactory::getUser()->get('id'));
De volgende gebruiker (s) zei dank u: Andres Maeso
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
ANTONIO
Nieuw lid
Posts: 8
9 jaren 5 maanden geleden #827
door ANTONIO
Beantwoord door ANTONIO in topic Acl utents for table
where I find the getListQuery?
I first have to install the component?
which file should be changed?
tks.
I first have to install the component?
which file should be changed?
tks.
Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.
Tijd voor maken pagina: 0.051 seconden