×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Acl utents for table
ANTONIO
Nouveau membre
Posts: 8
il y a 9 ans 6 mois - il y a 9 ans 6 mois #784
par ANTONIO
Acl utents for table a été créé par 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.
Dernière édition: il y a 9 ans 6 mois par ANTONIO.
Connexion ou Créer un compte pour participer à la conversation.
ANTONIO
Nouveau membre
Posts: 8
il y a 9 ans 6 mois #785
par ANTONIO
Réponse de ANTONIO sur le sujet 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.
Connexion ou Créer un compte pour participer à la conversation.
Eduardo Mena
Membre junior
Posts: 31
il y a 9 ans 5 mois #820
par Eduardo Mena
Réponse de Eduardo Mena sur le sujet 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.
Connexion ou Créer un compte pour participer à la conversation.
ANTONIO
Nouveau membre
Posts: 8
il y a 9 ans 5 mois #824
par ANTONIO
Réponse de ANTONIO sur le sujet Acl utents for table
I want to assign a table to a different user by the same component
Connexion ou Créer un compte pour participer à la conversation.
Eduardo Mena
Membre junior
Posts: 31
il y a 9 ans 5 mois #826
par Eduardo Mena
Réponse de Eduardo Mena sur le sujet 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'));
Les utilisateur(s) suivant ont remercié: Andres Maeso
Connexion ou Créer un compte pour participer à la conversation.
ANTONIO
Nouveau membre
Posts: 8
il y a 9 ans 5 mois #827
par ANTONIO
Réponse de ANTONIO sur le sujet 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.
Connexion ou Créer un compte pour participer à la conversation.
Temps de génération de la page : 0.056 secondes